| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.core.query |
Apache Cassandra specific query and update support.
|
| Class and Description |
|---|
| CriteriaDefinition
Criteria definition for a
ColumnName exposing a CriteriaDefinition.Predicate. |
| Filter
Filter consisting of
CriteriaDefinitions to be used with SELECT, UPDATE and
DELETE queries. |
| Query
Query object representing
CriteriaDefinitions, Columns, Sort, paging state
and QueryOptions for a CQL query. |
| Update
Update object representing representing a set of update operations.
|
| Class and Description |
|---|
| ColumnName
Value object representing a column name.
|
| Columns
Value object to abstract column names involved in a CQL query.
|
| Columns.Selector
Strategy interface to render a column selection.
|
| Filter
Filter consisting of
CriteriaDefinitions to be used with SELECT, UPDATE and
DELETE queries. |
| Update
Update object representing representing a set of update operations.
|
| Class and Description |
|---|
| CassandraPageRequest
Cassandra-specific
PageRequest implementation providing access to paging state. |
| ColumnName
Value object representing a column name.
|
| Columns
Value object to abstract column names involved in a CQL query.
|
| Columns.ColumnSelector
Column selection.
|
| Columns.FunctionCall
Function call selector with alias support.
|
| Columns.Selector
Strategy interface to render a column selection.
|
| Criteria
Basic class for creating queries.
|
| CriteriaDefinition
Criteria definition for a
ColumnName exposing a CriteriaDefinition.Predicate. |
| CriteriaDefinition.Operator
Strategy interface to represent a CQL predicate operator.
|
| CriteriaDefinition.Operators
Commonly used CQL operators.
|
| CriteriaDefinition.Predicate
Represents an operator associated with its value.
|
| Filter
Filter consisting of
CriteriaDefinitions to be used with SELECT, UPDATE and
DELETE queries. |
| Query
Query object representing
CriteriaDefinitions, Columns, Sort, paging state
and QueryOptions for a CQL query. |
| Update
Update object representing representing a set of update operations.
|
| Update.AddToBuilder
Builder to add a single element/multiple elements to a collection associated with a
ColumnName. |
| Update.AddToOp.Mode |
| Update.AssignmentOp
Abstract class for an update assignment related to a specific
ColumnName. |
| Update.SetBuilder
Builder to associate a single value with a collection at a given index at
ColumnName. |
| Update.SetOp
Set operation.
|
| Update.SetValueBuilder
Builder to associate a single value with a collection at a given index at
ColumnName. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.