Package org.springframework.data.cassandra.core.query
@NonNullApi
package org.springframework.data.cassandra.core.query
Apache Cassandra specific query and update support.
-
ClassDescriptionCassandra-specific
PageRequest
implementation providing access topaging state
.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
.Add element(s) to Map operation.Add element(s) to collection operation.Abstract class for an update assignment related to a specificColumnName
.Increment operation.Builder to remove a single element/multiple elements from a collection associated with aColumnName
.Remove operation.Set at index operation.Set at map key operation.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
.