Uses of Package
org.springframework.data.cassandra.core.query
Package
Description
Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
Apache Cassandra legacy asynchronous support for easier migration.
Apache Cassandra specific query and update support.
Query derivation mechanism for Apache Cassandra specific repositories.
-
ClassDescriptionCriteria definition for a
ColumnName
exposing aCriteriaDefinition.Predicate
.Filter consisting ofCriteriaDefinition
s to be used with SELECT, UPDATE and DELETE queries.Query object representingCriteriaDefinition
s,Columns
,Sort
,paging state
andQueryOptions
for a CQL query.Update object representing a set of update operations. -
ClassDescriptionValue object representing a column name.Value object to abstract column names involved in a CQL query.Strategy interface to render a column selection.Filter consisting of
CriteriaDefinition
s to be used with SELECT, UPDATE and DELETE queries.Update object representing a set of update operations. -
ClassDescriptionQuery object representing
CriteriaDefinition
s,Columns
,Sort
,paging state
andQueryOptions
for a CQL query.Update object representing a set of update operations. -
ClassDescriptionCassandra-specific
PageRequest
implementation providing access topaging state
.Cassandra-specific implementation ofScrollPosition
usingPagingState
.Value object representing a column name.Value object to abstract column names involved in a CQL query.Column selection.Function call selector with alias support.Strategy interface to render a column selection.Basic class for creating queries.Criteria definition for aColumnName
exposing aCriteriaDefinition.Predicate
.Strategy interface to represent a CQL predicate operator.Commonly used CQL operators.Represents an operator associated with its value.Filter consisting ofCriteriaDefinition
s to be used with SELECT, UPDATE and DELETE queries.Query object representingCriteriaDefinition
s,Columns
,Sort
,paging state
andQueryOptions
for a CQL query.Update object representing a set of update operations.Builder to add a single element/multiple elements to a collection associated with aColumnName
.Abstract class for an update assignment related to a specificColumnName
.Builder to remove a single element/multiple elements from a collection associated with aColumnName
.Builder to associate a single value with a collection at a given index atColumnName
.Set operation.Builder to associate a single value with a collection at a given index atColumnName
. -