Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCassandraConfiguration - Class in org.springframework.data.cassandra.config
 - 
Base class for Spring Data Cassandra configuration using JavaConfig.
 - AbstractCassandraConfiguration() - Constructor for class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - AbstractCassandraConverter - Class in org.springframework.data.cassandra.core.convert
 - 
Base class for
CassandraConverterimplementations. - AbstractCassandraConverter(ConversionService) - Constructor for class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 - 
Create a new
AbstractCassandraConverterusing the givenConversionService. - AbstractCassandraEventListener<E> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Base class to implement domain specific
ApplicationListeners forCassandraMappingEvent. - AbstractCassandraEventListener() - Constructor for class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Creates a new
AbstractCassandraEventListener. - AbstractCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 - 
Base class for
RepositoryQueryimplementations for Cassandra. - AbstractCassandraQuery(CassandraQueryMethod, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - AbstractCqlTemplateConfiguration - Class in org.springframework.data.cassandra.config
 - 
Deprecated.
 - AbstractCqlTemplateConfiguration() - Constructor for class org.springframework.data.cassandra.config.AbstractCqlTemplateConfiguration
 - 
Deprecated.
 - AbstractDeleteEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Base class for delete events.
 - AbstractDeleteEvent(Statement<?>, Class<T>, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AbstractDeleteEvent
 - 
Creates new
AbstractDeleteEvent. - AbstractReactiveCassandraConfiguration - Class in org.springframework.data.cassandra.config
 - 
Extension to
AbstractCassandraConfigurationproviding Spring Data Cassandra configuration for Spring Data's Reactive Cassandra support using JavaConfig. - AbstractReactiveCassandraConfiguration() - Constructor for class org.springframework.data.cassandra.config.AbstractReactiveCassandraConfiguration
 - AbstractReactiveCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 - 
Base class for reactive
RepositoryQueryimplementations for Cassandra. - AbstractReactiveCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - 
Create a new
AbstractReactiveCassandraQueryfrom the givenCassandraQueryMethodandCassandraOperations. - AbstractResultSetConverter<T> - Class in org.springframework.data.cassandra.core.cql.converter
 - 
Convenient converter that can be used to convert a single-row-single-column, single-row-multi-column, or multi-row
ResultSetinto the given value of a given type. - AbstractResultSetConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - AbstractResultSetToBasicFixedTypeConverter<T> - Class in org.springframework.data.cassandra.core.cql.converter
 - 
Thin wrapper that allows subclasses to delegate conversion of the given value to a
DefaultConversionService. - AbstractResultSetToBasicFixedTypeConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetToBasicFixedTypeConverter
 - AbstractRoutingSessionFactory - Class in org.springframework.data.cassandra.core.cql.session.lookup
 - 
Abstract
SessionFactoryimplementation that routesAbstractRoutingSessionFactory.getSession()calls to one of various targetfactoriesbased on a lookup key. - AbstractRoutingSessionFactory() - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - AbstractSessionConfiguration - Class in org.springframework.data.cassandra.config
 - 
Spring
Configurationclass used to configure a Cassandra client applicationCqlSessionconnected to a Cassandra cluster. - AbstractSessionConfiguration() - Constructor for class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - AbstractStatementAwareMappingEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Event encapsulating Cassandra CQL statement.
 - AbstractStatementAwareMappingEvent(T, Statement<?>, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AbstractStatementAwareMappingEvent
 - 
Creates new
AbstractStatementAwareMappingEvent. - add(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Adds an
ADDto the list of column changes. - add(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Adds an ADD to the list of field changes.
 - add(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Adds an
ADDto the list of column changes. - add(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Adds an ADD to the list of field changes.
 - add(IdInterfaceException) - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - ADD - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - addAll(Map<? extends Object, ? extends Object>) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Associate all entries of the specified
mapwith the map atColumnName. - addAssociation(Association<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - addColumn(CqlIdentifier, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AddColumnSpecification
 - addColumn(CqlIdentifier, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - addColumn(String, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AddColumnSpecification
 - addColumn(String, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - AddColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating an
ADDclause of anALTER TABLEstatement. - AddColumnCqlGenerator(AddColumnSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.AddColumnCqlGenerator
 - AddColumnSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Value object representing a specification to add a column.
 - addPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - addPopulators(KeyspacePopulator...) - Method in class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
 - 
Add one or more populators to the list of delegates.
 - addQueryOptions(T, QueryOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
 - 
Add common
QueryOptionsto all types of queries. - addScript(Resource) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Add a script to execute to initialize or clean up the database.
 - addScripts(Resource...) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Add multiple scripts to execute to initialize or clean up the database.
 - addSessionFactory(String, SessionFactory) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - 
Add the supplied
SessionFactoryto the map ofsession factoriesmaintained by this object. - addStatement(BatchableStatement<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a
statementto the batch. - addStatement(BatchableStatement<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a
statementto the batch. - addStatement(Mono<? extends BatchableStatement<?>>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a Mono of
statementto the batch. - addStatements(BatchableStatement<?>...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add
statementsto the batch. - addStatements(BatchableStatement<?>...) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add
statementsto the batch. - addStatements(Iterable<? extends BatchableStatement<?>>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add
statementsto the batch. - addStatements(Iterable<? extends BatchableStatement<?>>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add
statementsto the batch. - addStatements(Mono<? extends Iterable<? extends BatchableStatement<?>>>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add Mono of
statementsto the batch. - addTo(String) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Create a new
Update.AddToBuilderto add items to a collection forcolumnNamein a fluent style. - AddToMapOp(ColumnName, Map<? extends Object, ? extends Object>) - Constructor for class org.springframework.data.cassandra.core.query.Update.AddToMapOp
 - AddToOp(ColumnName, Iterable<? extends Object>, Update.AddToOp.Mode) - Constructor for class org.springframework.data.cassandra.core.query.Update.AddToOp
 - addWriteOptions(Delete, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
 - 
Add common
WriteOptionsoptions toDeleteCQL statements. - addWriteOptions(Insert, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
 - 
Add common
WriteOptionsoptions toInsertCQL statements. - addWriteOptions(Update, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
 - 
Add common
WriteOptionsoptions toUpdateCQL statements. - addWriteOptions(QueryOptionsUtil.CqlStatementOptionsAccessor<T>, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
 - 
Add common
WriteOptionsoptions to CQL statements throughQueryOptionsUtil.CqlStatementOptionsAccessor. - AfterConvertEvent<E> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Event to be triggered after converting a
Rowinto an entity. - AfterConvertEvent(Row, E, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AfterConvertEvent
 - AfterDeleteEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Event being thrown after a single or a set of rows has/have been deleted.
 - AfterDeleteEvent(Statement<?>, Class<T>, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AfterDeleteEvent
 - 
Create a new
AfterDeleteEvent. - AfterLoadEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Event to be triggered after loading
Rows to be mapped onto a given type. - AfterLoadEvent(Row, Class<T>, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AfterLoadEvent
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Ensures the Cassandra
CqlSessionand exception translator has been propertly set. - afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Ensures the Cassandra
ReactiveSessionFactoryand exception translator has been properly set. - afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - 
Use the keyspace populator to set up the keyspace.
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 - afterPropertiesSet() - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - AfterSaveEvent<E> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
CassandraMappingEventtriggered after save of an object. - AfterSaveEvent(E, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AfterSaveEvent
 - 
Creates a new
AfterSaveEvent. - all() - Method in interface org.springframework.data.cassandra.core.ExecutableDeleteOperation.TerminatingDelete
 - 
Remove all matching rows.
 - all() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Get all matching elements.
 - all() - Method in interface org.springframework.data.cassandra.core.ReactiveDeleteOperation.TerminatingDelete
 - 
Remove all matching rows.
 - all() - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.TerminatingSelect
 - 
Get all matching elements.
 - ALL - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
 - allowFiltering() - Element in annotation interface org.springframework.data.cassandra.repository.Query
 - 
Specifies whether to allow filtering using query derivation without a
string query. - AllowFiltering - Annotation Interface in org.springframework.data.cassandra.repository
 - 
Annotation to declare filtering for a derived query.
 - alter(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Adds an ALTER to the list of column changes.
 - alter(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Adds an ALTER to the list of field changes.
 - alter(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Adds an ALTER to the list of column changes.
 - alter(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Adds an ALTER to the list of field changes.
 - ALTER - Enum constant in enum class org.springframework.data.cassandra.config.KeyspaceAction
 - ALTER - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - alterColumn(CqlIdentifier, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterColumnSpecification
 - 
Entry point into the
AlterColumnSpecification's fluent API givennameandDataTypeto alter a column. - alterColumn(CqlIdentifier, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterColumnSpecification's fluent API givennameandDataTypeto alter a column. - alterColumn(String, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterColumnSpecification
 - 
Entry point into the
AlterColumnSpecification's fluent API givennameandDataTypeto alter a column. - alterColumn(String, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterColumnSpecification's fluent API givennameandDataTypeto alter a column. - AlterColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating an
ALTERcolumn clause of anALTER TABLEstatement. - AlterColumnCqlGenerator(AlterColumnSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.AlterColumnCqlGenerator
 - AlterColumnSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Value object representing a specification to alter a column.
 - alterKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterKeyspaceSpecification
 - 
Entry point into the
AlterKeyspaceSpecification's fluent API givennameto alter a keyspace. - alterKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterKeyspaceSpecification's fluent API givennameto alter a keyspace. - alterKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterKeyspaceSpecification
 - 
Entry point into the
AlterKeyspaceSpecification's fluent API givennameto alter a keyspace. - alterKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterKeyspaceSpecification's fluent API givennameto alter a keyspace. - AlterKeyspaceCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating
ALTER TABLEstatements. - AlterKeyspaceCqlGenerator(AlterKeyspaceSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
 - AlterKeyspaceSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
ALTER KEYSPACEspecification. - alterTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - alterTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - alterTable(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - alterTable(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - alterTable(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - alterTable(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - alterTable(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterTableSpecification's fluent API giventableNameto alter a table. - AlterTableCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating
ALTER TABLEstatements. - AlterTableCqlGenerator(AlterTableSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.AlterTableCqlGenerator
 - 
Create a new
AlterTableCqlGenerator. - AlterTableSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
ALTER TABLEspecification. - alterType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Entry point into the
AlterUserTypeSpecification's fluent API giventypeNameto alter a type. - alterType(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Entry point into the
AlterUserTypeSpecification's fluent API giventypeNameto alter a type. - alterType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Entry point into the
AlterColumnSpecification's fluent API giventypeNameto alter a user type. - alterType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
AlterColumnSpecification's fluent API giventypeNameto alter a user type. - AlterUserTypeCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating
ALTER TYPEstatements. - AlterUserTypeCqlGenerator(AlterUserTypeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
 - 
Create a new
AlterUserTypeCqlGeneratorfor aAlterUserTypeSpecification. - AlterUserTypeSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
ALTER TYPEspecification. - and(Columns) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Returns a new
Columnsconsisting of theColumnNames of the currentColumnscombined with the given ones. - and(CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Add the given
CriteriaDefinitionto the currentQuery. - AND - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - ANY - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - append(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Append the
valueto the collection. - APPEND - Enum constant in enum class org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
 - appendAll(Iterable<? extends Object>) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Append all
valuesto the collection. - appendAll(Object...) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Append all
valuesto the collection. - apply(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ExecutionProfileResolver
 - 
Apply an execution profile based on the
Statement. - apply(Function<S, R>) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Apply a
builder functionto the statement. - apply(Update) - Method in interface org.springframework.data.cassandra.core.ExecutableUpdateOperation.TerminatingUpdate
 - apply(Update) - Method in interface org.springframework.data.cassandra.core.ReactiveUpdateOperation.TerminatingUpdate
 - 
Update all matching rows in the table.
 - APPLY - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - applyStatementSettings(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Prepare the given CQL Statement applying statement settings such as page size and consistency level.
 - applyStatementSettings(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Prepare the given CQL Statement applying statement settings such as page size and consistency level.
 - ArgumentPreparedStatementBinder - Class in org.springframework.data.cassandra.core.cql
 - 
Simple adapter for
PreparedStatementBinderthat applies a given array of arguments. - ArgumentPreparedStatementBinder(Object...) - Constructor for class org.springframework.data.cassandra.core.cql.ArgumentPreparedStatementBinder
 - 
Create a new
ArgumentPreparedStatementBinderfor the given arguments. - as(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - as(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - as(Class<R>) - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithProjection
 - 
Define the
result target typethat the Cassandra Row fields should be mapped to. - as(Class<R>) - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.SelectWithProjection
 - 
Define the
result target typethat the fields should be mapped to. - as(String) - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - as(String) - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - as(Function<Object, ? extends R>) - Method in class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 - 
This method allows the application of a function to this
CriteriaDefinition.Predicatevalue. - ASC - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - ASCENDING - Enum constant in enum class org.springframework.data.cassandra.core.cql.Ordering
 - 
Ascending Cassandra column ordering.
 - ASCII - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - AssignmentOp(ColumnName) - Constructor for class org.springframework.data.cassandra.core.query.Update.AssignmentOp
 - AsyncCassandraOperations - Interface in org.springframework.data.cassandra.core
 - 
Interface specifying a basic set of asynchronous Cassandra operations.
 - AsyncCassandraOperations - Interface in org.springframework.data.cassandra.core.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variantAsyncCassandraTemplate. - AsyncCassandraTemplate - Class in org.springframework.data.cassandra.core
 - 
Primary implementation of
AsyncCassandraOperations. - AsyncCassandraTemplate - Class in org.springframework.data.cassandra.core.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variantAsyncCassandraTemplate. - AsyncCassandraTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Creates an instance of
AsyncCassandraTemplateinitialized with the givenCqlSessionand a defaultMappingCassandraConverter. - AsyncCassandraTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Creates an instance of
AsyncCassandraTemplateinitialized with the givenCqlSessionand a defaultMappingCassandraConverter. - AsyncCassandraTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Creates an instance of
AsyncCassandraTemplateinitialized with the givenCqlSessionandCassandraConverter. - AsyncCassandraTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Creates an instance of
AsyncCassandraTemplateinitialized with the givenCqlSessionandCassandraConverter. - AsyncCassandraTemplate(AsyncCqlTemplate, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Creates an instance of
AsyncCassandraTemplateinitialized with the givenAsyncCqlTemplateandCassandraConverter. - AsyncCassandraTemplate(AsyncCqlTemplate, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Creates an instance of
AsyncCassandraTemplateinitialized with the givenAsyncCqlTemplateandCassandraConverter. - AsyncCassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Creates an instance of
AsyncCassandraTemplateinitialized with the givenSessionFactoryandCassandraConverter. - AsyncCassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Creates an instance of
AsyncCassandraTemplateinitialized with the givenSessionFactoryandCassandraConverter. - AsyncCassandraTemplate.AsyncPreparedStatementHandler - Interface in org.springframework.data.cassandra.core
 - 
General callback interface used to create and bind prepared CQL statements.
 - AsyncCassandraTemplate.AsyncPreparedStatementHandler - Interface in org.springframework.data.cassandra.core.legacy
 - 
Deprecated.General callback interface used to create and bind prepared CQL statements.
 - AsyncCassandraTemplate.PreparedStatementHandler - Class in org.springframework.data.cassandra.core.legacy
 - 
Deprecated.Utility class to prepare a
SimpleStatementand bind values associated with the statement to aBoundStatement. - AsyncCqlOperations - Interface in org.springframework.data.cassandra.core.cql
 - 
Interface specifying a basic set of CQL asynchronously executed operations.
 - AsyncCqlOperations - Interface in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variantAsyncCqlOperations. - AsyncCqlTemplate - Class in org.springframework.data.cassandra.core.cql
 - 
This is the central class in the CQL core package for asynchronous Cassandra data access. It simplifies the use of CQL and helps to avoid common errors.
 - AsyncCqlTemplate - Class in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variantAsyncCqlTemplate. - AsyncCqlTemplate() - Constructor for class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Create a new, uninitialized
AsyncCqlTemplate. - AsyncCqlTemplate() - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Create a new, uninitialized
AsyncCqlTemplate. - AsyncCqlTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Create a new
AsyncCqlTemplatewith the givenCqlSession. - AsyncCqlTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Create a new
AsyncCqlTemplatewith the givenCqlSession. - AsyncCqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Constructs a new
AsyncCqlTemplatewith the givenSessionFactory. - AsyncCqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Constructs a new
AsyncCqlTemplatewith the givenSessionFactory. - AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cassandra.core.cql
 - 
Adapter to enable use of a
RowCallbackHandlerinside aResultSetExtractor. - AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated.Adapter to enable use of a
RowCallbackHandlerinside aResultSetExtractor. - AsyncPreparedStatementCreator - Interface in org.springframework.data.cassandra.core.cql
 - 
One of the two central callback interfaces used by the
AsyncCqlTemplateclass. - AsyncPreparedStatementCreator - Interface in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variant. - AsyncResultSetExtractor<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Callback interface used by
AsyncCqlTemplate's query methods. - AsyncResultSetExtractor<T> - Interface in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variant. - AsyncRowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor
 - AsyncRowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor
 - 
Deprecated.
 - AsyncRowMapperResultSetExtractor<T> - Class in org.springframework.data.cassandra.core.cql
 - 
Adapter implementation of the
ResultSetExtractorinterface that delegates to aRowMapperwhich is supposed to create an object for each row. - AsyncRowMapperResultSetExtractor<T> - Class in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variant. - AsyncRowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.data.cassandra.core.cql.AsyncRowMapperResultSetExtractor
 - 
Create a new
AsyncRowMapperResultSetExtractor. - AsyncRowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncRowMapperResultSetExtractor
 - 
Deprecated.Create a new
AsyncRowMapperResultSetExtractor. - AsyncSessionCallback<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Generic callback interface for code that operates asynchronously on a Cassandra
CqlSession. - AsyncSessionCallback<T> - Interface in org.springframework.data.cassandra.core.cql.legacy
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use the
CompletableFuture-based variant. - atIndex(int) - Method in interface org.springframework.data.cassandra.core.query.Update.SetBuilder
 - 
Create a
Update.SetValueBuilderto set a value at a numericindex. - atKey(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.SetBuilder
 - 
Create a
Update.SetValueBuilderto set a value atindex. - AuditingEntityCallback - Class in org.springframework.data.cassandra.core.mapping.event
 - 
EntityCallbackto populate auditing related fields on an entity about to be saved. - AuditingEntityCallback(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.cassandra.core.mapping.event.AuditingEntityCallback
 - 
Creates a new
AuditingEntityCallbackusing the givenMappingContextandAuditingHandlerprovided by the givenObjectFactory. - auditorAwareRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableCassandraAuditing
 - 
Configures the
AuditorAwarebean to be used to lookup the current principal. - auditorAwareRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableReactiveCassandraAuditing
 - 
Configures the
ReactiveAuditorAwarebean to be used to lookup the current principal. - AUTHORIZE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - availableRows() - Method in interface org.springframework.data.cassandra.ReactiveResultSet
 - 
Returns a
Fluxover the rows contained in this result set chunk. 
B
- basePackageClasses() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Type-safe alternative to
EnableCassandraRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackageClasses() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Type-safe alternative to
EnableReactiveCassandraRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Base packages to scan for annotated components.
 - basePackages() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Base packages to scan for annotated components.
 - BasicCassandraMappingContext - Class in org.springframework.data.cassandra.core.mapping
 - 
Deprecated.since 2.0. Use
CassandraMappingContext. - BasicCassandraMappingContext() - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraMappingContext
 - 
Deprecated.
 - BasicCassandraPersistentEntity<T> - Class in org.springframework.data.cassandra.core.mapping
 - 
Cassandra specific
BasicPersistentEntityimplementation that adds Cassandra specific metadata. - BasicCassandraPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - 
Create a new
BasicCassandraPersistentEntitygivenTypeInformation. - BasicCassandraPersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - 
Create a new
BasicCassandraPersistentEntitywith the givenTypeInformation. - BasicCassandraPersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier, Comparator<CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - 
Create a new
BasicCassandraPersistentEntitywith the givenTypeInformation. - BasicCassandraPersistentEntityMetadataVerifier - Class in org.springframework.data.cassandra.core.mapping
 - 
Default implementation for Cassandra Persistent Entity Verification.
 - BasicCassandraPersistentEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntityMetadataVerifier
 - BasicCassandraPersistentProperty - Class in org.springframework.data.cassandra.core.mapping
 - 
Cassandra specific
AnnotationBasedPersistentPropertyimplementation. - BasicCassandraPersistentProperty(Property, CassandraPersistentEntity<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - 
Create a new
BasicCassandraPersistentProperty. - BasicCassandraPersistentTupleEntity<T> - Class in org.springframework.data.cassandra.core.mapping
 - 
Cassandra Tuple-specific
PersistentEntityfor a mapped tuples. - BasicCassandraPersistentTupleEntity(TypeInformation<T>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleEntity
 - 
Creates a new
BasicCassandraPersistentTupleEntitygivenTypeInformation. - BasicCassandraPersistentTupleProperty - Class in org.springframework.data.cassandra.core.mapping
 - 
Cassandra Tuple specific
CassandraPersistentPropertyimplementation. - BasicCassandraPersistentTupleProperty(Property, CassandraPersistentEntity<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - 
Create a new
BasicCassandraPersistentTupleProperty. - BasicCassandraRowValueProvider - Class in org.springframework.data.cassandra.core.convert
 - 
Deprecated.since 3.0, use directly
RowValueProvider. - BasicCassandraRowValueProvider(Row, CodecRegistry, SpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.BasicCassandraRowValueProvider
 - 
Deprecated.Create a new
BasicCassandraRowValueProviderwith the givenRow,CodecRegistryandSpELExpressionEvaluator. - BasicCassandraRowValueProvider(Row, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.BasicCassandraRowValueProvider
 - 
Deprecated.
 - BasicMapId - Class in org.springframework.data.cassandra.core.mapping
 - 
Simple implementation of
MapId. - BasicMapId() - Constructor for class org.springframework.data.cassandra.core.mapping.BasicMapId
 - 
Create a new and empty
BasicMapId. - BasicMapId(Map<String, Object>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicMapId
 - 
Create a new
BasicMapIdgiven aMapof key-value tuples. - BATCH - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - batchOps() - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Returns a new
CassandraBatchOperationsusingBatchType.LOGGED. - batchOps() - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Returns a new
ReactiveCassandraBatchOperationsusingBatchType.LOGGED. - batchOps(BatchType) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Returns a new
CassandraBatchOperations. - batchOps(BatchType) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - batchOps(BatchType) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Returns a new
ReactiveCassandraBatchOperations. - batchOps(BatchType) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - BeanFactorySessionFactoryLookup - Class in org.springframework.data.cassandra.core.cql.session.lookup
 - 
SessionFactoryLookupimplementation based on a SpringBeanFactory. - BeanFactorySessionFactoryLookup() - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.BeanFactorySessionFactoryLookup
 - 
Create a new instance of
BeanFactorySessionFactoryLookup. - BeanFactorySessionFactoryLookup(BeanFactory) - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.BeanFactorySessionFactoryLookup
 - 
Create a new instance of
BeanFactorySessionFactoryLookupgivenBeanFactory. - BeanPropertyRowMapper<T> - Class in org.springframework.data.cassandra.core.cql
 - 
RowMapperimplementation that converts aRowinto a new instance of the specified mapped target class. - BeanPropertyRowMapper() - Constructor for class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapperfor bean-style configuration. - BeanPropertyRowMapper(Class<T>) - Constructor for class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapper, accepting unpopulated properties in the target bean. - BeanPropertyRowMapper(Class<T>, boolean) - Constructor for class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapper. - BeforeConvertCallback<T> - Interface in org.springframework.data.cassandra.core.mapping.event
 - 
Callback being invoked before a domain object is converted to be persisted.
 - BeforeDeleteEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Event thrown before a row or a set of rows is deleted.
 - BeforeDeleteEvent(Statement<?>, Class<T>, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.BeforeDeleteEvent
 - 
Create a new
BeforeDeleteEvent. - BeforeSaveCallback<T> - Interface in org.springframework.data.cassandra.core.mapping.event
 - 
Entity callback invoked before inserting or updating a row in the database.
 - BeforeSaveEvent<E> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Mapping eventtriggered before inserting or updating a row in the database. - BeforeSaveEvent(E, CqlIdentifier, Statement<?>) - Constructor for class org.springframework.data.cassandra.core.mapping.event.BeforeSaveEvent
 - 
Create a new
BeforeSaveEvent. - BEGIN - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - BIGINT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - bind(Object) - Method in interface org.springframework.data.cassandra.core.cql.util.Bindings
 - 
Create a
BindMarkerfor the givenvalue. - bind(StatementBuilder.BindFunction<S>) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Apply a
StatementBuilder.BindFunctionto the statement. - bind(S, TermFactory) - Method in interface org.springframework.data.cassandra.core.cql.util.StatementBuilder.BindFunction
 - 
Apply a binding operation on the
statementand return the modified statement instance. - Bindings - Interface in org.springframework.data.cassandra.core.cql.util
 - 
Factory for
BindMarkercapturing bindingvalues. - bindValues(PreparedStatement) - Method in class org.springframework.data.cassandra.core.CassandraTemplate.PreparedStatementHandler
 - bindValues(PreparedStatement) - Method in class org.springframework.data.cassandra.core.cql.ArgumentPreparedStatementBinder
 - bindValues(PreparedStatement) - Method in interface org.springframework.data.cassandra.core.cql.PreparedStatementBinder
 - 
Bind parameter values on the given
PreparedStatement. - bindValues(PreparedStatement) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate.PreparedStatementHandler
 - 
Deprecated.
 - bindValues(PreparedStatement) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate.PreparedStatementHandler
 - BLOB - Enum constant in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - BLOB - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - BLOB_PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - BLOB_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - BLOOM_FILTER_FP_CHANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
bloom_filter_fp_chance - BOOLEAN - Enum constant in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - BOOLEAN - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - BOOLEAN_PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - BOOLEAN_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - BUCKET_HIGH - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
bucket_high - BUCKET_LOW - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
bucket_low - build() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Builds a new
QueryOptionswith the configured values. - build() - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Build a
statementby applying builder and bind functions using the defaultCodecRegistryandStatementBuilder.ParameterHandling.BY_INDEXparameter rendering. - build() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Builds a new
WriteOptionswith the configured values. - build() - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Builds a new
DeleteOptionswith the configured values. - build() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Builds a new
InsertOptionswith the configured values. - build() - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Builds a new
UpdateOptionswith the configured values. - build() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - 
Return a new map based on the current state of this builder's map.
 - build(StatementBuilder.ParameterHandling) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Build a
statementby applying builder and bind functions using the givenStatementBuilder.ParameterHandling. - build(StatementBuilder.ParameterHandling, CodecRegistry) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Build a
statementby applying builder and bind functions using the givenCodecRegistryandStatementBuilder.ParameterHandling. - buildBuilder() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - builder() - Static method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - 
Create a new
QueryOptions.QueryOptionsBuilder. - builder() - Static method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - 
Create a new
WriteOptions.WriteOptionsBuilder. - builder() - Static method in class org.springframework.data.cassandra.core.DeleteOptions
 - 
Create a new
DeleteOptions.DeleteOptionsBuilder. - builder() - Static method in class org.springframework.data.cassandra.core.InsertOptions
 - 
Create a new
InsertOptions.InsertOptionsBuilder. - builder() - Static method in class org.springframework.data.cassandra.core.UpdateOptions
 - 
Create a new
UpdateOptions.UpdateOptionsBuilder. - buildErrorMessage(String, int, EncodedResource) - Static method in exception org.springframework.data.cassandra.core.cql.session.init.ScriptStatementFailedException
 - 
Build an error message for an CQL script execution failure, based on the supplied arguments.
 - buildMessage(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.CassandraExceptionTranslator
 - 
Build a message
Stringfor the givenDriverException. - buildSession(CqlSessionBuilder) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Build a
Sessionto the user-defined Keyspace or the default Keyspace if the user did not specify a Keyspace byname. - buildSystemSession(CqlSessionBuilder) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Build the Cassandra
System Session. - BY - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - BY_INDEX - Enum constant in enum class org.springframework.data.cassandra.core.cql.util.StatementBuilder.ParameterHandling
 - 
Index-based bind markers.
 - BY_NAME - Enum constant in enum class org.springframework.data.cassandra.core.cql.util.StatementBuilder.ParameterHandling
 - 
Named bind markers.
 
C
- CachedPreparedStatementCreator - Class in org.springframework.data.cassandra.core.cql
 - 
Deprecated.since 2.0. This class uses an unsafe, static held cache.
 - CachedPreparedStatementCreator - Class in org.springframework.data.cassandra.core.cql.support
 - 
Deprecated.since 3.2, the Cassandra driver has a built-in prepared statement cache with makes external caching of prepared statements superfluous.
 - CachedPreparedStatementCreator(String) - Constructor for class org.springframework.data.cassandra.core.cql.CachedPreparedStatementCreator
 - 
Deprecated.Create a
PreparedStatementCreatorfrom the provided CQL. - CachedPreparedStatementCreator(PreparedStatementCache, SimpleStatement) - Constructor for class org.springframework.data.cassandra.core.cql.support.CachedPreparedStatementCreator
 - 
Deprecated.Create a new
CachedPreparedStatementCreator. - CACHING - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
caching - CachingCassandraPersistentProperty - Class in org.springframework.data.cassandra.core.mapping
 - 
BasicCassandraPersistentPropertythat pre-computes primary key and embedded flags. - CachingCassandraPersistentProperty(Property, CassandraPersistentEntity<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - canBindCollection() - Method in interface org.springframework.data.cassandra.core.cql.util.TermFactory
 - 
Check whether the term factory accepts
Collectionvalues to be created asTerm. - cancel(boolean) - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - canEqual(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
 - CannotReadScriptException - Exception in org.springframework.data.cassandra.core.cql.session.init
 - 
Thrown by
ScriptUtilsif a CQL script cannot be read. - CannotReadScriptException(EncodedResource, Throwable) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.CannotReadScriptException
 - 
Construct a new
CannotReadScriptException. - CASE_SENSITIVE - Static variable in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Empty implementation of the interface utilizing only the default implementation.
 - caseSensitive() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.NonTokenizingAnalyzed
 - 
Enable case-sensitive matching.
 - CASSANDRA_QUERY_OBSERVATION - Enum constant in enum class org.springframework.data.cassandra.observability.CassandraObservation
 - 
Create an
Observationfor Cassandra-based queries. - CASSANDRA_SIMPLE_TYPES - Static variable in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 - 
Set of Cassandra simple types.
 - CASSANDRA_SYSTEM_SESSION - Static variable in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - CassandraAccessor - Class in org.springframework.data.cassandra.core.cql
 - 
CassandraAccessorprovides access to a CassandraSessionFactoryand theCassandraExceptionTranslator. - CassandraAccessor() - Constructor for class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - CassandraAdminOperations - Interface in org.springframework.data.cassandra.core
 - 
Operations for managing a Cassandra keyspace.
 - CassandraAdminTemplate - Class in org.springframework.data.cassandra.core
 - 
Default implementation of
CassandraAdminOperations. - CassandraAdminTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - 
Constructor used for a basic template configuration.
 - CassandraAdminTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - 
Constructor used for a basic template configuration.
 - CassandraAdminTemplate(CqlOperations, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - 
Constructor used for a basic template configuration.
 - CassandraAdminTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - 
Constructor used for a basic template configuration.
 - CassandraAuditingBeanDefinitionParser - Class in org.springframework.data.cassandra.config
 - 
BeanDefinitionParserto register aAuditingEntityCallbackto transparently set auditing information on an entity. - CassandraAuditingBeanDefinitionParser() - Constructor for class org.springframework.data.cassandra.config.CassandraAuditingBeanDefinitionParser
 - CassandraAuthenticationException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra authentication failure.
 - CassandraAuthenticationException(EndPoint, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraAuthenticationException
 - 
Constructor for
CassandraAuthenticationException. - CassandraBatchOperations - Interface in org.springframework.data.cassandra.core
 - 
Batch operations for insert/update/delete actions on a table.
 - CassandraColumnAnnotationComparator - Enum Class in org.springframework.data.cassandra.core.mapping
 - 
Deprecated.since 3.0 without replacement.
 - CassandraColumnType - Interface in org.springframework.data.cassandra.core.convert
 - 
Descriptor for a Cassandra column type exposing a
DataType. - CassandraConnectionFailureException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for Cassandra when no host is available.
 - CassandraConnectionFailureException(Map<Node, Throwable>, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraConnectionFailureException
 - 
Constructor for
CassandraConnectionFailureException. - CassandraConversionContext - Class in org.springframework.data.cassandra.core.convert
 - 
ValueConversionContextthat allows to delegate read/write to an underlyingCassandraConverter. - CassandraConversionContext(PropertyValueProvider<CassandraPersistentProperty>, CassandraPersistentProperty, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - CassandraConversionContext(PropertyValueProvider<CassandraPersistentProperty>, CassandraPersistentProperty, CassandraConverter, SpELContext) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - cassandraConverter() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a
CassandraConverterusing the configuredAbstractCassandraConfiguration.cassandraMapping(). - CassandraConverter - Interface in org.springframework.data.cassandra.core.convert
 - 
Central Cassandra specific converter interface from Object to Row.
 - CassandraConverterConfigurationAdapter() - Constructor for class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - CassandraCqlSessionFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Deprecated.since 3.0, use
CqlSessionFactoryBeandirectly. - CassandraCqlSessionFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraCqlSessionFactoryBean
 - 
Deprecated.
 - CassandraCqlTemplateFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Factory for configuring a
CqlTemplate. - CassandraCqlTemplateFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - CassandraCustomConversions - Class in org.springframework.data.cassandra.core.convert
 - 
Value object to capture custom conversion.
 - CassandraCustomConversions(List<?>) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraCustomConversions
 - 
Create a new
CassandraCustomConversionsinstance registering the given converters. - CassandraCustomConversions(CassandraCustomConversions.CassandraConverterConfigurationAdapter) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraCustomConversions
 - CassandraCustomConversions.CassandraConverterConfigurationAdapter - Class in org.springframework.data.cassandra.core.convert
 - 
CassandraCustomConversions.CassandraConverterConfigurationAdapterencapsulates creation ofCustomConversions.ConverterConfigurationwith Cassandra specifics. - CassandraDriverTimeoutException - Exception in org.springframework.data.cassandra
 - 
This exception is thrown when driver has timed out during any interaction with the Cassandra coordinator node.
 - CassandraDriverTimeoutException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraDriverTimeoutException
 - 
Constructor for
CassandraDriverTimeoutException. - CassandraEntityClassScanner - Class in org.springframework.data.cassandra.config
 - 
Scans packages for Cassandra entities.
 - CassandraEntityClassScanner() - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Creates a new
CassandraEntityClassScanner. - CassandraEntityClassScanner(Class<?>...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Creates a new
CassandraEntityClassScannergivenentityBasePackageClasses. - CassandraEntityClassScanner(String...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Creates a new
CassandraEntityClassScannergivenentityBasePackages. - CassandraEntityClassScanner(Collection<String>) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Creates a new
CassandraEntityClassScannergivenentityBasePackages. - CassandraEntityClassScanner(Collection<String>, Collection<Class<?>>) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - CassandraEntityInformation<T,
ID> - Interface in org.springframework.data.cassandra.repository.query  - 
Cassandra specific
EntityInformation. - CassandraEntityMetadata<T> - Interface in org.springframework.data.cassandra.repository.query
 - 
Extension of
EntityMetadatato additionally expose the table name an entity shall be persisted to. - CassandraExceptionTranslator - Class in org.springframework.data.cassandra.core.cql
 - 
Simple
PersistenceExceptionTranslatorfor Cassandra. - CassandraExceptionTranslator() - Constructor for class org.springframework.data.cassandra.core.cql.CassandraExceptionTranslator
 - CassandraFutureAdapter<T> - Class in org.springframework.data.cassandra.core.cql.util
 - 
Deprecated.since 3.0, use
CompletableFuturedirectly. - CassandraFutureAdapter(CompletableFuture<T>, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.Create a new adapter for the given
CompletableFuture. - CassandraFutureAdapter(CompletionStage<T>, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.Create a new adapter for the given
CompletionStage. - CassandraInsufficientReplicasAvailableException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for Cassandra when insufficient replicas are available for a given consistency level.
 - CassandraInsufficientReplicasAvailableException(int, int, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraInsufficientReplicasAvailableException
 - 
Constructor for
CassandraInsufficientReplicasAvailableException. - CassandraInsufficientReplicasAvailableException(String) - Constructor for exception org.springframework.data.cassandra.CassandraInsufficientReplicasAvailableException
 - 
Constructor for
CassandraInsufficientReplicasAvailableException. - CassandraInternalException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra internal error.
 - CassandraInternalException(String) - Constructor for exception org.springframework.data.cassandra.CassandraInternalException
 - 
Constructor for
CassandraInternalException. - CassandraInternalException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraInternalException
 - 
Constructor for
CassandraInternalException. - CassandraInvalidConfigurationInQueryException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra query that is syntactically correct but has an invalid configuration clause.
 - CassandraInvalidConfigurationInQueryException(String) - Constructor for exception org.springframework.data.cassandra.CassandraInvalidConfigurationInQueryException
 - 
Constructor for
CassandraInvalidConfigurationInQueryException. - CassandraInvalidConfigurationInQueryException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraInvalidConfigurationInQueryException
 - 
Constructor for
CassandraInvalidConfigurationInQueryException. - CassandraInvalidQueryException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra query that's syntactically correct but invalid.
 - CassandraInvalidQueryException(String) - Constructor for exception org.springframework.data.cassandra.CassandraInvalidQueryException
 - 
Constructor for
CassandraInvalidQueryException. - CassandraInvalidQueryException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraInvalidQueryException
 - 
Constructor for
CassandraInvalidQueryException. - CassandraJsr310Converters - Class in org.springframework.data.cassandra.core.convert
 - 
Helper class to register JodaTime specific
Converterimplementations in case the library is present on the classpath. - CassandraJsr310Converters.DateToInstantConverter - Enum Class in org.springframework.data.cassandra.core.convert
 - CassandraJsr310Converters.InstantToDateConverter - Enum Class in org.springframework.data.cassandra.core.convert
 - CassandraJsr310Converters.LocalTimeToMillisOfDayConverter - Enum Class in org.springframework.data.cassandra.core.convert
 - CassandraJsr310Converters.MillisOfDayToLocalTimeConverter - Enum Class in org.springframework.data.cassandra.core.convert
 - CassandraKeyspaceExistsException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for Cassandra when a keyspace being created already exists.
 - CassandraKeyspaceExistsException(String, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraKeyspaceExistsException
 - 
Constructor for
CassandraKeyspaceExistsException. - cassandraManagedTypes() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Returns the given
CassandraManagedTypesobject holding the initial entity set. - CassandraManagedTypes - Class in org.springframework.data.cassandra
 - 
Cassandra-specific extension to
ManagedTypes. - cassandraMapping() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, use
AbstractCassandraConfiguration.cassandraMappingContext(CassandraManagedTypes)instead. - cassandraMappingContext(CassandraManagedTypes) - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Return the
MappingContextinstance to map Entities toJava Objects. - CassandraMappingContext - Class in org.springframework.data.cassandra.core.mapping
 - 
Default implementation of a
MappingContextfor Cassandra usingCassandraPersistentEntityandCassandraPersistentPropertyas primary abstractions. - CassandraMappingContext() - Constructor for class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Create a new
CassandraMappingContext. - CassandraMappingContext(UserTypeResolver, TupleTypeFactory) - Constructor for class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0,
UserTypeResolverandTupleTypeFactoryno longer required here as high-level type resolution went intoCassandraConverter. - CassandraMappingEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Base
ApplicationEventtriggered by Spring Data Cassandra. - CassandraMappingEvent(T, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.event.CassandraMappingEvent
 - 
Creates new
CassandraMappingEvent. - CassandraNamespaceHandler - Class in org.springframework.data.cassandra.config
 - 
Namespace handler for spring-data-cassandra.
 - CassandraNamespaceHandler() - Constructor for class org.springframework.data.cassandra.config.CassandraNamespaceHandler
 - CassandraObservation - Enum Class in org.springframework.data.cassandra.observability
 - 
Cassandra-based implementation of
ObservationDocumentation. - CassandraObservationContext - Class in org.springframework.data.cassandra.observability
 - 
A
Observation.ContextforCqlSession. - CassandraObservationContext(Statement<?>, String, boolean, String, String, String) - Constructor for class org.springframework.data.cassandra.observability.CassandraObservationContext
 - CassandraObservationConvention - Interface in org.springframework.data.cassandra.observability
 - 
ObservationConventionfor Cassandra. - CassandraObservationSupplier - Interface in org.springframework.data.cassandra.observability
 - 
Returns the Cassandra Observation.
 - CassandraOperations - Interface in org.springframework.data.cassandra.core
 - 
Interface specifying a basic set of Cassandra operations.
 - CassandraPageRequest - Class in org.springframework.data.cassandra.core.query
 - 
Cassandra-specific
PageRequestimplementation providing access topaging state. - CassandraParameterAccessor - Interface in org.springframework.data.cassandra.repository.query
 - 
Cassandra-specific
ParameterAccessorexposing a Cassandratypesthat are supported by the driver and parameter type. - CassandraParameters - Class in org.springframework.data.cassandra.repository.query
 - 
Custom extension of
Parametersdiscovering additional properties of query method parameters. - CassandraParameters(ParametersSource) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
 - 
Create a new
CassandraParametersinstance from the givenMethod. - CassandraParametersParameterAccessor - Class in org.springframework.data.cassandra.repository.query
 - 
Cassandra-specific
ParameterAccessorexposing Cassandratypesthat are supported by the driver and parameter type. - CassandraParametersParameterAccessor(CassandraQueryMethod, Object...) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - 
Create a new
CassandraParametersParameterAccessor. - CassandraPersistentEntity<T> - Interface in org.springframework.data.cassandra.core.mapping
 - 
Cassandra specific
PersistentEntityabstraction. - CassandraPersistentEntityMetadataVerifier - Interface in org.springframework.data.cassandra.core.mapping
 - 
Interface for Cassandra Persistent Entity Mapping Verification.
 - CassandraPersistentEntitySchemaCreator - Class in org.springframework.data.cassandra.core
 - 
Schema creation support for Cassandra based on
CassandraMappingContextandCassandraPersistentEntity. - CassandraPersistentEntitySchemaCreator(CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create a new
CassandraPersistentEntitySchemaCreatorfor the givenCassandraMappingContextandCassandraAdminOperations. - CassandraPersistentEntitySchemaCreator(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create a new
CassandraPersistentEntitySchemaCreatorfor the givenCassandraMappingContextandCassandraAdminOperations. - CassandraPersistentEntitySchemaDropper - Class in org.springframework.data.cassandra.core
 - 
Schema drop support for Cassandra based on
CassandraMappingContextandCassandraPersistentEntity. - CassandraPersistentEntitySchemaDropper(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
 - 
Create a new
CassandraPersistentEntitySchemaDropperfor the givenCassandraMappingContextandCassandraAdminOperations. - CassandraPersistentProperty - Interface in org.springframework.data.cassandra.core.mapping
 - 
Cassandra specific
PersistentPropertyextension. - CassandraPersistentPropertyComparator - Enum Class in org.springframework.data.cassandra.core.mapping
 - 
Comparatorimplementation that ordersCassandraPersistentPropertyinstances. - CassandraPrimaryKeyColumnAnnotationComparator - Enum Class in org.springframework.data.cassandra.core.mapping
 - 
Comparatorimplementation that uses, in order, the... - CassandraQueryMethod - Class in org.springframework.data.cassandra.repository.query
 - 
Cassandra specific implementation of
QueryMethod. - CassandraQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends CassandraPersistentEntity<?>, ? extends CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - 
Create a new
CassandraQueryMethodfrom the givenMethod. - CassandraQuerySyntaxException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra query syntax error.
 - CassandraQuerySyntaxException(String) - Constructor for exception org.springframework.data.cassandra.CassandraQuerySyntaxException
 - 
Constructor for
CassandraQuerySyntaxException. - CassandraQuerySyntaxException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraQuerySyntaxException
 - 
Constructor for
CassandraQuerySyntaxException. - CassandraReadTimeoutException - Exception in org.springframework.data.cassandra
 - 
Cassandra-specific exception for a server-side timeout during a read query.
 - CassandraReadTimeoutException(boolean, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraReadTimeoutException
 - 
Constructor for
CassandraReadTimeoutException. - CassandraRepositoriesRegistrar - Class in org.springframework.data.cassandra.repository.config
 - 
ImportBeanDefinitionRegistrarto setup Cassandra repositories viaEnableCassandraRepositories. - CassandraRepositoriesRegistrar() - Constructor for class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
 - CassandraRepository<T,
ID> - Interface in org.springframework.data.cassandra.repository  - 
Cassandra-specific extension of the
CrudRepositoryinterface that allows the specification of a type for the identity of the@Table(or@Persistable) type. - CassandraRepositoryBean<T> - Class in org.springframework.data.cassandra.repository.cdi
 - 
A bean which represents a Cassandra repository.
 - CassandraRepositoryBean(Bean<CassandraOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
 - 
Create a new
CassandraRepositoryBean. - CassandraRepositoryConfigurationExtension - Class in org.springframework.data.cassandra.repository.config
 - 
RepositoryConfigurationExtensionfor Cassandra. - CassandraRepositoryConfigurationExtension() - Constructor for class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - CassandraRepositoryExtension - Class in org.springframework.data.cassandra.repository.cdi
 - 
A portable CDI extension which registers beans for Spring Data Cassandra repositories.
 - CassandraRepositoryExtension() - Constructor for class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryExtension
 - CassandraRepositoryFactory - Class in org.springframework.data.cassandra.repository.support
 - 
Factory to create
CassandraRepositoryinstances. - CassandraRepositoryFactory(CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 - 
Create a new
CassandraRepositoryFactorywith the givenCassandraOperations. - CassandraRepositoryFactoryBean<T extends Repository<S,
ID>, S, ID> - Class in org.springframework.data.cassandra.repository.support  - 
FactoryBeanto createCassandraRepositoryinstances. - CassandraRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 - 
Create a new
CassandraRepositoryFactoryBeanfor the given repository interface. - CassandraRepositoryQuerySupport - Class in org.springframework.data.cassandra.repository.query
 - 
Base class for Cassandra
RepositoryQueryimplementations providing common infrastructure such asEntityInstantiatorsandQueryStatementCreator. - CassandraRepositoryQuerySupport(CassandraQueryMethod) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - CassandraRepositoryQuerySupport(CassandraQueryMethod, MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - CassandraRowValueProvider - Interface in org.springframework.data.cassandra.core.convert
 - 
CassandraValueProviderproviding values based on aRow. - CassandraSchemaElementExistsException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for when Cassandra schema element being created already exists.
 - CassandraSchemaElementExistsException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraSchemaElementExistsException
 - 
Constructor for
CassandraSchemaElementExistsException. - CassandraSchemaElementExistsException(String, CassandraSchemaElementExistsException.ElementType, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraSchemaElementExistsException
 - 
Deprecated.
 - CassandraSchemaElementExistsException.ElementType - Enum Class in org.springframework.data.cassandra
 - 
Deprecated.
 - CassandraScrollPosition - Class in org.springframework.data.cassandra.core.query
 - 
Cassandra-specific implementation of
ScrollPositionusingPagingState. - CassandraScrollPosition() - Constructor for class org.springframework.data.cassandra.core.query.CassandraScrollPosition
 - cassandraSession() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Creates a
CqlSessionFactoryBeanthat provides a CassandraCqlSession. - cassandraSessionFactory(CqlSession) - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a
SessionFactoryFactoryBeanthat provides aSessionFactory. - CassandraSessionFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Deprecated.since 3.0, use
CqlSessionFactoryBeandirectly. - CassandraSessionFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 - 
Deprecated.
 - CassandraSimpleTypeHolder - Class in org.springframework.data.cassandra.core.mapping
 - 
Simple constant holder for a
SimpleTypeHolderenriched with Cassandra specific simple types. - CassandraTableExistsException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for when a Cassandra table being created already exists.
 - CassandraTableExistsException(String, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraTableExistsException
 - 
Constructor for
CassandraTableExistsException. - cassandraTemplate() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a
CassandraAdminTemplate. - CassandraTemplate - Class in org.springframework.data.cassandra.core
 - 
Primary implementation of
CassandraOperations. - CassandraTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Creates an instance of
CassandraTemplateinitialized with the givenCqlSessionand a defaultMappingCassandraConverter. - CassandraTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Creates an instance of
CassandraTemplateinitialized with the givenCqlSessionandCassandraConverter. - CassandraTemplate(CqlOperations, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Creates an instance of
CassandraTemplateinitialized with the givenCqlOperationsandCassandraConverter. - CassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Creates an instance of
CassandraTemplateinitialized with the givenSessionFactoryandCassandraConverter. - CassandraTemplate.PreparedStatementHandler - Class in org.springframework.data.cassandra.core
 - 
Utility class to prepare a
SimpleStatementand bind values associated with the statement to aBoundStatement. - CassandraTemplateFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Factory for configuring a
CassandraTemplate. - CassandraTemplateFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - cassandraTemplateRef() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Configures the name of the
CassandraTemplatebean to be used with the repositories detected. - CassandraTraceRetrievalException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra trace retrieval exception.
 - CassandraTraceRetrievalException(String) - Constructor for exception org.springframework.data.cassandra.CassandraTraceRetrievalException
 - 
Constructor for
CassandraTraceRetrievalException. - CassandraTraceRetrievalException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraTraceRetrievalException
 - 
Constructor for
CassandraTraceRetrievalException. - CassandraTruncateException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra truncate exception.
 - CassandraTruncateException(String) - Constructor for exception org.springframework.data.cassandra.CassandraTruncateException
 - 
Constructor for
CassandraTruncateException. - CassandraTruncateException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraTruncateException
 - 
Constructor for
CassandraTruncateException. - CassandraTupleValueProvider - Class in org.springframework.data.cassandra.core.convert
 - 
Deprecated.since 3.0, use
TupleValueProviderdirectly. - CassandraTupleValueProvider(TupleValue, CodecRegistry, SpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraTupleValueProvider
 - 
Deprecated.
 - CassandraType - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Specifies the Cassandra type of the annotated property or parameter when used in query methods.
 - CassandraType.Name - Enum Class in org.springframework.data.cassandra.core.mapping
 - 
Cassandra Protocol types.
 - CassandraTypeMismatchException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra type mismatch exception.
 - CassandraTypeMismatchException(String) - Constructor for exception org.springframework.data.cassandra.CassandraTypeMismatchException
 - 
Constructor for
CassandraTypeMismatchException. - CassandraTypeMismatchException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraTypeMismatchException
 - 
Constructor for
CassandraTypeMismatchException. - CassandraUDTValueProvider - Class in org.springframework.data.cassandra.core.convert
 - 
Deprecated.since 3.0, use
UdtValueProviderdirectly. - CassandraUDTValueProvider(UdtValue, CodecRegistry, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraUDTValueProvider
 - 
Deprecated.
 - CassandraUDTValueProvider(UdtValue, CodecRegistry, SpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraUDTValueProvider
 - 
Deprecated.
 - CassandraUnauthorizedException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for when access to a Cassandra element is denied.
 - CassandraUnauthorizedException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraUnauthorizedException
 - 
Constructor for
CassandraUnauthorizedException. - CassandraUncategorizedException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for an uncategorized Cassandra exception.
 - CassandraUncategorizedException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraUncategorizedException
 - 
Constructor for
CassandraUncategorizedException. - CassandraUserTypePersistentEntity<T> - Class in org.springframework.data.cassandra.core.mapping
 - 
PersistentEntityfor a mapped user-defined type (UDT). - CassandraUserTypePersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier) - Constructor for class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
 - 
Create a new
CassandraUserTypePersistentEntity. - CassandraValueConverter<S,
T> - Interface in org.springframework.data.cassandra.core.convert  - 
Cassandra-specific
PropertyValueConverterextension. - CassandraValueProvider - Interface in org.springframework.data.cassandra.core.convert
 - CassandraWriteTimeoutException - Exception in org.springframework.data.cassandra
 - 
Spring data access exception for a Cassandra write timeout.
 - CassandraWriteTimeoutException(String, String, Throwable) - Constructor for exception org.springframework.data.cassandra.CassandraWriteTimeoutException
 - 
Constructor for
CassandraWriteTimeoutException. - checkValue(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - checkValue(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - checkValue(Object) - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
Checks that the given value can be coerced into the type given by
Option.getType(). - checkValue(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - checkValue(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - checkValue(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - checkValue(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - CHUNK_LENGTH_KB - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - 
chunk_length_kb - CLASS - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
class - clear() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - clear() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - clear(String) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Cleat the collection at
columnName. - close() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - close() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - close() - Method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - close() - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Initiates a shutdown of this session instance and blocks until that shutdown completes.
 - closeSession() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Close the regular session object.
 - closeSystemSession() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Close the system session object.
 - CLUSTER - Static variable in interface org.springframework.data.cassandra.config.DefaultCqlBeanNames
 - 
Deprecated.since 3.0. Cassandra driver 4 no longer provides a
Clustertype. - clustered() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Identifies this column as a clustered key column with default ordering.
 - clustered(Ordering) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Identifies this column as a clustered key column with the given ordering.
 - clustered(Ordering, boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Toggles the identification of this column as a clustered key column.
 - CLUSTERED - Enum constant in enum class org.springframework.data.cassandra.core.cql.PrimaryKeyType
 - 
Used for a column that is clustered key.
 - clusteredKeyColumn(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given primary key column to the table with ascending ordering.
 - clusteredKeyColumn(CqlIdentifier, DataType, Optional<Ordering>) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given primary key column to the table with ascending ordering.
 - clusteredKeyColumn(CqlIdentifier, DataType, Ordering) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given primary key column to the table with ascending ordering.
 - clusteredKeyColumn(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given primary key column to the table with ascending ordering.
 - clusteredKeyColumn(String, DataType, Ordering) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given primary key column to the table with ascending ordering.
 - CodecRegistryTupleTypeFactory - Class in org.springframework.data.cassandra.core.mapping
 - 
Deprecated.since 3.0, use
SimpleTupleTypeFactoryinstead. - CodecRegistryTupleTypeFactory(ProtocolVersion, CodecRegistry) - Constructor for class org.springframework.data.cassandra.core.mapping.CodecRegistryTupleTypeFactory
 - 
Deprecated.
 - column(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given non-key column to the table.
 - column(CqlIdentifier, DataType, Optional<PrimaryKeyType>, Optional<Ordering>, boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - column(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given non-key column to the table.
 - column(String, DataType, PrimaryKeyType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given info as a new column to the table.
 - column(String, DataType, PrimaryKeyType, Optional<Ordering>) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given info as a new column to the table.
 - column(String, DataType, PrimaryKeyType, Ordering) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given info as a new column to the table.
 - Column - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Annotation to define custom metadata for document fields.
 - COLUMN - Enum constant in enum class org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
 - 
Deprecated.
 - ColumnChangeCqlGenerator<T extends ColumnChangeSpecification> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Base class for column change CQL generators.
 - ColumnChangeCqlGenerator(ColumnChangeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.ColumnChangeCqlGenerator
 - ColumnChangeSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Base value object class for column change specifications.
 - ColumnChangeSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.ColumnChangeSpecification
 - 
Create a new
ColumnChangeSpecification. - COLUMNFAMILY - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - columnFunction(CreateIndexSpecification.ColumnFunction) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - ColumnMapRowMapper - Class in org.springframework.data.cassandra.core.cql
 - 
RowMapperimplementation that creates ajava.util.Mapfor each row, representing all columns as key-value pairs: one entry for each column, with the column name as key. - ColumnMapRowMapper() - Constructor for class org.springframework.data.cassandra.core.cql.ColumnMapRowMapper
 - columnName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Sets the column name.
 - columnName(String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Sets the column name.
 - ColumnName - Class in org.springframework.data.cassandra.core.query
 - 
Value object representing a column name.
 - ColumnName() - Constructor for class org.springframework.data.cassandra.core.query.ColumnName
 - columns(Columns) - Method in class org.springframework.data.cassandra.core.query.Query
 - Columns - Class in org.springframework.data.cassandra.core.query
 - 
Value object to abstract column names involved in a CQL query.
 - Columns.ColumnSelector - Class in org.springframework.data.cassandra.core.query
 - 
Column selection.
 - Columns.FunctionCall - Class in org.springframework.data.cassandra.core.query
 - 
Function call selector with alias support.
 - Columns.Selector - Interface in org.springframework.data.cassandra.core.query
 - 
Strategy interface to render a column selection.
 - ColumnSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a CQL column specification.
 - ColumnType - Interface in org.springframework.data.cassandra.core.convert
 - 
Interface to access column type information.
 - ColumnTypeChangeSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Base value object class for column changes that include
DataTypeinformation. - ColumnTypeChangeSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.ColumnTypeChangeSpecification
 - ColumnTypeResolver - Interface in org.springframework.data.cassandra.core.convert
 - COMMENT - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
comment - COMPACT_STORAGE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
Deprecated.since 2.2. Cassandra 4.x has deprecated compact storage.
 - COMPACTION - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
compaction. - compare(CassandraPersistentProperty, CassandraPersistentProperty) - Method in enum class org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
 - compare(Column, Column) - Method in enum class org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
 - 
Deprecated.
 - compare(PrimaryKeyColumn, PrimaryKeyColumn) - Method in enum class org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
 - compareTo(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Unquoted identifiers sort before quoted ones.
 - compareTo(KeyspaceIdentifier) - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.
 - completable() - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - CompositeCassandraPersistentEntityMetadataVerifier - Class in org.springframework.data.cassandra.core.mapping
 - 
Composite
CassandraPersistentEntityMetadataVerifierto verify persistent entities and primary key classes. - CompositeCassandraPersistentEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.core.mapping.CompositeCassandraPersistentEntityMetadataVerifier
 - 
Create a new
CompositeCassandraPersistentEntityMetadataVerifierusing default entity and primary key verifiers. - CompositeKeyspacePopulator - Class in org.springframework.data.cassandra.core.cql.session.init
 - 
Composite
KeyspacePopulatorthat delegates to a list of givenKeyspacePopulatorimplementations, executing all scripts. - CompositeKeyspacePopulator() - Constructor for class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
 - 
Create an empty
CompositeKeyspacePopulator. - CompositeKeyspacePopulator(Collection<KeyspacePopulator>) - Constructor for class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
 - 
Create a
CompositeKeyspacePopulatorwith the given populators. - CompositeKeyspacePopulator(KeyspacePopulator...) - Constructor for class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
 - 
Create a
CompositeKeyspacePopulatorwith the given populators. - COMPRESSION - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
compression. - CompressionType - Enum Class in org.springframework.data.cassandra.config
 - 
Simple enumeration for the various compression types.
 - configure(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.data.cassandra.config.DriverConfigLoaderBuilderConfigurer
 - 
Customize the DriverConfigLoader builder.
 - configure(CqlSessionBuilder) - Method in interface org.springframework.data.cassandra.config.SessionBuilderConfigurer
 - 
Apply additional configuration to the Cassandra
CqlSessionBuilder. - configurePropertyConversions(Consumer<PropertyValueConverterRegistrar<CassandraPersistentProperty>>) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - 
Gateway to register property specific converters.
 - considerNestedRepositories() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
 - considerNestedRepositories() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
 - Consistency - Annotation Interface in org.springframework.data.cassandra.repository
 - 
Annotation to declare a
ConsistencyLevelfor CQL queries executed through query methods. - consistencyLevel - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the
ConsistencyLevelto use. - consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - constructMappedInstance(Row, TypeConverter) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Construct an instance of the mapped class for the current row.
 - constructMappedInstance(Row, TypeConverter) - Method in class org.springframework.data.cassandra.core.cql.DataClassRowMapper
 - contains(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the CONTAINS operator.
 - CONTAINS - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SASI.IndexMode
 - 
Allows prefix, suffix and substring queries.
 - CONTAINS - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - CONTAINS_KEY - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - containsCqlScriptDelimiters(String, String) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Does the provided CQL script contain the specified delimiter?
 - containsKey(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - containsKey(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the CONTAINS KEY operator.
 - containsKey(Object) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - containsValue(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - containsValue(Object) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - CONTEXT - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 - ConversionContext(CustomConversions, MappingCassandraConverter.ConversionContext.ContainerValueConverter<Row>, MappingCassandraConverter.ConversionContext.ContainerValueConverter<TupleValue>, MappingCassandraConverter.ConversionContext.ContainerValueConverter<UdtValue>, MappingCassandraConverter.ConversionContext.ContainerValueConverter<Collection<?>>, MappingCassandraConverter.ConversionContext.ContainerValueConverter<Map<?, ?>>, MappingCassandraConverter.ConversionContext.ValueConverter<Object>) - Constructor for class org.springframework.data.cassandra.core.convert.MappingCassandraConverter.ConversionContext
 - convert(ResultSet) - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - convert(ResultSet) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToArrayConverter
 - convert(ResultSet) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToListConverter
 - convert(Row) - Method in enum class org.springframework.data.cassandra.core.cql.converter.RowToArrayConverter
 - convert(Row) - Method in enum class org.springframework.data.cassandra.core.cql.converter.RowToListConverter
 - convert(Row) - Method in enum class org.springframework.data.cassandra.core.cql.converter.RowToMapConverter
 - convert(Long) - Method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.MillisOfDayToLocalTimeConverter
 - convert(Object, TypeInformation<? extends S>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter.ConversionContext
 - 
Converts a source object into
target. - convert(Instant) - Method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.InstantToDateConverter
 - convert(LocalTime) - Method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalTimeToMillisOfDayConverter
 - convert(Date) - Method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.DateToInstantConverter
 - converter - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - CONVERTER - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 - CONVERTER - Static variable in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetToBasicFixedTypeConverter
 - convertToColumnType(Object) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Converts the given object into a value Cassandra will be able to store natively in a column.
 - convertToColumnType(Object) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - convertToColumnType(Object, ColumnType) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Converts the given object into a value Cassandra will be able to store natively in a column.
 - convertToColumnType(Object, ColumnType) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - convertToColumnType(Object, TypeInformation<?>) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Converts the given object into a value Cassandra will be able to store natively in a column.
 - convertValueToRequiredType(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Convert the given column value to the specified required type.
 - count() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Get the number of matching elements.
 - count() - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.TerminatingSelect
 - 
Get the number of matching elements.
 - count() - Element in annotation interface org.springframework.data.cassandra.repository.Query
 - 
Returns whether the defined query should be executed as a count projection.
 - count() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - count() - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - count(Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Returns the number of rows for the given entity class.
 - count(Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - count(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Returns the number of rows for the given entity class.
 - count(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - count(Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Returns the number of rows for the given entity class.
 - count(Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - count(Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Returns the number of rows for the given entity class.
 - count(Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - count(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Returns the number of rows for the given entity class applying
Query. - count(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - count(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Returns the number of rows for the given entity class applying
Query. - count(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - count(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Returns the number of rows for the given entity class applying
Query. - count(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - count(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Returns the number of rows for the given entity class applying
Query. - count(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - count(Query, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create a COUNT statement by mapping
QuerytoSelect. - count(Query, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create a COUNT statement by mapping
QuerytoSelect. - COUNTER - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - CountQuery - Annotation Interface in org.springframework.data.cassandra.repository
 - 
Annotation to declare count queries directly on repository methods.
 - cql() - Method in enum class org.springframework.data.cassandra.core.cql.Ordering
 - 
Returns the CQL keyword of this
Ordering. - CqlConstantType - Enum Class in org.springframework.data.cassandra.core.cql
 - CqlConstantType.Regex - Class in org.springframework.data.cassandra.core.cql
 - CqlExceptionTranslator - Interface in org.springframework.data.cassandra.core.cql
 - 
Strategy interface for translating between
driver exceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy. - CqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Entrypoint for CQL generation of
CqlSpecificationobjects representing DML statements such as table creations or keyspace drops. - cqlId(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.since 2.0, use
CqlIdentifier.of(CharSequence) - cqlId(CharSequence, boolean) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.since 2.0, use
CqlIdentifier.of(CharSequence, boolean) - CqlIdentifier - Class in org.springframework.data.cassandra.core.cql
 - 
Deprecated.since 3.0, use
CqlIdentifierinstead. - CqlNamespaceHandler - Class in org.springframework.data.cassandra.config
 - 
Namespace handler for spring-cassandra.
 - CqlNamespaceHandler() - Constructor for class org.springframework.data.cassandra.config.CqlNamespaceHandler
 - cqlOperations - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - CqlOperations - Interface in org.springframework.data.cassandra.core.cql
 - 
Interface specifying a basic set of CQL operations.
 - CqlProvider - Interface in org.springframework.data.cassandra.core.cql
 - 
Interface to be implemented by objects that can provide CQL strings.
 - CqlSessionFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Factory for creating and configuring a Cassandra
CqlSession, which is a thread-safe singleton. - CqlSessionFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - CqlSpecification - Interface in org.springframework.data.cassandra.core.cql.keyspace
 - 
Marker interface for CQL specification objects that describe CQL keyspace objects.
 - CqlStatementOptionsAccessor() - Constructor for class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - CqlStringUtils - Class in org.springframework.data.cassandra.core.cql.keyspace
 - CqlStringUtils() - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.CqlStringUtils
 - cqlTemplate() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Creates a
CqlTemplateconfigured withAbstractSessionConfiguration.getRequiredSessionFactory(). - CqlTemplate - Class in org.springframework.data.cassandra.core.cql
 - 
This is the central class in the CQL core package. It simplifies the use of CQL and helps to avoid common errors.
 - CqlTemplate() - Constructor for class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Create a new, uninitialized
CqlTemplate. - CqlTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Create a new
CqlTemplateinitialized with the givenCqlSession. - CqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Constructs a new
CqlTemplatewith the givenSessionFactory. - CqlTemplate.RowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cassandra.core.cql
 - 
Adapter to enable use of a
RowCallbackHandlerinside aResultSetExtractor. - CRC_CHECK_CHANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - 
crc_check_chance - create() - Static method in class org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache
 - 
Deprecated.Create a
MapPreparedStatementCacheusingConcurrentHashMap. - create() - Static method in interface org.springframework.data.cassandra.core.cql.support.PreparedStatementCache
 - 
Deprecated.Create a default cache backed by a
ConcurrentHashMap. - create(DataType...) - Method in class org.springframework.data.cassandra.core.mapping.CodecRegistryTupleTypeFactory
 - 
Deprecated.
 - create(DataType...) - Method in enum class org.springframework.data.cassandra.core.mapping.SimpleTupleTypeFactory
 - create(DataType...) - Method in interface org.springframework.data.cassandra.core.mapping.TupleTypeFactory
 - 
Deprecated.Create a
TupleTyperepresenting the giventuple element types. - create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
 - create(Class<?>) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a
ColumnTypefor aClass. - create(Class<?>, DataType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - create(Object) - Method in interface org.springframework.data.cassandra.core.cql.util.TermFactory
 - 
Create a
Termfor the givenvalue. - create(Consumer<CassandraCustomConversions.CassandraConverterConfigurationAdapter>) - Static method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions
 - 
Functional style
CustomConversionscreation giving users a convenient way of configuring store specific capabilities by providing deferred hooks to what will be configured when creating theinstance. - create(List<DataType>) - Method in class org.springframework.data.cassandra.core.mapping.CodecRegistryTupleTypeFactory
 - 
Deprecated.
 - create(List<DataType>) - Method in enum class org.springframework.data.cassandra.core.mapping.SimpleTupleTypeFactory
 - create(List<DataType>) - Method in interface org.springframework.data.cassandra.core.mapping.TupleTypeFactory
 - 
Deprecated.Create a
TupleTyperepresenting the giventuple element types. - create(CassandraPersistentEntity<?>) - Static method in class org.springframework.data.cassandra.core.mapping.PersistentPropertyTranslator
 - 
Create a new
PersistentPropertyTranslator. - create(CassandraPersistentEntity<?>, Predicate<CassandraPersistentProperty>) - Static method in class org.springframework.data.cassandra.core.mapping.PersistentPropertyTranslator
 - 
Create a new
PersistentPropertyTranslatoraccepting afilter predicatewhether the translation should happen at all. - create(ReactiveSession, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - 
Factory method for creation of a
ObservableReactiveSession. - create(ReactiveSession, String, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - 
Factory method for creation of a
ObservableReactiveSession. - create(ReactiveSession, String, CassandraObservationConvention, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - 
Factory method for creation of a
ObservableReactiveSession. - create(TypeInformation<?>) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a
ColumnTypefor aTypeInformation. - CREATE - Enum constant in enum class org.springframework.data.cassandra.config.KeyspaceAction
 - CREATE - Enum constant in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Create each table as necessary.
 - CREATE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - CREATE_DROP - Enum constant in enum class org.springframework.data.cassandra.config.KeyspaceAction
 - CREATE_IF_NOT_EXISTS - Enum constant in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Create each table as necessary.
 - createAssociation() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - createColumnMap(int) - Method in class org.springframework.data.cassandra.core.cql.ColumnMapRowMapper
 - 
Create a
Mapinstance to be used as column map. - createDefaultQueryMethodEvaluationContextProvider(ListableBeanFactory) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - createFlux(Statement<?>, ReactiveStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a reusable
Fluxgiven aReactiveStatementCallbackwithout exception translation. - createFlux(ReactiveSessionCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a reusable
Fluxgiven aReactiveSessionCallbackwithout exception translation. - createFrom(List<CassandraParameters.CassandraParameter>) - Method in class org.springframework.data.cassandra.repository.query.CassandraParameters
 - createIndex() - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Entry point into the
CreateIndexSpecification's fluent API to create an index. - createIndex() - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateIndexSpecification's fluent API to create an index. - createIndex(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Entry point into the
CreateIndexSpecification's fluent API givenindexNameto create an index. - createIndex(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateIndexSpecification's fluent API givenindexNameto create an index. - createIndex(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Entry point into the
CreateIndexSpecification's fluent API givenkeyspaceandindexNameto create an index. - createIndex(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateIndexSpecification's fluent API givenkeyspaceandindexNameto create an index. - createIndex(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Entry point into the
CreateIndexSpecification's fluent API givenindexNameto create an index. - createIndex(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateIndexSpecification's fluent API givenindexNameto create an index. - createIndex(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateIndexSpecification's fluent API givenindexNameto create an index. - CreateIndexCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
CREATE INDEXstatement. - CreateIndexCqlGenerator(CreateIndexSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.CreateIndexCqlGenerator
 - createIndexes(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create indexes from types known to
CassandraMappingContext. - CreateIndexSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
CREATE INDEXspecification. - CreateIndexSpecification.ColumnFunction - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Column functions to specify indexing behavior.
 - createIndexSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create
ListofCreateIndexSpecification. - createInstance() - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - createInstance() - Method in class org.springframework.data.cassandra.config.SortedResourcesFactoryBean
 - createInstance() - Method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - createInstance() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - createKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Entry point into the
CreateKeyspaceSpecification's fluent API givennameto create a keyspace. - createKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateKeyspaceSpecification's fluent API givennameto create a keyspace. - createKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Entry point into the
CreateKeyspaceSpecification's fluent API givennameto create a keyspace. - createKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateKeyspaceSpecification's fluent API givennameto create a keyspace. - createKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Deprecated.since 3.0, use
CreateKeyspaceSpecification.createKeyspace(CqlIdentifier) - CreateKeyspaceCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
CREATE TABLEstatement. - CreateKeyspaceCqlGenerator(CreateKeyspaceSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
 - CreateKeyspaceSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
CREATE KEYSPACEspecification. - createMono(Statement<?>, ReactiveStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a reusable
Monogiven aReactiveStatementCallbackwithout exception translation. - createParameters(ParametersSource) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - createPersistentProperty(Property, BasicCassandraPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - createPreparedStatement(CqlSession) - Method in class org.springframework.data.cassandra.core.CassandraTemplate.PreparedStatementHandler
 - createPreparedStatement(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.AsyncPreparedStatementCreator
 - 
Create a statement in this session.
 - createPreparedStatement(CqlSession) - Method in class org.springframework.data.cassandra.core.cql.CachedPreparedStatementCreator
 - 
Deprecated.
 - createPreparedStatement(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncPreparedStatementCreator
 - 
Deprecated.Create a statement in this session.
 - createPreparedStatement(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.PreparedStatementCreator
 - 
Create a statement in this session.
 - createPreparedStatement(CqlSession) - Method in class org.springframework.data.cassandra.core.cql.SimplePreparedStatementCreator
 - createPreparedStatement(CqlSession) - Method in class org.springframework.data.cassandra.core.cql.support.CachedPreparedStatementCreator
 - 
Deprecated.
 - createPreparedStatement(CqlSession) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate.PreparedStatementHandler
 - 
Deprecated.
 - createPreparedStatement(ReactiveSession) - Method in interface org.springframework.data.cassandra.core.cql.ReactivePreparedStatementCreator
 - 
Create a statement in this session.
 - createPreparedStatement(ReactiveSession) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate.PreparedStatementHandler
 - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Create a new statement-based
AsyncCassandraTemplate.AsyncPreparedStatementHandlerusing the statement passed in. - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Create a new statement-based
CassandraTemplate.PreparedStatementHandlerusing the statement passed in. - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Create a new statement-based
AsyncCassandraTemplate.AsyncPreparedStatementHandlerusing the statement passed in. - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Create a new statement-based
ReactiveCassandraTemplate.ReactivePreparedStatementHandlerusing the statement passed in. - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - 
Creates a
Statementusing the givenParameterAccessor - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - 
Creates a string query using the given
ParameterAccessor - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - createRepositoryFactory() - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 - createRepositoryFactory() - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - createTable(boolean, CqlIdentifier, Class<?>, Map<String, Object>) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Create a table with the name given and fields corresponding to the given class.
 - createTable(boolean, CqlIdentifier, Class<?>, Map<String, Object>) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - createTable(boolean, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Create a table with the name, that is derived from the given
entityClassand also fields corresponding to the same class. - createTable(boolean, Class<?>, Map<String, Object>) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Create a table with the name, that is derived from the given
entityClassand also fields corresponding to the same class. - createTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - createTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - createTable(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - createTable(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - createTable(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - createTable(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - createTable(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateTableSpecification's fluent API giventableNameto create a table. - CreateTableCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
CREATE TABLEstatement. - CreateTableCqlGenerator(CreateTableSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.CreateTableCqlGenerator
 - createTables(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create tables from types known to
CassandraMappingContext. - createTables(boolean, boolean, boolean) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Perform schema actions.
 - createTables(boolean, boolean, boolean) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Perform schema actions.
 - CreateTableSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
CREATE TABLEspecification. - createTableSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create
ListofCreateTableSpecification. - createType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
 - 
Entry point into the
CreateUserTypeSpecification's fluent API giventypeNameto create a type. - createType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateUserTypeSpecification's fluent API giventypeNameto create a type. - createType(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
 - 
Entry point into the
CreateUserTypeSpecification's fluent API giventypeNameto create a type. - createType(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateUserTypeSpecification's fluent API giventypeNameto create a type. - createType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
 - 
Entry point into the
CreateUserTypeSpecification's fluent API giventypeNameto create a type. - createType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateUserTypeSpecification's fluent API givennameto create a type. - createType(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
CreateUserTypeSpecification's fluent API givennameto create a type. - CreateUserTypeCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
CREATE TYPEstatement. - CreateUserTypeCqlGenerator(CreateUserTypeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
 - 
Create a new
CreateUserTypeCqlGeneratorfor a givenCreateUserTypeSpecification. - createUserTypes(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create user types from types known to
CassandraMappingContext. - CreateUserTypeSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
CREATE TYPEspecification. - createUserTypeSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
 - 
Create
ListofCreateUserTypeSpecification. - Criteria - Class in org.springframework.data.cassandra.core.query
 - 
Basic class for creating queries.
 - Criteria(ColumnName) - Constructor for class org.springframework.data.cassandra.core.query.Criteria
 - 
Create an empty
Criteriagiven aColumnName. - CriteriaDefinition - Interface in org.springframework.data.cassandra.core.query
 - 
Criteria definition for a
ColumnNameexposing aCriteriaDefinition.Predicate. - CriteriaDefinition.Operator - Interface in org.springframework.data.cassandra.core.query
 - 
Strategy interface to represent a CQL predicate operator.
 - CriteriaDefinition.Operators - Enum Class in org.springframework.data.cassandra.core.query
 - 
Commonly used CQL operators.
 - CriteriaDefinition.Predicate - Class in org.springframework.data.cassandra.core.query
 - 
Represents an operator associated with its value.
 - customConversions() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Register custom
Converters in aCustomConversionsobject if required. - CustomConversions - Class in org.springframework.data.cassandra.core.convert
 - 
Deprecated.since 2.0, use
CassandraCustomConversions. 
D
- DATA_TEMPLATE - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 - DataCenterReplication - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Value object representing replication factor for a given data center.
 - DataClassRowMapper<T> - Class in org.springframework.data.cassandra.core.cql
 - 
RowMapperimplementation that converts a row into a new instance of the specified mapped target class. - DataClassRowMapper(Class<T>) - Constructor for class org.springframework.data.cassandra.core.cql.DataClassRowMapper
 - 
Create a new
DataClassRowMapper. - DATE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - dateTimeProviderRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableCassandraAuditing
 - 
Configures a
DateTimeProviderbean name that allows customizing theTemporalAccessorto be used for setting creation and modification dates. - dateTimeProviderRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableReactiveCassandraAuditing
 - 
Configures a
DateTimeProviderbean name that allows customizing theTemporalAccessorto be used for setting creation and modification dates. - DCLOCAL_READ_REPAIR_CHANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
dclocal_read_repair_chance - DECIMAL - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - decrement(String) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Decrement the value at
columnNameby 1. - decrement(String, Number) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Decrement the value at
columnNamebydelta. - DEFAULT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SimpleTupleTypeFactory
 - 
Default
SimpleTupleTypeFactoryusing newest protocol versions and the defaultCodecRegistry. - DEFAULT - Static variable in class org.springframework.data.cassandra.core.mapping.CodecRegistryTupleTypeFactory
 - 
Deprecated.Default
CodecRegistryTupleTypeFactoryusing default protocol versions and the defaultCodecRegistry. - DEFAULT_BLOCK_COMMENT_END_DELIMITER - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Default end delimiter for block comments within CQL scripts:
"*/". - DEFAULT_BLOCK_COMMENT_START_DELIMITER - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Default start delimiter for block comments within CQL scripts:
"/*". - DEFAULT_COMMENT_PREFIX - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Default prefix for single-line comments within CQL scripts:
"--". - DEFAULT_COMMENT_PREFIXES - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Default prefixes for single-line comments within CQL scripts:
["--"]. - DEFAULT_CONTACT_POINTS - Static variable in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - DEFAULT_CREATE_IF_NOT_EXISTS - Static variable in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - DEFAULT_DROP_TABLE_IF_EXISTS - Static variable in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - DEFAULT_DROP_TABLES - Static variable in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - DEFAULT_DROP_UNUSED_TABLES - Static variable in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - DEFAULT_DURABLE_WRITES - Static variable in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - DEFAULT_ORDERING - Static variable in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Default ordering of primary key fields; value is
Ordering.ASCENDING. - DEFAULT_PARSER - Static variable in class org.springframework.data.cassandra.util.SpelUtils
 - DEFAULT_PORT - Static variable in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - DEFAULT_REPLICATION_FACTOR - Static variable in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - DEFAULT_REPLICATION_STRATEGY - Static variable in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Default statement separator within CQL scripts:
";". - DefaultBeanNames - Interface in org.springframework.data.cassandra.config
 - DefaultBridgedReactiveSession - Class in org.springframework.data.cassandra.core.cql.session
 - 
Default implementation of a
ReactiveSession. - DefaultBridgedReactiveSession(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - 
Create a new
DefaultBridgedReactiveSessionfor aCqlSession. - DefaultCassandraObservationConvention - Class in org.springframework.data.cassandra.observability
 - 
Default
CassandraObservationConventionimplementation. - DefaultCassandraObservationConvention() - Constructor for class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - DefaultCqlBeanNames - Interface in org.springframework.data.cassandra.config
 - DefaultOption - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
A default implementation of
Option. - DefaultOption(String, Class<?>, boolean, boolean, boolean) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - DefaultReactiveSessionFactory - Class in org.springframework.data.cassandra.core.cql.session
 - 
Default implementation of
ReactiveSessionFactory. - DefaultReactiveSessionFactory(ReactiveSession) - Constructor for class org.springframework.data.cassandra.core.cql.session.DefaultReactiveSessionFactory
 - 
Create a new
ReactiveRowMapperResultSetExtractor. - DefaultSessionFactory - Class in org.springframework.data.cassandra.core.cql.session
 - 
Default
SessionFactoryimplementation. - DefaultSessionFactory(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.session.DefaultSessionFactory
 - 
Constructs a new
DefaultSessionFactorygivenCqlSession. - delete(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - delete(Class<?>) - Method in interface org.springframework.data.cassandra.core.ExecutableDeleteOperation
 - 
Begin creating a
DELETEoperation for the givendomainType. - delete(Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - delete(Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveDeleteOperation
 - 
Begin creating a
DELETEoperation for the givendomainType. - delete(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a collection of deletes to the batch.
 - delete(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of deletes to the batch.
 - delete(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a collection of deletes with given
WriteOptionsto the batch. - delete(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of deletes with given
WriteOptionsto the batch. - delete(Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Delete the given entity and return the entity if the delete statement was applied.
 - delete(Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - delete(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add an array of deletes to the batch.
 - delete(Object...) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add an array of deletes to the batch.
 - delete(Object, QueryOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Delete the given entity applying
QueryOptionsand return the entity if the delete statement was applied. - delete(Object, QueryOptions) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - delete(Object, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Delete the given entity applying
QueryOptionsand return the entity if the delete statement was applied. - delete(Object, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - delete(Object, QueryOptions) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Delete the given entity applying
QueryOptionsand return the entity if the delete statement was applied. - delete(Object, QueryOptions) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - delete(Object, QueryOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Delete the given entity applying
QueryOptionsand emit the entity if the delete statement was applied. - delete(Object, QueryOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - delete(Object, QueryOptions, EntityWriter<Object, Object>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - delete(Object, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add delete to the batch.
 - delete(Object, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add delete to the batch.
 - delete(Object, DeleteOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Delete the given entity applying
DeleteOptionsand return the entity if the delete statement was applied. - delete(Object, DeleteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Delete the given entity applying
DeleteOptionsand return the entity if the delete statement was applied. - delete(Object, DeleteOptions) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Delete the given entity applying
DeleteOptionsand return the entity if the delete statement was applied. - delete(Object, DeleteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Delete the given entity applying
QueryOptionsand emit the entity if the delete statement was applied. - delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Remove entities (rows)/columns from the table by
Query. - delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Remove entities (rows)/columns from the table by
Query. - delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Remove entities (rows)/columns from the table by
Query. - delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Remove entities (rows)/columns from the table by
Query. - delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - delete(Query, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create a DELETE statement by mapping
QuerytoDelete. - delete(Query, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create a DELETE statement by mapping
QuerytoDelete. - delete(Mono<? extends Iterable<?>>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of deletes to the batch.
 - delete(Mono<? extends Iterable<?>>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of deletes with given
WriteOptionsto the batch. - delete(T) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Delete the given entity and return the entity if the delete statement was applied.
 - delete(T) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - delete(T) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Delete the given entity and return the entity if the delete statement was applied.
 - delete(T) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - delete(T) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Delete the given entity and emit the entity if the delete statement was applied.
 - delete(T) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - delete(T) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - delete(T) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - DELETE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - deleteAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - deleteAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - deleteById(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - deleteById(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - deleteById(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Remove the given object from the table by id.
 - deleteById(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - deleteById(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Remove the given object from the table by id.
 - deleteById(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - deleteById(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Remove the given object from the table by id.
 - deleteById(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - deleteById(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Remove the given object from the table by id.
 - deleteById(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - deleteById(Object, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create an DELETE statement by mapping
idto SELECT … WHERE consideringUpdateOptions. - deleteById(Publisher<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - DeleteOptions - Class in org.springframework.data.cassandra.core
 - 
Extension to
WriteOptionsfor use withDELETEoperations. - DeleteOptions.DeleteOptionsBuilder - Class in org.springframework.data.cassandra.core
 - 
Builder for
DeleteOptions. - DESC - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - DESCENDING - Enum constant in enum class org.springframework.data.cassandra.core.cql.Ordering
 - 
Descending Cassandra column ordering.
 - describeRing() - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Describe the current Ring.
 - describeRing() - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - describeRing(HostMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Describe the current Ring.
 - describeRing(HostMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - destroy() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - destroy() - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - destroy() - Method in class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - 
Use the keyspace cleaner to clean up the keyspace.
 - destroy() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - destroyInstance(CqlSession) - Method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - determineCurrentLookupKey() - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Determine the current lookup key.
 - determineKeyspace() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - determineKeyspace() - Method in class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
 - determineTableName() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - determineTableName() - Method in class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
 - determineTargetSessionFactory() - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Retrieve the current target
SessionFactory. - doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - 
Converts the given result set (as a
List<Map<String,Object>>) to this converter's type or throwsIllegalArgumentException. - doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToListOfStringConverter
 - doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToStringConverter
 - doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - 
Converts the given row (as a
Map<String,Object>) to this converter's type or throwsIllegalArgumentException. - doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToListOfStringConverter
 - doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToStringConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - 
Converts the given value to this converter's type or throws
IllegalArgumentException. - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigDecimalConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigIntegerConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBooleanConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToByteBufferConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToDateConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToDoubleConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToFloatConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToInetAddressConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToIntegerConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToListOfStringConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToLongConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToStringConverter
 - doConvertSingleValue(Object) - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToUuidConverter
 - doInPreparedStatement(CqlSession, PreparedStatement) - Method in interface org.springframework.data.cassandra.core.cql.PreparedStatementCallback
 - 
Gets called by
CqlTemplate.execute(String, PreparedStatementCallback)with an active CQL session andPreparedStatement. - doInPreparedStatement(ReactiveSession, PreparedStatement) - Method in interface org.springframework.data.cassandra.core.cql.ReactivePreparedStatementCallback
 - 
Gets called by
ReactiveCqlTemplate.execute(String, ReactivePreparedStatementCallback)with an active CQL session andPreparedStatement. - doInSession(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.AsyncSessionCallback
 - 
Gets called by
AsyncCqlTemplate.execute(org.springframework.data.cassandra.core.cql.AsyncSessionCallback<T>)with an active CassandraCqlSession. - doInSession(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncSessionCallback
 - 
Deprecated.Gets called by
AsyncCqlTemplate.execute(org.springframework.data.cassandra.core.cql.legacy.AsyncSessionCallback<T>)with an active CassandraCqlSession. - doInSession(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.SessionCallback
 - 
Gets called by
CqlTemplate.execute(org.springframework.data.cassandra.core.cql.SessionCallback<T>)with an active CassandraCqlSession. - doInSession(ReactiveSession) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveSessionCallback
 - 
Gets called by
ReactiveCqlTemplate.execute(ReactiveSessionCallback)with an active Cassandra session. - doInStatement(ReactiveSession, Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveStatementCallback
 - 
Gets called by
ReactiveCqlTemplate.execute(String)with an active Cassandra session. - doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.CassandraAuditingBeanDefinitionParser
 - doPrepare(CqlSession) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate.PreparedStatementHandler
 - 
Deprecated.Invokes the statement preparation.
 - doReadEntity(MappingCassandraConverter.ConversionContext, CassandraValueProvider, TypeInformation<? extends S>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Conversion method to materialize an object from a
Row,TupleValue, orUdtValue. - DOUBLE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - doWithAssociations(AssociationHandler<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - DriverConfigLoaderBuilderConfigurer - Interface in org.springframework.data.cassandra.config
 - 
Callback interface that can be implemented by beans wishing to customize the
ProgrammaticDriverConfigLoaderBuildervia aDriverConfigLoaderBuilderConfigurerwhilst retaining default configuration. - drop(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - drop(String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - DROP - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - dropColumn(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropColumnSpecification
 - 
Create a new
DropColumnSpecificationfor the givenname. - dropColumn(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropColumnSpecificationfor the givenname. - dropColumn(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropColumnSpecification
 - 
Create a new
DropColumnSpecificationfor the givenname. - dropColumn(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropColumnSpecificationfor the givenname. - DropColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
DROPcolumn clause of anALTER TABLEstatement. - DropColumnCqlGenerator(DropColumnSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.DropColumnCqlGenerator
 - DropColumnSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Value object representing a specification to drop a column.
 - dropIndex(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - dropIndex(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - dropIndex(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - dropIndex(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - dropIndex(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - dropIndex(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - dropIndex(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropIndexSpecificationfor the givenindexName. - DropIndexCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
DROP INDEXstatement. - DropIndexCqlGenerator(DropIndexSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.DropIndexCqlGenerator
 - DropIndexSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Value object representing a
DROP INDEXspecification. - dropKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - 
Create a new
DropKeyspaceSpecificationfor the givenname. - dropKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropKeyspaceSpecificationfor the givenname. - dropKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - 
Create a new
DropKeyspaceSpecificationfor the givenname. - dropKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Create a new
DropKeyspaceSpecificationfor the givenname. - dropKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - 
Deprecated.since 3.0, use
DropKeyspaceSpecification.dropKeyspace(CqlIdentifier). - DropKeyspaceCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
DROP TABLEstatement. - DropKeyspaceCqlGenerator(DropKeyspaceSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.DropKeyspaceCqlGenerator
 - DropKeyspaceSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
DROP KEYSPACEspecification. - dropTable(boolean, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Drops the
namedtable. - dropTable(boolean, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - dropTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Drops the
namedtable. - dropTable(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - dropTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
 - 
Entry point into the
DropTableSpecification's fluent API giventableNameto drop a table. - dropTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropTableSpecification's fluent API giventableNameto drop a table. - dropTable(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
 - 
Entry point into the
DropTableSpecification's fluent API giventableNameto drop a table. - dropTable(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropTableSpecification's fluent API giventableNameto drop a table. - dropTable(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Drops a table based on the given
entity type. - dropTable(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - dropTable(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
 - 
Entry point into the
DropTableSpecification's fluent APItableNameto drop a table. - dropTable(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropTableSpecification's fluent APItableNameto drop a table. - dropTable(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropTableSpecification's fluent API giventableNameto drop a table. - DropTableCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
DROP TABLEstatement. - DropTableCqlGenerator(DropTableSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.DropTableCqlGenerator
 - dropTables(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
 - 
Drop tables that exist in the keyspace.
 - DropTableSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
DROP TABLEspecification. - dropType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropType(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropType(CqlIdentifier, CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropType(String, String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder
 - 
Entry point into the
DropUserTypeSpecification's fluent API giventypeNameto drop a type. - dropUserType(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Drops a user type.
 - dropUserType(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - DropUserTypeCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating a
DROP TYPEstatement. - DropUserTypeCqlGenerator(DropUserTypeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.DropUserTypeCqlGenerator
 - 
Create a new
DropUserTypeCqlGeneratorfor a givenDropUserTypeSpecification. - dropUserTypes(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
 - 
Drop user types that exist in the keyspace.
 - DropUserTypeSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to configure a
DROP TYPEspecification. - DURABLE_WRITES - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - DURATION - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 
E
- EACH_QUORUM - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - Element - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Annotation to define an ordinal element index within a tuple.
 - Embedded - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
The annotation to configure a value object as embedded in the current table.
 - Embedded.Empty - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Shortcut for an empty embedded property.
 - Embedded.Nullable - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Shortcut for a nullable embedded property.
 - Embedded.OnEmpty - Enum Class in org.springframework.data.cassandra.core.mapping
 - 
Load strategy to be used
Embedded.onEmpty(). - EmbeddedEntityOperations - Class in org.springframework.data.cassandra.core.mapping
 - 
Support methods to obtain
PersistentPropertyandPersistentEntityfor embedded properties. - EmbeddedEntityOperations(MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.core.mapping.EmbeddedEntityOperations
 - empty() - Static method in class org.springframework.data.cassandra.CassandraManagedTypes
 - 
Factory method to return an empty
CassandraManagedTypesobject. - empty() - Static method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - 
Create default
QueryOptions. - empty() - Static method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - 
Create default
WriteOptions. - empty() - Static method in class org.springframework.data.cassandra.core.DeleteOptions
 - 
Create default
DeleteOptions. - empty() - Static method in class org.springframework.data.cassandra.core.InsertOptions
 - 
Create default
InsertOptions. - empty() - Static method in class org.springframework.data.cassandra.core.query.Columns
 - 
Create an empty
Columnsinstance without any columns. - empty() - Static method in class org.springframework.data.cassandra.core.query.Query
 - 
Static factory method to create an empty
Query. - empty() - Static method in class org.springframework.data.cassandra.core.query.Update
 - 
Create an empty
Updateobject. - empty() - Static method in class org.springframework.data.cassandra.core.UpdateOptions
 - 
Create default
UpdateOptions. - EnableCassandraAuditing - Annotation Interface in org.springframework.data.cassandra.config
 - 
Annotation to enable auditing in Cassandra via annotation configuration.
 - EnableCassandraRepositories - Annotation Interface in org.springframework.data.cassandra.repository.config
 - 
Annotation to enable Cassandra repositories.
 - EnableReactiveCassandraAuditing - Annotation Interface in org.springframework.data.cassandra.config
 - 
Annotation to enable auditing in Cassandra using reactive infrastructure via annotation configuration.
 - EnableReactiveCassandraRepositories - Annotation Interface in org.springframework.data.cassandra.repository.config
 - 
Annotation to activate reactive Cassandra repositories.
 - enableStemming() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.StandardAnalyzed
 - 
Enable stemming of input text to reduce words to their base form, for example stemmer, stemming, stemmed are based on stem.
 - EntityMapping - Class in org.springframework.data.cassandra.core.mapping
 - 
Mapping information for an individual entity class.
 - EntityMapping(String, String) - Constructor for class org.springframework.data.cassandra.core.mapping.EntityMapping
 - EntityMapping(String, String, String) - Constructor for class org.springframework.data.cassandra.core.mapping.EntityMapping
 - EntityWriteResult<T> - Class in org.springframework.data.cassandra.core
 - 
The result of a write operation for an entity.
 - EntityWriteResult(ResultSet, T) - Constructor for class org.springframework.data.cassandra.core.EntityWriteResult
 - EntityWriteResult(List<ExecutionInfo>, boolean, List<Row>, T) - Constructor for class org.springframework.data.cassandra.core.EntityWriteResult
 - entries() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Causes the inclusion of an
ENTRIESclause. - ENTRIES - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Index keys and values (entry-level indexing) for
Maptyped columns. - entry(Object, Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Associate the specified
valuewith the specifiedkeyin the map. - entry(K, V) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - 
Add an entry to this map, then returns
this. - entrySet() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - entrySet() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
End of file (EOF) CQL statement separator:
"^^^ END OF SCRIPT ^^^". - EQ - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - equals(Object) - Method in class org.springframework.data.cassandra.config.KeyspaceActions
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Compares this
CqlIdentifierto the given object. - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Compares this
KeyspaceIdentifierto the given object. - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache.CacheKey
 - 
Deprecated.
 - equals(Object) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - equals(Object) - Method in class org.springframework.data.cassandra.core.DeleteOptions
 - equals(Object) - Method in class org.springframework.data.cassandra.core.InsertOptions
 - equals(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - equals(Object) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - equals(Object) - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.ColumnName
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.Columns
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 - equals(Object) - Method in class org.springframework.data.cassandra.core.query.Query
 - equals(Object) - Method in class org.springframework.data.cassandra.core.UpdateOptions
 - equals(Object) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - escapeSingle(Object) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CqlStringUtils
 - 
Doubles single quote characters (' -> '').
 - escapesValue() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - escapesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - escapesValue() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
Whether this option should escape single quotes in its value.
 - escapesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - escapesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - escapesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - escapesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - evaluate(CharSequence, EvaluationContext) - Static method in class org.springframework.data.cassandra.util.SpelUtils
 - 
Evaluates the given value against the given context as a string.
 - evaluate(CharSequence, EvaluationContext, Class<T>) - Static method in class org.springframework.data.cassandra.util.SpelUtils
 - 
Evaluates the given value against the given context as an object of the given class.
 - evaluate(CharSequence, EvaluationContext, Class<T>, ExpressionParser) - Static method in class org.springframework.data.cassandra.util.SpelUtils
 - 
Evaluates the given value against the given context as an object of the given class using the given parser.
 - evaluate(CharSequence, EvaluationContext, ExpressionParser) - Static method in class org.springframework.data.cassandra.util.SpelUtils
 - 
Evaluates the given value against the given context as a string using the given parser.
 - excludeFilters() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Specifies which types are not eligible for component scanning.
 - excludeFilters() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Specifies which types are not eligible for component scanning.
 - ExecutableDeleteOperation - Interface in org.springframework.data.cassandra.core
 - 
ExecutableDeleteOperationallows creation and execution of CassandraDELETEoperations in a fluent API style. - ExecutableDeleteOperation.DeleteWithQuery - Interface in org.springframework.data.cassandra.core
 - 
Filtering (optional).
 - ExecutableDeleteOperation.DeleteWithTable - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - ExecutableDeleteOperation.ExecutableDelete - Interface in org.springframework.data.cassandra.core
 - 
the
ExecutableDeleteOperation.ExecutableDeleteinterface provides methods for constructingDELETEoperations in a fluent way. - ExecutableDeleteOperation.TerminatingDelete - Interface in org.springframework.data.cassandra.core
 - 
Trigger
DELETEexecution by calling one of the terminating methods. - ExecutableInsertOperation - Interface in org.springframework.data.cassandra.core
 - 
ExecutableInsertOperationallows creation and execution of CassandraINSERTinsert operations in a fluent API style. - ExecutableInsertOperation.ExecutableInsert<T> - Interface in org.springframework.data.cassandra.core
 - 
The
ExecutableInsertOperation.ExecutableInsertinterface provides methods for constructingINSERToperations in a fluent way. - ExecutableInsertOperation.InsertWithOptions<T> - Interface in org.springframework.data.cassandra.core
 - 
Apply
InsertOptions(optional). - ExecutableInsertOperation.InsertWithTable<T> - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - ExecutableInsertOperation.TerminatingInsert<T> - Interface in org.springframework.data.cassandra.core
 - 
Trigger
INSERTexecution by calling one of the terminating methods. - ExecutableSelectOperation - Interface in org.springframework.data.cassandra.core
 - 
The
ExecutableSelectOperationinterface allows creation and execution of CassandraSELECToperations in a fluent API style. - ExecutableSelectOperation.ExecutableSelect<T> - Interface in org.springframework.data.cassandra.core
 - 
The
ExecutableSelectOperation.ExecutableSelectinterface provides methods for constructingSELECTquery operations in a fluent way. - ExecutableSelectOperation.SelectWithProjection<T> - Interface in org.springframework.data.cassandra.core
 - 
Result type override (optional).
 - ExecutableSelectOperation.SelectWithQuery<T> - Interface in org.springframework.data.cassandra.core
 - 
Filtering (optional).
 - ExecutableSelectOperation.SelectWithTable<T> - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - ExecutableSelectOperation.TerminatingSelect<T> - Interface in org.springframework.data.cassandra.core
 - 
Trigger
SELECTquery execution by calling one of the terminating methods. - ExecutableUpdateOperation - Interface in org.springframework.data.cassandra.core
 - 
ExecutableUpdateOperationallows creation and execution of CassandraUPDATEoperation in a fluent API style. - ExecutableUpdateOperation.ExecutableUpdate - Interface in org.springframework.data.cassandra.core
 - 
The
ExecutableUpdateOperation.ExecutableUpdateinterface provides methods for constructingUPDATEoperations in a fluent way. - ExecutableUpdateOperation.TerminatingUpdate - Interface in org.springframework.data.cassandra.core
 - ExecutableUpdateOperation.UpdateWithQuery - Interface in org.springframework.data.cassandra.core
 - 
Filtering (optional).
 - ExecutableUpdateOperation.UpdateWithTable - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - execute() - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Execute the batch.
 - execute() - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Execute the batch.
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute the given Cassandra
Statement. - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute the given Cassandra
Statement. - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute the given Cassandra
Statement. - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute the given Cassandra
Statement. - execute(Statement<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - execute(Statement<?>) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - execute(Statement<?>) - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Executes the provided query.
 - execute(Object[]) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - execute(Object[]) - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - execute(String) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(String) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(String) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(String) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(String) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(String) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(String) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
 - execute(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(String) - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - execute(String) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - execute(String) - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Executes the provided query.
 - execute(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
 - execute(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
 - execute(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
 - execute(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
 - execute(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - execute(String, Object...) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - execute(String, Object...) - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Executes the provided query using the provided values.
 - execute(String, Map<String, Object>) - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - execute(String, Map<String, Object>) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - execute(String, Map<String, Object>) - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Executes the provided query using the provided named values.
 - execute(String, Publisher<Object[]>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
 - execute(String, Publisher<Object[]>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(String, PreparedStatementBinder) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Issue an statement using a
PreparedStatementBinderto set bind parameters, with given CQL. - execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(String, PreparedStatementBinder) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Issue an statement using a
PreparedStatementBinderto set bind parameters, with given CQL. - execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(String, PreparedStatementBinder) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Issue an statement using a
PreparedStatementBinderto set bind parameters, with given CQL. - execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(String, PreparedStatementBinder) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue an statement using a
PreparedStatementBinderto set bind parameters, with given CQL. - execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(String, ReactivePreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(String, ReactivePreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(Publisher<String>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue multiple CQL statements from a CQL statement
Publisher. - execute(Publisher<String>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(AsyncPreparedStatementCreator) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Issue a single CQL execute operation (such as an insert, update or delete statement) using a
AsyncPreparedStatementCreatorto provide CQL and any required parameters. - execute(AsyncPreparedStatementCreator) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(AsyncPreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(AsyncPreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(AsyncSessionCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a
CqlSession. - execute(AsyncSessionCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - execute(AsyncPreparedStatementCreator) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Issue a single CQL execute operation (such as an insert, update or delete statement) using a
AsyncPreparedStatementCreatorto provide CQL and any required parameters. - execute(AsyncPreparedStatementCreator) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(AsyncPreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(AsyncPreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(AsyncSessionCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a CQL data access operation, implemented as callback action working on a
CqlSession. - execute(AsyncSessionCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - execute(PreparedStatementCreator) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Issue a single CQL execute operation (such as an insert, update or delete statement) using a
PreparedStatementCreatorto provide CQL and any required parameters. - execute(PreparedStatementCreator) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(ReactivePreparedStatementCreator) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Issue a single CQL execute operation (such as an insert, update or delete statement) using a
ReactivePreparedStatementCreatorto provide CQL and any required parameters. - execute(ReactivePreparedStatementCreator) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(ReactivePreparedStatementCreator, ReactivePreparedStatementCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. - execute(ReactivePreparedStatementCreator, ReactivePreparedStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(ReactiveSessionCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a
ReactiveSession. - execute(ReactiveSessionCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - execute(SessionCallback<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a CQL data access operation, implemented as callback action working on a
CqlSession. - execute(SessionCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - execute(SessionFactory) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Execute this
ResourceKeyspacePopulatoragainst the givenSessionFactory. - executeCqlScript(CqlSession, Resource) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Execute the given CQL script using default settings for statement separators, comment delimiters, and exception handling flags.
 - executeCqlScript(CqlSession, EncodedResource) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Execute the given CQL script using default settings for statement separators, comment delimiters, and exception handling flags.
 - executeCqlScript(CqlSession, EncodedResource, boolean, boolean, String[], String, String, String) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Execute the given CQL script.
 - executeCqlScript(CqlSession, EncodedResource, boolean, boolean, String, String, String, String) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Execute the given CQL script.
 - executionProfile(String) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the
execution profileto use. - executionProfile(String) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - executionProfile(String) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - executionProfile(String) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - executionProfile(String) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - executionProfile(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the
ExecutionProfileResolverto use. - executionProfile(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - executionProfile(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - executionProfile(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - executionProfile(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - executionProfileResolver - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - ExecutionProfileResolver - Interface in org.springframework.data.cassandra.core.cql
 - 
Resolver for a
DriverExecutionProfileused withStatement.setExecutionProfileName(String)orStatement.setExecutionProfile(DriverExecutionProfile). - exists() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Check for the presence of matching elements.
 - exists() - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.TerminatingSelect
 - 
Check for the presence of matching elements.
 - exists() - Element in annotation interface org.springframework.data.cassandra.repository.Query
 - 
Returns whether the defined query should be executed as an exists projection.
 - exists(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Determine whether a row of
entityClasswith the givenidexists. - exists(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - exists(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Determine whether a row of
entityClasswith the givenidexists. - exists(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - exists(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Determine whether a row of
entityClasswith the givenidexists. - exists(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - exists(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Determine whether a row of
entityClasswith the givenidexists. - exists(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - exists(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Determine whether the result for
entityClassQueryyields at least one row. - exists(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - exists(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Determine whether the result for
entityClassQueryyields at least one row. - exists(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - exists(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Determine whether the result for
entityClassQueryyields at least one row. - exists(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - exists(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Determine whether the result for
entityClassQueryyields at least one row. - exists(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - existsById(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - existsById(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - existsById(Publisher<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - ExistsQuery - Annotation Interface in org.springframework.data.cassandra.repository
 - 
Annotation to declare exists queries directly on repository methods.
 - extractData(AsyncResultSet) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor
 - extractData(AsyncResultSet) - Method in interface org.springframework.data.cassandra.core.cql.AsyncResultSetExtractor
 - 
Implementations must implement this method to process the entire
AsyncResultSet. - extractData(AsyncResultSet) - Method in class org.springframework.data.cassandra.core.cql.AsyncRowMapperResultSetExtractor
 - extractData(AsyncResultSet) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor
 - 
Deprecated.
 - extractData(AsyncResultSet) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncResultSetExtractor
 - 
Deprecated.Implementations must implement this method to process the entire
AsyncResultSet. - extractData(AsyncResultSet) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncRowMapperResultSetExtractor
 - 
Deprecated.
 - extractData(ResultSet) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate.RowCallbackHandlerResultSetExtractor
 - extractData(ResultSet) - Method in interface org.springframework.data.cassandra.core.cql.ResultSetExtractor
 - 
Implementations must implement this method to process the entire
ResultSet. - extractData(ResultSet) - Method in class org.springframework.data.cassandra.core.cql.RowMapperResultSetExtractor
 - extractData(ReactiveResultSet) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveResultSetExtractor
 - 
Implementations must implement this method to process the entire
ReactiveResultSet. - extractData(ReactiveResultSet) - Method in class org.springframework.data.cassandra.core.cql.ReactiveRowMapperResultSetExtractor
 
F
- FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Fallback statement separator within CQL scripts:
"\n". - fetchSize(int) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Deprecated.since 3.0, use
QueryOptions.QueryOptionsBuilder.pageSize(int). - fetchSize(int) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Deprecated.
 - fetchSize(int) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Deprecated.
 - fetchSize(int) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Deprecated.
 - fetchSize(int) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Deprecated.
 - field(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.UserTypeSpecification
 - 
Adds an ADD to the list of field changes.
 - field(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.UserTypeSpecification
 - 
Adds the given field to the type.
 - FieldSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Base value object class to specify user type fields.
 - Filter - Interface in org.springframework.data.cassandra.core.query
 - 
Filter consisting of
CriteriaDefinitions to be used with SELECT, UPDATE and DELETE queries. - findAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - findAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - findAll(Pageable) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 - 
Returns a
Sliceof entities meeting the paging restriction provided in thePageableobject. - findAll(Pageable) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - findAllById(Iterable<ID>) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 - findAllById(Iterable<ID>) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
 - findAllById(Iterable<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - findAllById(Iterable<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - findAllById(Publisher<ID>) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
 - findAllById(Publisher<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - findAnnotatedType(Class<? extends Annotation>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - findAnnotatedType(Class<? extends Annotation>) - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - findAnnotatedType(Class<? extends Annotation>) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Find an
AnnotatedTypebyannotationTypederived from the property type. - findById(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - findById(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - findById(Publisher<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - findCassandraType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
 - 
Returns the
CassandraTypefor the declared method parameter. - findCassandraType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - first() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Get the first result, or no result.
 - first() - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.TerminatingSelect
 - 
Get the first result or no result.
 - first(int) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a new unsorted
PageRequestfor the first page. - first(int, Sort) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a new
PageRequestwith sort parameters applied for the first page. - first(int, Sort.Direction, String...) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a new
PageRequestwith sort direction and properties applied for the first page. - firstValue() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Get the first result, or no result.
 - FLOAT - Enum constant in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - FLOAT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - FLOAT_PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - FLOAT_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - FluentCassandraOperations - Interface in org.springframework.data.cassandra.core
 - 
Stripped down interface providing access to a fluent API that specifies a basic set of Cassandra operations.
 - forceQuote() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Column
 - 
Deprecated.since 3.0. The column name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - forceQuote() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKey
 - 
Deprecated.since 3.0. The column name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - forceQuote() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn
 - 
Deprecated.since 3.0. The column name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - forceQuote() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Table
 - 
Deprecated.since 3.0. The table name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - forceQuote() - Element in annotation interface org.springframework.data.cassandra.core.mapping.UserDefinedType
 - 
Deprecated.since 3.0. The type name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - forEach(Consumer<Class<?>>) - Method in class org.springframework.data.cassandra.CassandraManagedTypes
 - from(DriverExecutionProfile) - Static method in interface org.springframework.data.cassandra.core.cql.ExecutionProfileResolver
 - 
Create a
ExecutionProfileResolverfrom aDriverExecutionProfileto apply the profile object. - from(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.query.ColumnName
 - 
Create a
ColumnNamegivenCqlIdentifier. - from(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - 
Create a
Columns.ColumnSelectorgivenCqlIdentifier. - from(CqlIdentifier...) - Static method in class org.springframework.data.cassandra.core.query.Columns
 - 
Create a
ColumnsgivencolumnNames. - from(Node) - Static method in class org.springframework.data.cassandra.core.cql.RingMember
 - 
Creates a new
RingMembergivenNode. - from(Class<?>...) - Static method in class org.springframework.data.cassandra.CassandraManagedTypes
 - 
Factory method used to construct
CassandraManagedTypesfrom the given array oftypes. - from(Iterable<? extends CriteriaDefinition>) - Static method in interface org.springframework.data.cassandra.core.query.Filter
 - 
Create a simple
FiltergivenCriteriaDefinitions. - from(String) - Static method in interface org.springframework.data.cassandra.core.cql.ExecutionProfileResolver
 - 
Create a
ExecutionProfileResolverfrom aprofileName. - from(String) - Static method in class org.springframework.data.cassandra.core.query.ColumnName
 - 
Create a
ColumnNamegiven a stringcolumnName. - from(String) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - 
Create a
Columns.ColumnSelectorgiven a plaincolumnName. - from(String) - Static method in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - from(String...) - Static method in class org.springframework.data.cassandra.core.query.Columns
 - 
Create a
ColumnsgivencolumnNames. - from(String, Object...) - Static method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - from(List<?>) - Static method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - 
Create a
CassandraCustomConversions.CassandraConverterConfigurationAdapterusing the providedconvertersand our own codecs for JSR-310 types. - from(ColumnName) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - 
Create a
Columns.ColumnSelectorgivenColumnName. - from(CriteriaDefinition...) - Static method in interface org.springframework.data.cassandra.core.query.Filter
 - 
Create a simple
FiltergivenCriteriaDefinitions. - from(ManagedTypes) - Static method in class org.springframework.data.cassandra.CassandraManagedTypes
 - 
Wraps an existing
ManagedTypesobject withCassandraManagedTypes. - FROM - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - fromIterable(Iterable<? extends Class<?>>) - Static method in class org.springframework.data.cassandra.CassandraManagedTypes
 - Frozen - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Indicates that a persistent property should use a
frozencolumn type. - full() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Causes the inclusion of an
FULLclause. - FULL - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Index the entire
Collection/Mapas-is to match on whole collections/maps as predicate. 
G
- GC_GRACE_SECONDS - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
gc_grace_seconds - get() - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - get(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - get(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - get(Object) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - getAction() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getActions() - Method in class org.springframework.data.cassandra.config.KeyspaceActions
 - getActualCount() - Method in exception org.springframework.data.cassandra.core.cql.IncorrectResultSetColumnCountException
 - 
Return the actual column count.
 - getAddress() - Method in class org.springframework.data.cassandra.core.cql.RingMember
 - getAlias() - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - getAlias() - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - getAlias() - Method in interface org.springframework.data.cassandra.core.query.Columns.Selector
 - getAllExecutionInfo() - Method in interface org.springframework.data.cassandra.ReactiveResultSet
 - 
Return the execution information for all queries made to retrieve this
ReactiveResultSet. - getAnnotatedQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - 
Returns the query string declared in a
Queryannotation or null if neither the annotation found nor the attribute was specified. - getAnnotation() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
 - getAssociation() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - getAsyncCqlOperations() - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Expose the underlying
AsyncCqlOperationsto allow asynchronous CQL operations. - getAsyncCqlOperations() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - getAsyncCqlOperations() - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Expose the underlying
AsyncCqlOperationsto allow asynchronous CQL operations. - getAsyncCqlOperations() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.CassandraAuditingBeanDefinitionParser
 - getBeanClassLoader() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Returns the configured Java
ClassLoaderused to resolve Cassandra application entitytypes. - getBeanFactory() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the configured reference to the
BeanFactory. - getCache() - Method in class org.springframework.data.cassandra.core.cql.support.CachedPreparedStatementCreator
 - 
Deprecated.
 - getCache() - Method in class org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache
 - 
Deprecated.
 - getChanges() - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Returns an unmodifiable list of column changes.
 - getChanges() - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - getClusteredKeyColumns() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable list of all primary key columns that are not also partition key columns.
 - getClusteredKeyColumns() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Returns an unmodifiable list of all primary key columns that are not also partition key columns.
 - getClusterName() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Deprecated.since 3.0, use
AbstractSessionConfiguration.getSessionName()instead. - getCodecRegistry() - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Returns the
CodecRegistryregistered in theCassandraConverter. - getCodecRegistry() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Returns the configured
CodecRegistry. - getCodecRegistry() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Retrieve
CodecRegistrydirectly fromCassandraConverter. - getColumnDefinitions() - Method in interface org.springframework.data.cassandra.ReactiveResultSet
 - 
Returns the columns returned in this
ReactiveResultSet. - getColumnFunction() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - getColumnKey(String) - Method in class org.springframework.data.cassandra.core.cql.ColumnMapRowMapper
 - 
Determine the key to use for the given column in the column Map.
 - getColumnMapRowMapper() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a new RowMapper for reading columns as key-value pairs.
 - getColumnName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - getColumnName() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.IndexDescriptor
 - getColumnName() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - getColumnName() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - getColumnName() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
The name of the single column to which the property is persisted.
 - getColumnName() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - getColumnName() - Method in class org.springframework.data.cassandra.core.query.ColumnName
 - getColumnName() - Method in class org.springframework.data.cassandra.core.query.Criteria
 - getColumnName() - Method in interface org.springframework.data.cassandra.core.query.CriteriaDefinition
 - 
Get the identifying key.
 - getColumnName() - Method in class org.springframework.data.cassandra.core.query.Update.AssignmentOp
 - getColumnName(CassandraPersistentProperty) - Method in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Create a column name from the given
property. - getColumnName(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.mapping.SnakeCaseNamingStrategy
 - 
Uses
PersistentProperty.getName()and separates camel case parts with '_'. - getColumnName(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.mapping.TransformingNamingStrategy
 - getColumns() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable
ListofColumnSpecifications. - getColumns() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Returns an unmodifiable list of all columns.
 - getColumns() - Method in class org.springframework.data.cassandra.core.query.Query
 - getColumnTypeResolver() - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - getColumnTypeResolver() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - getColumnValue(Row, int) - Method in class org.springframework.data.cassandra.core.cql.ColumnMapRowMapper
 - 
Retrieve a CQL object value for the specified column.
 - getColumnValue(Row, int) - Method in class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Retrieve a object value for the specified column, using the most appropriate value type.
 - getColumnValue(Row, int, PropertyDescriptor) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Retrieve a Cassandra object value for the specified column.
 - getColumnValue(Row, int, Class<?>) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Retrieve a Cassandra object value for the specified column.
 - getColumnValue(Row, int, Class<?>) - Method in class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Retrieve a CQL object value for the specified column.
 - getComponentType() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns the component type for
Collections or the key type forMaps. - getCompressionType() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the
CompressionType. - getConsistencyLevel() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - getConsistencyLevel() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getConsistencyLevel() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - getContactPoints() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the Cassandra contact points.
 - getContext() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - getContext() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - getContext() - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Returns a context that provides access to all the policies used by this driver instance.
 - getContextualName(CassandraObservationContext) - Method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - getConversionContext() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Constructs a new instance of
MappingCassandraConverter.ConversionContextwith various converters to convert different Cassandra value types. - getConversionService() - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 - getConversionService() - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Return a
ConversionServicefor binding Cassandra values to bean properties, or null if none. - getConverter() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getConverter() - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Returns the underlying
CassandraConverter. - getConverter() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - getConverter() - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Returns the underlying
CassandraConverter. - getConverter() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - getConverter() - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 - 
Returns the configured
CassandraConverterused to convert object values into Cassandra column typed values. - getConverter() - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Returns the underlying
CassandraConverter. - getConverter() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - getConverter() - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Returns the underlying
CassandraConverter. - getConverter() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - getConvertersToRegister() - Static method in class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters
 - 
Returns the converters to be registered.
 - getCount() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - 
Returns the number of exceptions aggregated in this exception.
 - getCql() - Method in class org.springframework.data.cassandra.core.CassandraTemplate.PreparedStatementHandler
 - getCql() - Method in class org.springframework.data.cassandra.core.cql.CachedPreparedStatementCreator
 - 
Deprecated.Returns the CQL statement on which the
PreparedStatementwill be based. - getCql() - Method in interface org.springframework.data.cassandra.core.cql.CqlProvider
 - 
Return the CQL string for this object, i.e. typically the CQL used for creating statements.
 - getCql() - Method in class org.springframework.data.cassandra.core.cql.SimplePreparedStatementCreator
 - getCql() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate.PreparedStatementHandler
 - 
Deprecated.
 - getCql() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate.PreparedStatementHandler
 - getCql(Statement<?>) - Static method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - 
Extract the CQL query from the delegate
Statement. - getCql(Object) - Static method in class org.springframework.data.cassandra.core.cql.QueryExtractorDelegate
 - 
Try to extract the
CQL queryfrom a statement object. - getCqlIdentifier() - Method in class org.springframework.data.cassandra.core.query.ColumnName
 - getCqlOperations() - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Expose the underlying
CqlOperationsto allow CQL operations. - getCqlOperations() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - getCreateIndexSpecificationsFor(Class<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Returns
index specificationsderived fromCassandraPersistentEntity. - getCreateIndexSpecificationsFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Returns
index specificationsderived fromCassandraPersistentEntity. - getCreateIndexSpecificationsFor(CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - getCreateIndexSpecificationsFor(CassandraPersistentEntity<?>, CqlIdentifier, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - getCreateTableSpecificationFor(Class<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Returns a
CreateTableSpecificationfor the given entity, including all mapping information. - getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Returns a
CreateTableSpecificationfor the given entity, including all mapping information. - getCreateTableSpecificationFor(CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Returns a
CreateTableSpecificationfor the given entity usingtable name, including all mapping information. - getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Returns a
CreateUserTypeSpecificationfor the given entity, including all mapping information. - getCriteriaDefinitions() - Method in interface org.springframework.data.cassandra.core.query.Filter
 - getCriteriaDefinitions() - Method in class org.springframework.data.cassandra.core.query.Query
 - getCustomConversions() - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 - getCustomConversions() - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Returns the
CustomConversionsfor this converter. - getCustomConversions() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Use custom conversion through
MappingCassandraConverter. - getDataCenter() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DataCenterReplication
 - getDataCenter() - Method in class org.springframework.data.cassandra.core.cql.RingMember
 - getDataType() - Method in interface org.springframework.data.cassandra.core.convert.CassandraColumnType
 - 
Returns the
DataTypeassociated with this column type. - getDataType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
 - 
Returns the Cassandra
DataTypefor the declared parameter if the type is asimple type. - getDataType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 - 
Returns the default
DataTypefor aClass. - getDataTypeFor(CassandraType.Name) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 - 
Returns the
DataTypefor aCassandraType.Name. - getDomainClass() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - getDriverConfigLoaderBuilderConfigurer() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the
DriverConfigLoaderBuilderConfigurer. - getDriverConfigurationResource() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the
Resourcepointing to a driver configuration file. - getDurableWrites() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - getElementName() - Method in exception org.springframework.data.cassandra.CassandraSchemaElementExistsException
 - 
Deprecated.
 - getElementType() - Method in exception org.springframework.data.cassandra.CassandraSchemaElementExistsException
 - 
Deprecated.
 - getEntity() - Method in class org.springframework.data.cassandra.core.EntityWriteResult
 - getEntity(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.mapping.EmbeddedEntityOperations
 - getEntityAnnotations() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - getEntityBasePackageClasses() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - getEntityBasePackages() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Base packages to scan for entities annotated with
Tableannotations. - getEntityBasePackages() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - getEntityClassName() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - getEntityInformation() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - getEntityInformation(Class<T>) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 - getEntityInformation(Class<T>) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
 - getEntityInstantiators() - Method in class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - getEntityMappings() - Method in class org.springframework.data.cassandra.core.mapping.Mapping
 - getEntityOperations() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Returns the
EntityOperationsused to perform data access operations on an entity inside a Cassandra data source. - getEntityOperations() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Returns the
EntityOperationsused to perform data access operations on an entity inside a Cassandra data source. - getEntityOperations() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Returns the
EntityOperationsused to perform data access operations on an entity inside a Cassandra data source. - getEntityOperations() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Returns the
EntityOperationsused to perform data access operations on an entity inside a Cassandra data source. - getEnvironment() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - getEvaluationContext(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getExceptions() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - 
Returns a list of the
IdInterfaceExceptions aggregated within. - getExceptionTranslator() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Return the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's Exception Hierarchy.
 - getExceptionTranslator() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Returns the exception translator for this instance.
 - getExecutionInfo() - Method in class org.springframework.data.cassandra.core.WriteResult
 - getExecutionInfo() - Method in interface org.springframework.data.cassandra.ReactiveResultSet
 - 
Returns information on the execution of the last query made for this
ReactiveResultSet. - getExecutionProfileResolver() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - getExecutionProfileResolver() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getExecutionProfileResolver() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - getExhaustedResultSetValue() - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - getExpectedCount() - Method in exception org.springframework.data.cassandra.core.cql.IncorrectResultSetColumnCountException
 - 
Return the expected column count.
 - getExpression() - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - getExpression() - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - getExpression() - Method in interface org.springframework.data.cassandra.core.query.Columns.Selector
 - getExtension() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
 - getFactoryInstance(ReactiveCassandraOperations) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - 
Creates and initializes a
RepositoryFactorySupportinstance. - getFetchSize() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Deprecated.since 3.0, use
CassandraAccessor.getPageSize(). - getFetchSize() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Deprecated.since 3.0, use
ReactiveCqlTemplate.getPageSize(). - getFields() - Method in class org.springframework.data.cassandra.core.cql.keyspace.UserTypeSpecification
 - getForceQuote() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - 
Deprecated.since 3.0. The type name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - getForceQuote() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - 
Deprecated.
 - getHighCardinalityKeyValues(CassandraObservationContext) - Method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - getHost() - Method in exception org.springframework.data.cassandra.CassandraAuthenticationException
 - getHostName() - Method in class org.springframework.data.cassandra.core.cql.RingMember
 - getId(Object, CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Returns the Id for an entity.
 - getId(Object, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - getId(T) - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 - getIdAttribute() - Method in interface org.springframework.data.cassandra.repository.query.CassandraEntityInformation
 - 
Returns the attribute that the id will be persisted to.
 - getIdAttribute() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 - getIdentifyingAnnotations() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - getIdentifyingTypes() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - getIdentifyingTypes() - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 - getIdInterfaceName() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceException
 - getIdInterfaceName() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - getIdType() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 - getIfCondition() - Method in class org.springframework.data.cassandra.core.DeleteOptions
 - getIfCondition() - Method in class org.springframework.data.cassandra.core.UpdateOptions
 - getIfExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - getIfExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
 - getIfExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
 - getIfNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - getIfNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - getIfNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - getIfNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
 - getIndex() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtIndexOp
 - getInitialEntitySet() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Return the
Setof initial entity classes. - getKey() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - getKeyspace() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getKeyspace() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Returns a specific keyspace to which the entity shall be persisted.
 - getKeyspace() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - getKeyspace() - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
The keyspace that this session is currently connected to, or
Optional.empty()if this session is not connected to any keyspace. - getKeyspace(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Create a keyspace name from the given
CassandraPersistentEntity. - getKeyspace(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.TransformingNamingStrategy
 - getKeyspace(CassandraPersistentEntity<?>, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.StatementFactory.KeyspaceProvider
 - getKeyspaceActions() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getKeyspaceCreations() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the list of keyspace creations to be run right after initialization.
 - getKeyspaceDrops() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the list of keyspace drops to be run before shutdown.
 - getKeyspaceMetadata() - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Returns
KeyspaceMetadatafor the current keyspace. - getKeyspaceMetadata() - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - getKeyspaceName() - Method in exception org.springframework.data.cassandra.CassandraKeyspaceExistsException
 - getKeyspaceName() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Return the name of the keyspace to connect to.
 - getKeyspaceName() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Gets the name of the Cassandra Keyspace to connect to.
 - getKeyspaceName() - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - getKeyspaceSpecifications() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getKeyType() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - getLimit() - Method in class org.springframework.data.cassandra.core.query.Query
 - getLimit() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getLocalDataCenter() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the local data center name used for
LoadBalancingPolicy, defaulting todatacenter1. - getLowCardinalityKeyValues(CassandraObservationContext) - Method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - getMapId() - Method in interface org.springframework.data.cassandra.core.mapping.MapIdentifiable
 - 
Gets the identity of this instance.
 - getMappedClass() - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Get the class that we are mapping to.
 - getMappedColumnNames(Columns, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 - getMappedKey() - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.Field
 - 
Returns the key to be used in the mapped document eventually.
 - getMappedKey() - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
 - getMappedObject(Filter, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 - getMappedObject(Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.UpdateMapper
 - getMappedSelectors(Columns, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 - getMappedSort(Sort, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 - getMappingContext() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getMappingContext() - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - getMappingContext() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - getMappingContext() - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 - 
Returns the configured
MappingContextcontaining mapping meta-data (persistent entities and properties) used to store (map) objects to Cassandra tables (rows/columns). - getMappingContext() - Method in class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - getMappingContext() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - 
Returns the
MappingContextused by this query to access mapping meta-data used to store (map) objects to Cassandra tables. - getMappingContext() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - 
Returns the
MappingContextused by this query to access mapping meta-data used to store (map) objects to Cassandra tables. - getMappingExceptions() - Method in exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
 - 
Returns a list of the
MappingExceptions aggregated within. - getMapValueType() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns the map value type in case the underlying type is a
Map. - getMessage() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - getMessage() - Method in exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
 - getMessages() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - 
Returns a list of the
IdInterfaceExceptionmessages aggregated within. - getMessages() - Method in exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
 - 
Returns a list of the
MappingExceptionmessages aggregated within. - getMessagesByHost() - Method in exception org.springframework.data.cassandra.CassandraConnectionFailureException
 - getMetadata() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - getMetadata() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - getMetadata() - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Returns a snapshot of the Cassandra cluster's topology and schema metadata.
 - getMethod() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceException
 - getMethodName() - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - getMode() - Method in class org.springframework.data.cassandra.core.query.Update.AddToOp
 - getModuleName() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - getModuleName() - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 - getModulePrefix() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - getName() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnChangeSpecification
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - getName() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.IndexDescriptor
 - 
Returns the name of the index.
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
 - getName() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.KeyspaceDescriptor
 - 
Returns the name of the table.
 - getName() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - getName() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
The (usually lower-cased, underscore-separated) name of this table option.
 - getName() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns the name of the table.
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
 - getName() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - getName() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - getName() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - getName() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - getName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
 - getNetworkTopologyDataCenters() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getNetworkTopologyReplicationFactors() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getNode() - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - getNonKeyColumns() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable list of all non-key columns.
 - getNonKeyColumns() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Returns an unmodifiable list of all non-key columns.
 - getNullResultSetValue() - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - getNumberAlive() - Method in exception org.springframework.data.cassandra.CassandraInsufficientReplicasAvailableException
 - getNumberRequired() - Method in exception org.springframework.data.cassandra.CassandraInsufficientReplicasAvailableException
 - getObject() - Method in class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - getObject() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - getObject() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getObject() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getObject() - Method in class org.springframework.data.cassandra.config.PersistentEntitiesFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.PersistentEntitiesFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.config.SortedResourcesFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - getObjectType() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - getObservation() - Method in interface org.springframework.data.cassandra.observability.CassandraObservationSupplier
 - getOperationName(String, String) - Method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - 
Tries to parse the CQL query or provides the default name.
 - getOperations() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - 
Return a reference to the
CassandraOperationsused to execute this Cassandra query. - getOperator() - Method in class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 - getOptions() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - getOptions() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.KeyspaceDescriptor
 - 
Returns an unmodifiable
Mapof keyspace options. - getOptions() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - getOptions() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable
Mapof table options. - getOptions() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
 - getOrder() - Method in class org.springframework.data.cassandra.core.mapping.event.AuditingEntityCallback
 - getOrder() - Method in class org.springframework.data.cassandra.core.mapping.event.ReactiveAuditingEntityCallback
 - getOrdering() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - getOrdinal() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - getOrdinal() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - getOrdinal() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
The name of the element ordinal to which the property is persisted when the owning type is a mapped tuple.
 - getOwner() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - getPageSize() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - getPageSize() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getPageSize() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - getPagingState() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - getPagingState() - Method in class org.springframework.data.cassandra.core.query.CassandraScrollPosition
 - 
Returns the underlying binary representation of the paging state as read-only buffer if the scroll position is not
CassandraScrollPosition.initial(). - getPagingState() - Method in class org.springframework.data.cassandra.core.query.Query
 - getParameters() - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - getParameters() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getParameters() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - getParameterType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
 - 
The actual parameter type (after unwrapping).
 - getParameterType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getPartitionKeyColumns() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable list of all partition key columns.
 - getPartitionKeyColumns() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Returns an unmodifiable list of all partition key columns.
 - getPort() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the Cassandra port.
 - getPotentiallyConvertedSimpleRead(Object, TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Checks whether we have a custom conversion for the given simple object.
 - getPredicate() - Method in class org.springframework.data.cassandra.core.query.Criteria
 - getPredicate() - Method in interface org.springframework.data.cassandra.core.query.CriteriaDefinition
 - getPreparedStatement(CqlSession, SimpleStatement) - Method in interface org.springframework.data.cassandra.core.cql.support.PreparedStatementCache
 - 
Deprecated.Obtain a
PreparedStatementbyCqlSessionandSimpleStatement. - getPreparedStatement(CqlSession, SimpleStatement, Supplier<PreparedStatement>) - Method in class org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache
 - 
Deprecated.
 - getPreparedStatement(CqlSession, SimpleStatement, Supplier<PreparedStatement>) - Method in interface org.springframework.data.cassandra.core.cql.support.PreparedStatementCache
 - 
Deprecated.Obtain a
PreparedStatementbyCqlSessionandSimpleStatement. - getPrimaryKeyColumns() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable list of all partition and primary key columns.
 - getPrimaryKeyColumns() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Returns an unmodifiable list of all primary key columns that are not also partition key columns.
 - getPrimaryKeyOrdering() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - getPrimaryKeyOrdering() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - getPrimaryKeyOrdering() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - getPrimaryKeyOrdering() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
The ordering (ascending or descending) for the column.
 - getProjectionFactory() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Deprecated.since 3.4, use
CassandraConverter.getProjectionFactory()instead. - getProjectionFactory() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Deprecated.since 3.4, use
CassandraConverter.getProjectionFactory()instead. - getProjectionFactory() - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Returns the
ProjectionFactoryfor this converter. - getProjectionFactory() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - getProjectionFactory() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.since 3.4, use
CassandraConverter.getProjectionFactory()instead. - getProjectionFactory() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Deprecated.since 3.4, use
CassandraConverter.getProjectionFactory()instead. - getProjectionFactory(ClassLoader, BeanFactory) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 - getProjectionFactory(ClassLoader, BeanFactory) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
 - getProperty() - Method in class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - getProperty() - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.Field
 - 
Returns the underlying
CassandraPersistentPropertybacking the field. - getProperty() - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
 - getProperty(Parameter<?, CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getProperty(Parameter<?, CassandraPersistentProperty>) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - getPropertyMappings() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - getPropertyName() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.RowValueProvider
 - getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.TupleValueProvider
 - getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.UdtValueProvider
 - getQuery(Statement<?>) - Static method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - 
Extract the query from a
Statement. - getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 - getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
 - getQueryMapper() - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Returns the
QueryMapperused to mapQueryto CQL-specific data types. - getQueryMethod() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - getQueryMethod() - Method in class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - getQueryOptions() - Method in class org.springframework.data.cassandra.core.query.Query
 - getQueryOptions() - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
 - 
Returns the
QueryOptionsassociated with the associated Repository query method. - getQueryOptions() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getQueryOptionsIndex() - Method in class org.springframework.data.cassandra.repository.query.CassandraParameters
 - 
Returns the index of the
QueryOptionsparameter to be applied to queries. - getQueryStatementCreator() - Method in class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - getRack() - Method in class org.springframework.data.cassandra.core.cql.RingMember
 - getReactiveCassandraOperations() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - getReactiveCqlOperations() - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Expose the underlying
ReactiveCqlOperationsto allow CQL operations. - getReactiveCqlOperations() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - getReadTimeout() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - 
Deprecated.since 3.0, use
QueryOptions.getTimeout()instead. - getRemoteServiceName() - Method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - getRemoteServiceName() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - getReplicationFactor() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getReplicationFactor() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DataCenterReplication
 - getReplicationFactor() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - getReplicationStrategy() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - getReplicationStrategy() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 - getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
 - getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 - getRequiredAnnotatedConsistencyLevel() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - 
Returns the
ConsistencyLevelin aQueryannotation or throwsIllegalStateExceptionif the annotation was not found. - getRequiredAnnotatedQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - 
Returns the required query string declared in a
Queryannotation or throwsIllegalStateExceptionif neither the annotation found nor the attribute was specified. - getRequiredColumnName() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
The name of the single column to which the property is persisted.
 - getRequiredComponentType() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns the component type for
Collections, the key type forMaps or the single generic type if available. - getRequiredDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 - 
Returns the required default
DataTypefor aClass. - getRequiredDataTypeFor(CassandraType.Name) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 - 
Returns the required
DataTypefor aCassandraType.Name. - getRequiredKeyspace() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Returns the required keyspace name or throws
IllegalStateExceptionif the entity isn't associated with a specific keyspace. - getRequiredMapValueType() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns the map value type in case the underlying type is a
Map. or throwIllegalStateExceptionif the map value type cannot be resolved. - getRequiredOrdinal() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
The required element ordinal to which the property is persisted when the owning type is a mapped tuple.
 - getRequiredSession() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the initialized
CqlSessioninstance. - getRequiredSessionFactory() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Returns the initialized
CqlSessioninstance. - getRequiredSessionFactory() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the initialized
CqlSessioninstance. - getReturnType() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - getRoutingKey() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getRoutingKeyspace() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getRow() - Method in class org.springframework.data.cassandra.core.mapping.event.AfterConvertEvent
 - 
Returns the
Rowfrom which thisAfterConvertEventwas derived. - getRows() - Method in class org.springframework.data.cassandra.core.WriteResult
 - getRowValue(Row, int, Class<?>) - Static method in class org.springframework.data.cassandra.core.cql.RowUtils
 - 
Retrieve a CQL column value from a
Row, using the specified value type. - getSchemaAction() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
The
SchemaActionto perform at application startup. - getSchemaAction() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - getSchemaFactory() - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - getSchemaFactory() - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - getScope() - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
 - getScrollPosition() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Returns the underlying
CassandraScrollPosition. - getScrollPosition() - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
 - getScrollPosition() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getSelector(ColumnName) - Method in class org.springframework.data.cassandra.core.query.Columns
 - getSerialConsistencyLevel() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - getSerialConsistencyLevel() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getSerialConsistencyLevel() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - getSession() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Returns a reference to the connected Cassandra
CqlSession. - getSession() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Deprecated.since 2.0. This class uses a
SessionFactoryto dispatch CQL calls amongst differentCqlSessions during its lifecycle. - getSession() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultReactiveSessionFactory
 - getSession() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultSessionFactory
 - getSession() - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - getSession() - Method in interface org.springframework.data.cassandra.ReactiveSessionFactory
 - 
Return a
ReactiveSessionto be used directly or inside a callback insideReactiveCqlTemplate. - getSession() - Method in interface org.springframework.data.cassandra.SessionFactory
 - 
Attempts to establish a
CqlSessionwith the connection infrastructure that thisSessionFactoryobject represents. - getSessionBuilderConfigurer() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the
SessionBuilderConfigurer. - getSessionFactories() - Method in class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - 
Get the
Mapofsession factoriesmaintained by this object. - getSessionFactory() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Returns the Cassandra
SessionFactoryused by this template to perform Cassandra data access operations. - getSessionFactory() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Returns the configured
ReactiveSessionFactory. - getSessionFactory(String) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.BeanFactorySessionFactoryLookup
 - getSessionFactory(String) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - getSessionFactory(String) - Method in interface org.springframework.data.cassandra.core.cql.session.lookup.SessionFactoryLookup
 - 
Implementations must implement this method to retrieve the
SessionFactoryidentified by the given name from their backing store. - getSessionFactory(String) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.SingleSessionFactoryLookup
 - getSessionName() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Returns the session name.
 - getSessionName() - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - getShutdownScripts() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Deprecated.since 3.0; Declare a
SessionFactoryInitializerbean instead. - getShutdownScripts() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Deprecated.
 - getSingleColumnRowMapper(Class<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a new RowMapper for reading result objects from a single column.
 - getSort() - Method in class org.springframework.data.cassandra.core.query.Query
 - getSource() - Method in interface org.springframework.data.cassandra.core.convert.CassandraValueProvider
 - 
Returns whether the underlying source.
 - getSource() - Method in class org.springframework.data.cassandra.core.convert.RowValueProvider
 - getSource() - Method in class org.springframework.data.cassandra.core.convert.TupleValueProvider
 - getSource() - Method in class org.springframework.data.cassandra.core.convert.UdtValueProvider
 - getSource() - Method in class org.springframework.data.cassandra.core.mapping.event.CassandraMappingEvent
 - getSpecification() - Method in class org.springframework.data.cassandra.core.cql.generator.ColumnChangeCqlGenerator
 - getSpecification() - Method in class org.springframework.data.cassandra.core.cql.generator.IndexNameCqlGenerator
 - getSpecification() - Method in class org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
 - getSpecification() - Method in class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
 - getSpecification() - Method in class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
 - getSpELContext() - Method in class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - getStartupScripts() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Deprecated.since 3.0; Declare a
SessionFactoryInitializerbean instead. - getStartupScripts() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Deprecated.
 - getStatement() - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractStatementAwareMappingEvent
 - getStatement() - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - getStatementFactory() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Returns the
StatementFactoryused by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Returns the
StatementFactoryused by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Returns the
StatementFactoryused by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Returns the
StatementFactoryused by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - 
Returns the
StatementFactoryused by this query to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - 
Returns the
StatementFactoryused by this query to construct and run Cassandra CQL statements. - getStaticColumns() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
 - 
Returns an unmodifiable list of static columns.
 - getStaticColumns() - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Returns an unmodifiable list of static columns.
 - getStringBasedQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - getStringBasedQuery() - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - getTableEntities() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Returns only
Tableentities. - getTableMetadata(CqlIdentifier, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Lookup
TableMetadata. - getTableMetadata(CqlIdentifier, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 - getTableMetadata(String, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 - 
Lookup
TableMetadata. - getTableName() - Method in exception org.springframework.data.cassandra.CassandraTableExistsException
 - getTableName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - getTableName() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.IndexDescriptor
 - 
Returns the table name for the index
 - getTableName() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getTableName() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Returns the table name to which the entity shall be persisted.
 - getTableName() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - getTableName() - Method in class org.springframework.data.cassandra.core.mapping.event.CassandraMappingEvent
 - getTableName() - Method in interface org.springframework.data.cassandra.repository.query.CassandraEntityMetadata
 - 
Returns the name of the table the entity shall be persisted to.
 - getTableName() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 - getTableName(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
The table name used for the specified class by this template.
 - getTableName(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - getTableName(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Create a table name from the given
CassandraPersistentEntity. - getTableName(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.SnakeCaseNamingStrategy
 - 
Uses
Class.getSimpleName()and separates camel case parts with '_'. - getTableName(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.TransformingNamingStrategy
 - getTargetName() - Method in class org.springframework.data.cassandra.core.cql.keyspace.RenameColumnSpecification
 - getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 - getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
 - getTimeout() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getTimestamp() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - getTracing() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - getTree() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - 
Return the
PartTreebacking the query. - getTree() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - 
Return the
PartTreebacking the query. - getTtl() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - getType() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns the Java type of the column.
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigDecimalConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigIntegerConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBooleanConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToByteBufferConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToDateConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToDoubleConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToFloatConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToInetAddressConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToIntegerConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToListOfStringConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToLongConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToStringConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.converter.ResultSetToUuidConverter
 - getType() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - getType() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnTypeChangeSpecification
 - getType() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - getType() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - getType() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
The type that values must be able to be coerced into for this option.
 - getType() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - getType() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - getType() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - getType() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - getType() - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractDeleteEvent
 - 
Returns the type for which the
AbstractDeleteEventshall be invoked for. - getType() - Method in class org.springframework.data.cassandra.core.mapping.event.AfterLoadEvent
 - 
Returns the type for which the
AfterLoadEventshall be invoked for. - getUnquoted() - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Returns the identifier without encasing quotes, regardless of the value of
CqlIdentifier.isQuoted(). - getUpdateMapper() - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Returns the
UpdateMapperused to mapUpdateto CQL-specific data types. - getUpdateOperations() - Method in class org.springframework.data.cassandra.core.query.Update
 - getUserDefinedTypeEntities() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Returns only those entities representing a user defined type.
 - getUserDefinedTypeName(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Create a user-defined type name from the given
CassandraPersistentEntity. - getUserDefinedTypeName(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.SnakeCaseNamingStrategy
 - 
Uses
Class.getSimpleName()and separates camel case parts with '_'. - getUserDefinedTypeName(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.TransformingNamingStrategy
 - getUserTypeResolver() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Returns the configured
UserTypeResolver. - getUserTypeResolver() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Retrieve
UserTypeResolverdirectly fromCassandraConverter. - getUsing() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - getUsing() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.IndexDescriptor
 - getValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
 - getValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
 - getValue() - Method in class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 - getValue() - Method in class org.springframework.data.cassandra.core.query.Update.AddToMapOp
 - getValue() - Method in class org.springframework.data.cassandra.core.query.Update.AddToOp
 - getValue() - Method in class org.springframework.data.cassandra.core.query.Update.IncrOp
 - getValue() - Method in class org.springframework.data.cassandra.core.query.Update.RemoveOp
 - getValue() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 - getValue() - Method in class org.springframework.data.cassandra.core.query.Update.SetOp
 - getValue(String) - Method in class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - getValueEvaluationContext(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getValueEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getValues() - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
 - 
Returns the raw parameter values of the underlying query method.
 - getValues() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 - getVerifier() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - getVerifier() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - getWasDataReceived() - Method in exception org.springframework.data.cassandra.CassandraReadTimeoutException
 - 
Deprecated.since 3.0, use
CassandraReadTimeoutException.wasDataPresent(). - getWriteType() - Method in exception org.springframework.data.cassandra.CassandraWriteTimeoutException
 - GRANT - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - gt(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the < operator.
 - GT - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - gte(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the <= operator.
 - GTE - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 
H
- hasAnnotatedQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - 
Returns whether the method has an annotated query.
 - hasConsistencyLevel() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - hasExplicitColumnName() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - hasExplicitColumnName() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Return whether the property has an explicitly configured column name.
 - hashCode() - Method in class org.springframework.data.cassandra.config.KeyspaceActions
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache.CacheKey
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - hashCode() - Method in class org.springframework.data.cassandra.core.DeleteOptions
 - hashCode() - Method in class org.springframework.data.cassandra.core.InsertOptions
 - hashCode() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - hashCode() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - hashCode() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.ColumnName
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.Columns
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.Criteria
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 - hashCode() - Method in class org.springframework.data.cassandra.core.query.Query
 - hashCode() - Method in class org.springframework.data.cassandra.core.UpdateOptions
 - hashCode() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - hasKeyspace() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Returns
trueif the entity is associated with a specific keyspace;falseotherwise. - hasNext() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Returns whether there's a next
Pageablewe can access from the current one. - hasOrdinal() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Determines whether this
CassandraPersistentPropertyis persisted (mapped) to an element ordinal when the owning type is a mapped tuple. - hasProperty(CassandraPersistentProperty) - Method in interface org.springframework.data.cassandra.core.convert.CassandraValueProvider
 - 
Returns whether the underlying source contains a data source for the given
CassandraPersistentProperty. - hasProperty(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.RowValueProvider
 - hasProperty(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.TupleValueProvider
 - hasProperty(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.UdtValueProvider
 - hasReactiveWrapperParameter() - Method in class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
 - 
Check if the given
QueryMethodreceives a reactive parameter wrapper as one of its parameters. - HOLDER - Static variable in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 - HostMapper<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
An interface used by
CqlTemplatefor mappingNodes of metadata on a per-item basis.. 
I
- id() - Static method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - 
Factory method.
 - id(Class<T>) - Static method in class org.springframework.data.cassandra.core.mapping.MapIdFactory
 - 
Produces an implementation of the given id interface type using the type's class loader.
 - id(Class<T>, ClassLoader) - Static method in class org.springframework.data.cassandra.core.mapping.MapIdFactory
 - 
Produces an implementation of the given class loader.
 - id(String, Object) - Static method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - 
Factory method.
 - id(MapId) - Static method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - 
Factory method.
 - idempotent - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - idempotent() - Element in annotation interface org.springframework.data.cassandra.repository.Query
 - 
Specifies whether the
CQL queryisRequest.isIdempotent(). - idempotent(boolean) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Set query execution idempotency.
 - idempotent(boolean) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - idempotent(boolean) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - idempotent(boolean) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - idempotent(boolean) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - IDEMPOTENT - Enum constant in enum class org.springframework.data.cassandra.repository.Query.Idempotency
 - 
Statement considered idempotent.
 - IdInterfaceException - Exception in org.springframework.data.cassandra.core.mapping
 - 
Exception thrown on incorrect mapping of an Id interface.
 - IdInterfaceException(Class<?>, Method, String) - Constructor for exception org.springframework.data.cassandra.core.mapping.IdInterfaceException
 - IdInterfaceException(String, String, String) - Constructor for exception org.springframework.data.cassandra.core.mapping.IdInterfaceException
 - IdInterfaceExceptions - Exception in org.springframework.data.cassandra.core.mapping
 - 
Aggregator of multiple violations for convenience when verifying id interfaces.
 - IdInterfaceExceptions(Class<?>, Collection<MappingException>) - Constructor for exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
 - 
Create a new
IdInterfaceExceptionsfor the givenidInterfaceClassand exceptions. - ifBoundOrInline(Function<Bindings, T>, Supplier<T>) - Method in interface org.springframework.data.cassandra.core.cql.util.TermFactory
 - 
Apply functions depending on whether the term factory uses bind markers or inline values.
 - ifCondition(CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Use light-weight transactions by applying
IFcondition. - ifCondition(CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Use light-weight transactions by applying
IFcondition. - ifCondition(Filter) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Use light-weight transactions by applying
IFcondition. - ifCondition(Filter) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Use light-weight transactions by applying
IFcondition. - ifExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - 
Causes the inclusion of an
IF EXISTSclause. - ifExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
 - 
Causes the inclusion of an
IF EXISTSclause. - ifExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
 - 
Enables the inclusion of an
IF EXISTSclause. - ifExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
 - 
Toggles the inclusion of an
IF EXISTSclause. - ifExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
 - 
Toggles the inclusion of an
IF EXISTSclause. - ifExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
 - 
Sets the inclusion of an
IF EXISTSclause. - ifExists(boolean) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Use light-weight transactions by applying
IF EXISTS. - ifExists(boolean) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Use light-weight transactions by applying
IF EXISTS. - ifNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Causes the inclusion of an
IF NOT EXISTSclause. - ifNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Causes the inclusion of an
IF NOT EXISTSclause. - ifNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - 
Causes the inclusion of an
IF NOT EXISTSclause. - ifNotExists() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
 - 
Enables the inclusion of an
IF NOT EXISTSclause. - ifNotExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Toggles the inclusion of an
IF NOT EXISTSclause. - ifNotExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Toggles the inclusion of an
IF NOT EXISTSclause. - ifNotExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - 
Toggles the inclusion of an
IF NOT EXISTSclause. - ifNotExists(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
 - 
Sets the inclusion of an
IF NOT EXISTSclause. - ifNotExists(boolean) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Use light-weight transactions by applying
IF NOT EXISTS. - in(Object...) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the IN operator.
 - in(Collection<?>) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the IN operator.
 - IN - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - IN - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - include(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Include column
columnNameto the selection. - include(String) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Include column
columnNameto the selection. - includeFilters() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Specifies which types are eligible for component scanning.
 - includeFilters() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Specifies which types are eligible for component scanning.
 - IncorrectResultSetColumnCountException - Exception in org.springframework.data.cassandra.core.cql
 - 
Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
 - IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.data.cassandra.core.cql.IncorrectResultSetColumnCountException
 - 
Constructor for IncorrectResultSetColumnCountException.
 - IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.data.cassandra.core.cql.IncorrectResultSetColumnCountException
 - 
Constructor for IncorrectResultCountDataAccessException.
 - increment(String) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Increment the value at
columnNameby 1. - increment(String, Number) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Increment the value at
columnNamebydelta. - IncrOp(ColumnName, Number) - Constructor for class org.springframework.data.cassandra.core.query.Update.IncrOp
 - INDEX - Enum constant in enum class org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
 - 
Deprecated.
 - INDEX - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - IndexDescriptor - Interface in org.springframework.data.cassandra.core.cql.keyspace
 - 
Describes an index.
 - Indexed - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies a secondary index in the table on a single column.
 - indexMode() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI
 - 
The name of the index.
 - IndexNameCqlGenerator<T extends IndexNameSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Base class for Index CQL generators.
 - IndexNameCqlGenerator(IndexNameSpecification<T>) - Constructor for class org.springframework.data.cassandra.core.cql.generator.IndexNameCqlGenerator
 - IndexNameSpecification<T extends IndexNameSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Abstract builder class to support the construction of an index.
 - IndexNameSpecification() - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification
 - IndexNameSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification
 - IndexNameSpecification(CqlIdentifier, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification
 - INET - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - init() - Method in class org.springframework.data.cassandra.config.CassandraNamespaceHandler
 - init() - Method in class org.springframework.data.cassandra.config.CqlNamespaceHandler
 - initBeanWrapper(BeanWrapper) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Initialize the given
BeanWrapperto be used for row mapping. - initial() - Static method in class org.springframework.data.cassandra.core.query.CassandraScrollPosition
 - 
Returns an initial
CassandraScrollPosition. - initialize() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - initialize(Class<T>) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Initialize the mapping meta-data for the given class.
 - initialize(Class<T>) - Method in class org.springframework.data.cassandra.core.cql.DataClassRowMapper
 - INLINE - Enum constant in enum class org.springframework.data.cassandra.core.cql.util.StatementBuilder.ParameterHandling
 - 
CQL inline rendering as literals.
 - insert(Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - insert(Class<T>) - Method in interface org.springframework.data.cassandra.core.ExecutableInsertOperation
 - 
Begin creating an
INSERToperation for givendomainType. - insert(Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - insert(Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveInsertOperation
 - 
Begin creating an
INSERToperation for givendomainType. - insert(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a collection of inserts to the batch.
 - insert(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of inserts to the batch.
 - insert(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a collection of inserts with given
WriteOptionsto the batch. - insert(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of inserts with given
WriteOptionsto the batch. - insert(Iterable<S>) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 - 
Inserts the given entities.
 - insert(Iterable<S>) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
 - 
Inserts the given entities.
 - insert(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - insert(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - insert(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add an array of inserts to the batch.
 - insert(Object...) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add an array of inserts to the batch.
 - insert(Object, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add an insert to the batch.
 - insert(Object, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add an insert to the batch.
 - insert(Object, WriteOptions) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Creates a Query Object for an insert.
 - insert(Object, WriteOptions, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Creates a Query Object for an insert.
 - insert(Publisher<S>) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
 - 
Inserts the given a given entities.
 - insert(Publisher<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - insert(Mono<? extends Iterable<?>>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of inserts to the batch.
 - insert(Mono<? extends Iterable<?>>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of inserts with given
WriteOptionsto the batch. - insert(S) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 - 
Inserts the given entity.
 - insert(S) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
 - 
Inserts the given entity.
 - insert(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - insert(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - insert(T) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Insert the given entity and return the entity if the insert was applied.
 - insert(T) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - insert(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Insert the given entity and return the entity if the insert was applied.
 - insert(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - insert(T) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Insert the given entity and return the entity if the insert was applied.
 - insert(T) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - insert(T) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Insert the given entity and emit the entity if the insert was applied.
 - insert(T) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Insert the given entity applying
WriteOptionsand return the entity if the insert was applied. - insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Insert the given entity applying
WriteOptionsand return the entity if the insert was applied. - insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Insert the given entity applying
WriteOptionsand return the entity if the insert was applied. - insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Insert the given entity applying
WriteOptionsand emit the entity if the insert was applied. - insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - INSERT - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - InsertOptions - Class in org.springframework.data.cassandra.core
 - 
Extension to
WriteOptionsfor use withINSERToperations. - InsertOptions.InsertOptionsBuilder - Class in org.springframework.data.cassandra.core
 - 
Builder for
InsertOptions. - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.DateToInstantConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.InstantToDateConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalTimeToMillisOfDayConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.MillisOfDayToLocalTimeConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.converter.RowToArrayConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.converter.RowToListConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.converter.RowToMapConverter
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.RingMemberHostMapper
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
 - 
Deprecated.Comparator instance.
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
 - 
Comparator instance.
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
 - 
Comparator instance.
 - INSTANCE - Enum constant in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - 
Singleton instance of the
RequestTrackerto completeObservations. - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigDecimalConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigIntegerConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToBooleanConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToByteBufferConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToDateConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToDoubleConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToFloatConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToInetAddressConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToIntegerConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToListOfStringConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToLongConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToStringConverter
 - INSTANCE - Static variable in class org.springframework.data.cassandra.core.cql.converter.ResultSetToUuidConverter
 - INSTANCE - Static variable in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Default implementation converting all names to
String.toLowerCase(). - INSTANCE - Static variable in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - INT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ExecutableDeleteOperation.DeleteWithTable
 - 
Explicitly set the
nameof the table on which to execute the delete. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ExecutableInsertOperation.InsertWithTable
 - 
Explicitly set the
nameof the table. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithTable
 - 
Explicitly set the
nameof the table on which to execute the query. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ExecutableUpdateOperation.UpdateWithTable
 - 
Explicitly set the
nameof the table on which to execute the update. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ReactiveDeleteOperation.DeleteWithTable
 - 
Explicitly set the
nameof the table on which to perform the delete. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ReactiveInsertOperation.InsertWithTable
 - 
Explicitly set the
nameof the table. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.SelectWithTable
 - 
Explicitly set the
nameof the table on which to perform the query. - inTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.ReactiveUpdateOperation.UpdateWithTable
 - 
Explicitly set the
nameof the table to on which to perform the update. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ExecutableDeleteOperation.DeleteWithTable
 - 
Explicitly set the
nameof the table on which to execute the delete. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ExecutableInsertOperation.InsertWithTable
 - 
Explicitly set the
nameof the table. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithTable
 - 
Explicitly set the
nameof the table on which to execute the query. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ExecutableUpdateOperation.UpdateWithTable
 - 
Explicitly set the
nameof the table on which to execute the update. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ReactiveDeleteOperation.DeleteWithTable
 - 
Explicitly set the
nameof the table on which to perform the delete. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ReactiveInsertOperation.InsertWithTable
 - 
Explicitly set the
nameof the table. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.SelectWithTable
 - 
Explicitly set the
nameof the table on which to perform the query. - inTable(String) - Method in interface org.springframework.data.cassandra.core.ReactiveUpdateOperation.UpdateWithTable
 - 
Explicitly set the
nameof the table on which to perform the update. - INTEGER - Enum constant in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - INTEGER_PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - INTEGER_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - INTO - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - is(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using equality.
 - IS_NOT_NULL - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - isAllowFiltering() - Method in class org.springframework.data.cassandra.core.query.Query
 - isCancelled() - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - isCheckFullyPopulated() - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Return whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
 - isClosed() - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - isClosed() - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - isClosed() - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Whether this Session instance has been closed.
 - isClusterKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - isClusterKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - isClusterKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - isClusterKeyColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Whether the property is a cluster key column.
 - isCoerceable(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - isCoerceable(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - isCoerceable(Object) - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
Tests whether the given value can be coerced into the type given by
Option.getType(). - isCoerceable(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - isCoerceable(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - isCoerceable(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - isCoerceable(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - isCollectionLike() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns whether the type can be considered a collection, which means it's a container of elements, e.g. a
CollectionandArrayor anything implementingIterable. - isCollectionQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
 - isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Returns whether this entity represents a composite primary key.
 - isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Whether the property is a composite primary key.
 - isConnected() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Null-safe operation to determine whether the Cassandra
CqlSessionis connected or not. - isCountQuery() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - 
Returns whether the query should get a count projection applied.
 - isCountQuery() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - 
Returns whether the query should get a count projection applied.
 - isCountQuery() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - isCountQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - isCountQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - isCountQuery() - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - isCustom() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - isCustom() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.IndexDescriptor
 - isDone() - Method in class org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter
 - 
Deprecated.
 - isDurableWrites() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - isEmbedded() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - isEmbedded() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - isEmbedded() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - isEmpty() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - isEmpty() - Method in class org.springframework.data.cassandra.core.query.Columns
 - isEmpty() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - isExistsQuery() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - 
Returns whether the query should get an exists projection applied.
 - isExistsQuery() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - 
Returns whether the query should get an exists projection applied.
 - isExistsQuery() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - isExistsQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - isExistsQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - isExistsQuery() - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - isIdempotent() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - isIdentifier(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Returns
trueif the givenCharSequenceis a legal keyspace identifier. - isIfExists() - Method in class org.springframework.data.cassandra.core.DeleteOptions
 - isIfExists() - Method in class org.springframework.data.cassandra.core.UpdateOptions
 - isIfNotExists() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - isIfNotExists() - Method in class org.springframework.data.cassandra.core.InsertOptions
 - isInsertNulls() - Method in class org.springframework.data.cassandra.core.InsertOptions
 - isLimited() - Method in class org.springframework.data.cassandra.core.query.Query
 - isLimiting() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - 
Return whether the query has an explicit limit set.
 - isLimiting() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - 
Return whether the query has an explicit limit set.
 - isLimiting() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - isLimiting() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - isLimiting() - Method in class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - isLimiting() - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - isList() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns whether the property is a
List. - isMap() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns whether the property is a
Map. - isMapLike() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - isMapLike() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Returns whether the property is a
Map. - isModifyingQuery() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 - 
Returns whether the query is a modifying query.
 - isModifyingQuery() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 - 
Returns whether the query is a modifying query.
 - isModifyingQuery() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - isModifyingQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - isModifyingQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - isModifyingQuery() - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - isNotNull() - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the IS NOT NULL operator.
 - isPartitionKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - isPartitionKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - isPartitionKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - isPartitionKeyColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Whether the property is a partition key column.
 - isPrepare() - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - isPrimaryKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - isPrimaryKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - isPrimaryKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - isPrimaryKeyColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Whether the property is a partition key column or a cluster key column
 - isPrimitivesDefaultedForNullValue() - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Return whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
 - isQuoted() - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Whether or not this identifier is quoted.
 - isQuotedIdentifier(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Returns
trueif the givenCharSequenceis an identifier with quotes. - isReserved(CharSequence) - Static method in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - isReserved(String) - Static method in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.Returns whether the given string is a CQL reserved keyword.
 - isResultSetQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - isSet() - Method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Returns whether the property is a
Set. - isSingleton() - Method in class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - isSingleton() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - isSingleton() - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - isStatic() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - isStatic() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Column
 - 
Whether the column is
static. - isStaticColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - isStaticColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - isStaticColumn() - Method in class org.springframework.data.cassandra.core.mapping.CachingCassandraPersistentProperty
 - isStaticColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Whether the property maps to a static column.
 - isStreamQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
 - isTupleType() - Method in interface org.springframework.data.cassandra.core.convert.CassandraColumnType
 - 
Returns whether the associated
DataTypeis aTupleType. - isTupleType() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - isTupleType() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleEntity
 - isTupleType() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - isUnquotedIdentifier(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Returns
trueif the givenCharSequenceis a legal unquoted identifier. - isUsePreparedStatements() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Returns whether this instance is configured to use
prepared statements. - isUsePreparedStatements() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Returns whether this instance is configured to use
prepared statements. - isUsePreparedStatements() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Returns whether this instance is configured to use
prepared statements. - isUsePreparedStatements() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Returns whether this instance is configured to use
prepared statements. - isUserDefinedType() - Method in interface org.springframework.data.cassandra.core.convert.CassandraColumnType
 - 
Returns whether the associated
DataTypeis aUserDefinedType. - isUserDefinedType() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - isUserDefinedType() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - isUserDefinedType() - Method in class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
 - iterator() - Method in class org.springframework.data.cassandra.core.query.Columns
 - iterator() - Method in interface org.springframework.data.cassandra.core.query.Filter
 
K
- keys() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Causes the inclusion of an
KEYSclause. - KEYS - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Index keys for
Maptyped columns. - KEYS - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - keySet() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - keySet() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - keyspace - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - keyspace() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Table
 - 
The keyspace for the table; table uses the session-keyspace if empty; must be a valid CQL identifier or quoted identifier.
 - keyspace() - Element in annotation interface org.springframework.data.cassandra.core.mapping.UserDefinedType
 - 
The keyspace for the UDT; must be a valid CQL identifier/quoted identifier or empty to use the session-keyspace.
 - keyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the
keyspaceto use. - keyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - keyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - keyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - keyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - KEYSPACE - Enum constant in enum class org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
 - 
Deprecated.
 - KEYSPACE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - KeyspaceAction - Enum Class in org.springframework.data.cassandra.config
 - 
Available actions for Keyspace Specifications.
 - KeyspaceActions - Class in org.springframework.data.cassandra.config
 - 
Collection of
KeyspaceActionSpecifications. - KeyspaceActions(List<KeyspaceActionSpecification>) - Constructor for class org.springframework.data.cassandra.config.KeyspaceActions
 - KeyspaceActions(KeyspaceActionSpecification...) - Constructor for class org.springframework.data.cassandra.config.KeyspaceActions
 - KeyspaceActionSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Base value object to support the construction of keyspace specifications.
 - KeyspaceActionSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
 - KeyspaceActionSpecificationFactoryBean - Class in org.springframework.data.cassandra.config
 - 
A single keyspace XML Element can result in multiple actions.
 - KeyspaceActionSpecificationFactoryBean() - Constructor for class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - KeyspaceAttributes - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Keyspace attributes.
 - KeyspaceAttributes() - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - keyspaceCleaner() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a
KeyspacePopulatorto cleanup the keyspace. - KeyspaceDescriptor - Interface in org.springframework.data.cassandra.core.cql.keyspace
 - 
Describes a Keyspace.
 - KeyspaceIdentifier - Class in org.springframework.data.cassandra.core.cql
 - 
Deprecated.since 3.0, use
CqlIdentifier. - KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Base class for Keyspace CQL generators.
 - KeyspaceNameCqlGenerator(KeyspaceActionSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
 - KeyspaceOption - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - KeyspaceOption.ReplicationStrategy - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Known Replication Strategy options.
 - KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Base class that contains behavior common to CQL generation for table operations.
 - KeyspaceOptionsCqlGenerator(KeyspaceOptionsSpecification<T>) - Constructor for class org.springframework.data.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator
 - KeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Abstract builder class to support the construction of table specifications that have table options, that is, those options normally specified by
WITH ... AND .... - KeyspaceOptionsSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - keyspacePopulator() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a
KeyspacePopulatorto initialize the keyspace. - KeyspacePopulator - Interface in org.springframework.data.cassandra.core.cql.session.init
 - 
Strategy used to populate, initialize, or clean up a Cassandra keyspace.
 - keyType(PrimaryKeyType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Sets the column's
ColumnSpecification.keyType. - ksId(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.since 2.0, use
KeyspaceIdentifier.of(CharSequence). 
L
- like(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the LIKE operator.
 - LIKE - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - limit(long) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Limit the number of returned rows to
limit. - limit(Limit) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Limit the number of returned rows to
Limit. - LIMIT - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - LIST - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - listOf(CassandraColumnType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a List
ColumnTypegiven itscomponent type. - listOf(CassandraColumnType, boolean) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a List
ColumnTypegiven itscomponent type. - listOf(ColumnType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a List
ColumnTypegiven itscomponent type. - LOCAL_ONE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - LOCAL_QUORUM - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - locale() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.StandardAnalyzed
 - 
Defines the locale for tokenization.
 - log - Variable in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - log - Variable in class org.springframework.data.cassandra.core.cql.CachedPreparedStatementCreator
 - 
Deprecated.
 - log - Variable in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - log - Static variable in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - log - Variable in class org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
 - logger - Variable in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Logger available to subclasses.
 - logger - Variable in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Logger available to subclasses
 - logger - Variable in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Logger available to subclasses
 - LOWERCASE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SASI.Normalization
 - 
Normalize to lowercase.
 - lowerCaseName(String) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Convert the given name to lower case.
 - lt(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the > operator.
 - LT - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - lte(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the >= operator.
 - LTE - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - LZ4 - Enum constant in enum class org.springframework.data.cassandra.config.CompressionType
 
M
- map() - Static method in class org.springframework.data.cassandra.util.MapBuilder
 - 
Factory method to construct a new
MapBuilder. - map(Class<K>, Class<V>) - Static method in class org.springframework.data.cassandra.util.MapBuilder
 - 
Factory method to construct a new builder with the given key & value types.
 - map(Map<K, V>) - Static method in class org.springframework.data.cassandra.util.MapBuilder
 - 
Factory method to construct a new builder with a shallow copy of the given map.
 - MAP - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - MapBuilder<K,
V> - Class in org.springframework.data.cassandra.util  - 
Builder for maps, which also conveniently implements
Mapvia delegation for convenience so you don't have to actuallyMapBuilder.build()it. - MapBuilder() - Constructor for class org.springframework.data.cassandra.util.MapBuilder
 - 
Create a new
MapBuilder. - MapBuilder(Map<K, V>) - Constructor for class org.springframework.data.cassandra.util.MapBuilder
 - 
Create a new instance with a copy of the given map.
 - mapHosts(Iterable<Node>) - Method in interface org.springframework.data.cassandra.core.cql.HostMapper
 - 
Implementations must implement this method to map each
Node. - mapHosts(Iterable<Node>) - Method in enum class org.springframework.data.cassandra.core.cql.RingMemberHostMapper
 - MapId - Interface in org.springframework.data.cassandra.core.mapping
 - 
Interface that represents the id of a persistent entity, where the keys correspond to the entity's JavaBean properties.
 - MapIdCassandraRepository<T> - Interface in org.springframework.data.cassandra.repository
 - 
Cassandra repository interface using
MapIdto represent Ids. - MapIdentifiable - Interface in org.springframework.data.cassandra.core.mapping
 - 
Interface that entity classes may choose to implement in order to allow a client of the entity to easily get the entity's
MapId. - MapIdFactory - Class in org.springframework.data.cassandra.core.mapping
 - 
Factory class for producing implementations of given id interfaces.
 - MapIdFactory() - Constructor for class org.springframework.data.cassandra.core.mapping.MapIdFactory
 - mapOf(CassandraColumnType, CassandraColumnType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Map
CassandraColumnTypegiven itskey and value types. - mapOf(CassandraColumnType, CassandraColumnType, boolean) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Map
CassandraColumnTypegiven itskey and value types. - mapOf(ColumnType, ColumnType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Map
ColumnTypegiven itskey and value types. - Mapping - Class in org.springframework.data.cassandra.core.mapping
 - Mapping() - Constructor for class org.springframework.data.cassandra.core.mapping.Mapping
 - MappingCassandraConverter - Class in org.springframework.data.cassandra.core.convert
 - MappingCassandraConverter() - Constructor for class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Create a new
MappingCassandraConverterwith aCassandraMappingContext. - MappingCassandraConverter(CassandraMappingContext) - Constructor for class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Create a new
MappingCassandraConverterwith the givenCassandraMappingContext. - MappingCassandraConverter.ConversionContext - Class in org.springframework.data.cassandra.core.convert
 - 
Conversion context holding references to simple
MappingCassandraConverter.ConversionContext.ValueConverterandMappingCassandraConverter.ConversionContext.ContainerValueConverter. - MappingCassandraEntityInformation<T,
ID> - Class in org.springframework.data.cassandra.repository.support  - 
CassandraEntityInformationimplementation using aCassandraPersistentEntityinstance to lookup the necessary information. - MappingCassandraEntityInformation(CassandraPersistentEntity<T>, CassandraConverter) - Constructor for class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 - 
Create a new
MappingCassandraEntityInformationfor the givenCassandraPersistentEntity. - MapPreparedStatementCache - Class in org.springframework.data.cassandra.core.cql.support
 - 
Deprecated.since 3.2, the Cassandra driver has a built-in prepared statement cache with makes external caching of prepared statements superfluous.
 - MapPreparedStatementCache.CacheKey - Class in org.springframework.data.cassandra.core.cql.support
 - 
Deprecated.
MapPreparedStatementCache.CacheKeyforPreparedStatementcaching. - mapRow(Row, int) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Extract the values for all columns in the current row.
 - mapRow(Row, int) - Method in class org.springframework.data.cassandra.core.cql.ColumnMapRowMapper
 - mapRow(Row, int) - Method in interface org.springframework.data.cassandra.core.cql.RowMapper
 - 
Implementations must implement this method to map each row of data in the
ResultSet. - mapRow(Row, int) - Method in class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Extract a value for the single column in the current row.
 - MapSessionFactoryLookup - Class in org.springframework.data.cassandra.core.cql.session.lookup
 - 
Simple
SessionFactoryLookupimplementation that relies on a map for doing lookups. - MapSessionFactoryLookup() - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - 
Create a new instance of
MapSessionFactoryLookup. - MapSessionFactoryLookup(String, SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - 
Create a new instance of
MapSessionFactoryLookup. - MapSessionFactoryLookup(Map<String, SessionFactory>) - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - 
Create a new instance of
MapSessionFactoryLookup. - matches(CharSequence) - Method in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - matching(Query) - Method in interface org.springframework.data.cassandra.core.ExecutableDeleteOperation.DeleteWithQuery
 - 
Define the
Queryfiltering elements to delete. - matching(Query) - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithQuery
 - 
Set the
Queryto use as a filter. - matching(Query) - Method in interface org.springframework.data.cassandra.core.ExecutableUpdateOperation.UpdateWithQuery
 - 
Filter rows with the given
Query. - matching(Query) - Method in interface org.springframework.data.cassandra.core.ReactiveDeleteOperation.DeleteWithQuery
 - 
Define the
Queryused to filter elements in the delete. - matching(Query) - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.SelectWithQuery
 - 
Set the
Queryused as a filter in theSELECTstatement. - matching(Query) - Method in interface org.springframework.data.cassandra.core.ReactiveUpdateOperation.UpdateWithQuery
 - 
Filter rows to update by the given
Query. - MAX_THRESHOLD - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
max_threshold - maybeCallBeforeConvert(T, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - maybeCallBeforeConvert(T, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - maybeCallBeforeConvert(T, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - maybeCallBeforeConvert(T, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - maybeCallBeforeSave(T, CqlIdentifier, Statement<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - maybeCallBeforeSave(T, CqlIdentifier, Statement<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - maybeCallBeforeSave(T, CqlIdentifier, Statement<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - maybeCallBeforeSave(T, CqlIdentifier, Statement<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - maybeEmitEvent(Supplier<E>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - maybeEmitEvent(Supplier<E>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - maybeEmitEvent(Supplier<E>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - maybeEmitEvent(Supplier<E>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - MetadataBackedField(ColumnName, CassandraPersistentEntity<?>, MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
 - 
Creates a new
QueryMapper.MetadataBackedFieldwith the given name,CassandraPersistentEntityandMappingContext. - MetadataBackedField(ColumnName, CassandraPersistentEntity<?>, MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>, CassandraPersistentProperty) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
 - 
Creates a new
QueryMapper.MetadataBackedFieldwith the given name,CassandraPersistentPropertyandMappingContextwith the givenCassandraPersistentProperty. - MIN_SSTABLE_SIZE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
min_sstable_size - MIN_THRESHOLD - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
min_threshold - MODIFY - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - modifyOnCreate() - Element in annotation interface org.springframework.data.cassandra.config.EnableCassandraAuditing
 - 
Configures whether the entity shall be marked as modified on creation.
 - modifyOnCreate() - Element in annotation interface org.springframework.data.cassandra.config.EnableReactiveCassandraAuditing
 - 
Configures whether the entity shall be marked as modified on creation.
 - mutate() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions
 - 
Create a new
QueryOptions.QueryOptionsBuilderto mutate properties of thisQueryOptions. - mutate() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions
 - 
Create a new
WriteOptions.WriteOptionsBuilderto mutate properties of thisWriteOptions. - mutate() - Method in class org.springframework.data.cassandra.core.DeleteOptions
 - 
Create a new
DeleteOptions.DeleteOptionsBuilderto mutate properties of thisDeleteOptions. - mutate() - Method in class org.springframework.data.cassandra.core.InsertOptions
 - 
Create a new
InsertOptions.InsertOptionsBuilderto mutate properties of thisInsertOptions. - mutate() - Method in class org.springframework.data.cassandra.core.UpdateOptions
 - 
Create a new
UpdateOptions.UpdateOptionsBuilderto mutate properties of thisUpdateOptions. 
N
- name - Variable in class org.springframework.data.cassandra.core.convert.QueryMapper.Field
 - name - Variable in class org.springframework.data.cassandra.core.cql.keyspace.ColumnChangeSpecification
 - name() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn
 - 
The name of the column in the table.
 - name(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Create a new
ColumnSpecificationfor the givenname. - name(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Create a new
ColumnSpecificationfor the givenname. - namedQueriesLocation() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Configures the location of where to find the Spring Data named queries properties file.
 - namedQueriesLocation() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Configures the location of where to find the Spring Data named queries properties file.
 - nameGenerator() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Configure a specific
BeanNameGeneratorto be used when creating the repository beans. - nameGenerator() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Configure a specific
BeanNameGeneratorto be used when creating the repository beans. - NamingStrategy - Interface in org.springframework.data.cassandra.core.mapping
 - 
Interface and default implementation of a naming strategy.
 - ne(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Create a criterion using the != operator.
 - NE - Enum constant in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - NETWORK_TOPOLOGY_STRATEGY - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
 - newArgPreparedStatementBinder(Object[]) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a new arg-based PreparedStatementSetter using the args passed in.
 - newAsyncPreparedStatementCreator(String) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Create a new CQL-based
AsyncPreparedStatementCreatorusing the CQL passed in. - newAsyncPreparedStatementCreator(String) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Create a new CQL-based
AsyncPreparedStatementCreatorusing the CQL passed in. - newAsyncResultSetExtractor(RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Constructs a new instance of the
ResultSetExtractoradapting the givenRowCallbackHandler. - newAsyncResultSetExtractor(RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Constructs a new instance of the
ResultSetExtractoradapting the givenRowCallbackHandler. - newAsyncResultSetExtractor(RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Constructs a new instance of the
ResultSetExtractoradapting the givenRowMapper. - newAsyncResultSetExtractor(RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Constructs a new instance of the
ResultSetExtractoradapting the givenRowMapper. - newColumnMapRowMapper() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Create a new RowMapper for reading columns as key-value pairs.
 - newInstance(Class<T>) - Static method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Static factory method to create a new
BeanPropertyRowMapper. - newInstance(Class<T>) - Static method in class org.springframework.data.cassandra.core.cql.DataClassRowMapper
 - 
Static factory method to create a new
DataClassRowMapper. - newInstance(Class<T>) - Static method in class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Static factory method to create a new
SingleColumnRowMapper(with the required type specified only once). - newInstance(Class<T>, ConversionService) - Static method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Static factory method to create a new
BeanPropertyRowMapper. - newInstance(Class<T>, ConversionService) - Static method in class org.springframework.data.cassandra.core.cql.DataClassRowMapper
 - 
Static factory method to create a new
DataClassRowMapper. - newNetworkReplication(DataCenterReplication...) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - 
Returns a map of
Options suitable as the value of aKeyspaceOption.REPLICATIONoption with replication strategy class "NetworkTopologyStrategy" and with data centers each with their corresponding replication factors. - newPreparedStatementBinder(Object[]) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Create a new arg-based PreparedStatementSetter using the args passed in.
 - newPreparedStatementCreator(String) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Create a new CQL-based
PreparedStatementCreatorusing the CQL passed in. - newReactivePreparedStatementCreator(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Create a new CQL-based
ReactivePreparedStatementCreatorusing the CQL passed in. - newResultSetExtractor(RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Constructs a new instance of the
ResultSetExtractoradapting the givenRowCallbackHandler. - newResultSetExtractor(RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Constructs a new instance of the
ResultSetExtractoradapting the givenRowMapper. - newResultSetExtractor(RowMapper<T>, int) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Constructs a new instance of the
ResultSetExtractoradapting the givenRowMapper. - newSimpleReplication() - Static method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - 
Returns a map of
Options suitable as the value of aKeyspaceOption.REPLICATIONoption with replication strategy class "SimpleStrategy" and with a replication factor of one. - newSimpleReplication(long) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - 
Returns a map of
Options suitable as the value of aKeyspaceOption.REPLICATIONoption with replication strategy class "SimpleStrategy" and with a replication factor equal to that given. - newSingleColumnRowMapper(Class<T>) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Create a new RowMapper for reading result objects from a single column.
 - newStatement(String) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Create a
SimpleStatementgivencql. - newStreamExtractor(RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Constructs a new instance of the
ResultSetExtractoradapting the givenRowMapper. - next() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - NON_IDEMPOTENT - Enum constant in enum class org.springframework.data.cassandra.repository.Query.Idempotency
 - 
Statement considered non-idempotent.
 - none() - Static method in interface org.springframework.data.cassandra.core.cql.ExecutionProfileResolver
 - 
Create a no-op
ExecutionProfileResolverthat preserves theStatementsettings. - NONE - Enum constant in enum class org.springframework.data.cassandra.config.CompressionType
 - NONE - Enum constant in enum class org.springframework.data.cassandra.config.KeyspaceAction
 - NONE - Enum constant in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Take no schema actions.
 - NONE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Use the plain column value for indexing.
 - NONE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
 - NONE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SASI.Normalization
 - 
Do not apply normalization.
 - NORECURSIVE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - normalization() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.NonTokenizingAnalyzed
 - 
Applies normalization to uppercase/lowercase.
 - normalization() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.StandardAnalyzed
 - 
Applies normalization to uppercase/lowercase.
 
O
- ObservableCqlSessionFactory - Class in org.springframework.data.cassandra.observability
 - 
Factory to wrap a
CqlSessionwith aCqlSessionObservationInterceptor. - ObservableCqlSessionFactoryBean - Class in org.springframework.data.cassandra.observability
 - 
Factory bean to construct a
CqlSessionintegrated with givenObservationRegistry. - ObservableCqlSessionFactoryBean(CqlSessionBuilder, ObservationRegistry) - Constructor for class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - 
Construct a new
ObservableCqlSessionFactoryBean. - ObservableReactiveSession - Class in org.springframework.data.cassandra.observability
 - 
Instrumented
ReactiveSessionfor observability. - ObservableReactiveSessionFactory - Class in org.springframework.data.cassandra.observability
 - 
Factory to wrap a
ReactiveSessionwithObservableReactiveSession. - ObservableReactiveSessionFactoryBean - Class in org.springframework.data.cassandra.observability
 - 
Factory bean to construct a
ReactiveSessionintegrated with givenObservationRegistry. - ObservableReactiveSessionFactoryBean(CqlSessionBuilder, ObservationRegistry) - Constructor for class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - 
Construct a new
ObservableReactiveSessionFactoryBean. - ObservableReactiveSessionFactoryBean(CqlSession, ObservationRegistry) - Constructor for class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - 
Construct a new
ObservableReactiveSessionFactoryBean. - ObservationRequestTracker - Enum Class in org.springframework.data.cassandra.observability
 - 
Trace implementation of the
RequestTracker. - of(int, int) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a new unsorted
PageRequest. - of(int, int, Sort) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a new
PageRequestwith sort parameters applied. - of(int, int, Sort.Direction, String...) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a new
PageRequestwith sort direction and properties applied. - of(ResultSet) - Static method in class org.springframework.data.cassandra.core.WriteResult
 - 
Create a
WriteResultfromResultSet. - of(CqlIdentifier, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.FieldSpecification
 - of(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Factory method for
CqlIdentifier. - of(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Factory method for
KeyspaceIdentifier. - of(CharSequence, boolean) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Factory method for
CqlIdentifier. - of(Iterable<Update.AssignmentOp>) - Static method in class org.springframework.data.cassandra.core.query.Update
 - 
Create a
Updateobject given a list ofUpdate.AssignmentOps. - of(String, long) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DataCenterReplication
 - of(String, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.FieldSpecification
 - of(ByteBuffer) - Static method in class org.springframework.data.cassandra.core.query.CassandraScrollPosition
 - 
Creates a continuation
CassandraScrollPositiongivenpagingState. - of(Map<MapPreparedStatementCache.CacheKey, PreparedStatement>) - Static method in class org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache
 - 
Deprecated.Create a
MapPreparedStatementCacheusing the givenMap. - of(PreparedStatementCache, SimpleStatement) - Static method in class org.springframework.data.cassandra.core.cql.support.CachedPreparedStatementCreator
 - 
Deprecated.Create a new
CachedPreparedStatementCreatorgivenPreparedStatementCacheandSimpleStatementto prepare. - of(PreparedStatementCache, String) - Static method in class org.springframework.data.cassandra.core.cql.support.CachedPreparedStatementCreator
 - 
Deprecated.
 - of(PreparedStatementCache, String, QueryOptions) - Static method in class org.springframework.data.cassandra.core.cql.support.CachedPreparedStatementCreator
 - 
Deprecated.
 - of(ColumnName, CriteriaDefinition.Predicate) - Static method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Static factory method to create a
Criteriausing the providedcolumnName. - of(Pageable, ByteBuffer) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Creates a
PageRequestwith sort direction and properties applied. - of(S) - Static method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Factory method used to create a new
StatementBuilderwith the givenquery stub. - of(S, CodecRegistry) - Static method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Factory method used to create a new
StatementBuilderwith the givenquery stub. - OF - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - ofDelete(DeleteSelection) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - 
Creates an accessor variant that applies options directly within the CQL statement for
Delete. - ofDelete(Bindings, DeleteSelection) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - 
Creates an accessor variant that captures options through
BindMarkerforDelete. - ofInsert(Insert) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - 
Creates an accessor variant that applies options directly within the CQL statement for
Insert. - ofInsert(Bindings, Insert) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - 
Creates an accessor variant that captures options through
BindMarkerforInsert. - ofUpdate(UpdateStart) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - 
Creates an accessor variant that applies options directly within the CQL statement for
Update. - ofUpdate(Bindings, UpdateStart) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil.CqlStatementOptionsAccessor
 - 
Creates an accessor variant that captures options through
BindMarkerforUpdate. - ON - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - onAfterConvert(AfterConvertEvent<E>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Captures
AfterConvertEvent. - onAfterDelete(AfterDeleteEvent<E>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Captures
AfterDeleteEvent. - onAfterLoad(AfterLoadEvent<E>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Captures
AfterLoadEvent. - onAfterSave(AfterSaveEvent<E>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Captures
AfterSaveEvent. - onApplicationEvent(CassandraMappingEvent<?>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - onBeforeConvert(Object, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.event.AuditingEntityCallback
 - onBeforeConvert(Object, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.event.ReactiveAuditingEntityCallback
 - onBeforeConvert(T, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.event.BeforeConvertCallback
 - 
Entity callback method invoked before a domain object is converted to be persisted.
 - onBeforeConvert(T, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.event.ReactiveBeforeConvertCallback
 - 
Entity callback method invoked before a domain object is converted to be persisted.
 - onBeforeDelete(BeforeDeleteEvent<E>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Captures
BeforeDeleteEvent. - onBeforeSave(BeforeSaveEvent<E>) - Method in class org.springframework.data.cassandra.core.mapping.event.AbstractCassandraEventListener
 - 
Captures
BeforeSaveEvent. - onBeforeSave(T, CqlIdentifier, Statement<?>) - Method in interface org.springframework.data.cassandra.core.mapping.event.BeforeSaveCallback
 - 
Entity callback method invoked before save.
 - onBeforeSave(T, CqlIdentifier, Statement<?>) - Method in interface org.springframework.data.cassandra.core.mapping.event.ReactiveBeforeSaveCallback
 - 
Entity callback method invoked before save.
 - onBuild(Consumer<SimpleStatementBuilder>) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Add behavior when the statement is built.
 - one() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Get exactly zero or one result.
 - one() - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation.TerminatingSelect
 - 
Get exactly zero or one result.
 - one(T) - Method in interface org.springframework.data.cassandra.core.ExecutableInsertOperation.TerminatingInsert
 - 
Insert exactly one
Object. - one(T) - Method in interface org.springframework.data.cassandra.core.ReactiveInsertOperation.TerminatingInsert
 - 
Insert exactly one
Object. - ONE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - onEmpty() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Embedded
 - 
Set the load strategy for the embedded object if all contained fields yield null values.
 - onError(Request, Throwable, long, DriverExecutionProfile, Node, String) - Method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - oneValue() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Get exactly zero or one result.
 - onNodeError(Request, Throwable, long, DriverExecutionProfile, Node, String) - Method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - onNodeSuccess(Request, long, DriverExecutionProfile, Node, String) - Method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - onSuccess(Request, long, DriverExecutionProfile, Node, String) - Method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - Option - Interface in org.springframework.data.cassandra.core.cql.keyspace
 - 
Interface to represent option types.
 - options - Variable in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - ORDER - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - ordering() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn
 - 
The cluster ordering of this column if
PrimaryKeyColumn.type()isPrimaryKeyType.CLUSTERED, otherwise ignored. - ordering(Ordering) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Sets the column's
ColumnSpecification.ordering. - Ordering - Enum Class in org.springframework.data.cassandra.core.cql
 - 
Enum for Cassandra primary key column ordering.
 - ordinal() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn
 - 
The order of this column relative to other primary key columns.
 - org.springframework.data.cassandra - package org.springframework.data.cassandra
 - 
Spring Data's Cassandra abstraction.
 - org.springframework.data.cassandra.aot - package org.springframework.data.cassandra.aot
 - 
Ahead of Time processing utilities for Spring Data Cassandra.
 - org.springframework.data.cassandra.config - package org.springframework.data.cassandra.config
 - 
Spring Data Cassandra
factory beansand configuration. - org.springframework.data.cassandra.core - package org.springframework.data.cassandra.core
 - 
Apache Cassandra core support.
 - org.springframework.data.cassandra.core.convert - package org.springframework.data.cassandra.core.convert
 - 
Spring Data Cassandra specific converter infrastructure.
 - org.springframework.data.cassandra.core.cql - package org.springframework.data.cassandra.core.cql
 - 
CQL core support.
 - org.springframework.data.cassandra.core.cql.converter - package org.springframework.data.cassandra.core.cql.converter
 - 
CQL specific converters.
 - org.springframework.data.cassandra.core.cql.generator - package org.springframework.data.cassandra.core.cql.generator
 - 
CQL generators for Keyspace object actions.
 - org.springframework.data.cassandra.core.cql.keyspace - package org.springframework.data.cassandra.core.cql.keyspace
 - 
Keyspace object action specifications such as
CREATE TABLE,DROP INDEX. - org.springframework.data.cassandra.core.cql.legacy - package org.springframework.data.cassandra.core.cql.legacy
 - 
CQL legacy core asynchronous support for easier migration.
 - org.springframework.data.cassandra.core.cql.session - package org.springframework.data.cassandra.core.cql.session
 - 
Provides utility classes for simple
CqlSessionaccess and various session implementations. - org.springframework.data.cassandra.core.cql.session.init - package org.springframework.data.cassandra.core.cql.session.init
 - 
Provides extensible support for initializing databases through scripts.
 - org.springframework.data.cassandra.core.cql.session.lookup - package org.springframework.data.cassandra.core.cql.session.lookup
 - 
Provides a strategy for looking up
SessionFactory. - org.springframework.data.cassandra.core.cql.support - package org.springframework.data.cassandra.core.cql.support
 - 
Support classes for the CQL framework.
 - org.springframework.data.cassandra.core.cql.util - package org.springframework.data.cassandra.core.cql.util
 - 
Utility classes for basic CQL interaction.
 - org.springframework.data.cassandra.core.legacy - package org.springframework.data.cassandra.core.legacy
 - 
Apache Cassandra legacy asynchronous support for easier migration.
 - org.springframework.data.cassandra.core.mapping - package org.springframework.data.cassandra.core.mapping
 - 
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
 - org.springframework.data.cassandra.core.mapping.event - package org.springframework.data.cassandra.core.mapping.event
 - 
Event callback infrastructure for Cassandra mapping subsystem.
 - org.springframework.data.cassandra.core.query - package org.springframework.data.cassandra.core.query
 - 
Apache Cassandra specific query and update support.
 - org.springframework.data.cassandra.observability - package org.springframework.data.cassandra.observability
 - 
Infrastructure to provide driver observability using Micrometer.
 - org.springframework.data.cassandra.repository - package org.springframework.data.cassandra.repository
 - 
Apache Cassandra specific repository implementation.
 - org.springframework.data.cassandra.repository.cdi - package org.springframework.data.cassandra.repository.cdi
 - 
CDI support for Apache Cassandra specific repository implementation.
 - org.springframework.data.cassandra.repository.config - package org.springframework.data.cassandra.repository.config
 - 
Support infrastructure for the configuration of Apache Cassandra specific repositories.
 - org.springframework.data.cassandra.repository.query - package org.springframework.data.cassandra.repository.query
 - 
Query derivation mechanism for Apache Cassandra specific repositories.
 - org.springframework.data.cassandra.repository.support - package org.springframework.data.cassandra.repository.support
 - 
Support infrastructure for query derivation of Apache Cassandra specific repositories.
 - org.springframework.data.cassandra.util - package org.springframework.data.cassandra.util
 - 
Map and SpEL utility infrastructure.
 
P
- pageRequest(Pageable) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Create a
Queryinitialized with aPageRequestto fetch the first page of results or advance in paging along with sorting. - pageSize - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - pageSize(int) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the query fetch size for
ResultSetchunks. - pageSize(int) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - pageSize(int) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - pageSize(int) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - pageSize(int) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - pagingState(ByteBuffer) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Set the
paging stateto skip rows. - pagingState(CassandraScrollPosition) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Set the
paging stateto skip rows. - partitioned() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Identifies this column as a primary key column that is also part of a partition key.
 - partitioned(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Toggles the identification of this column as a primary key column that also is or is part of a partition key.
 - PARTITIONED - Enum constant in enum class org.springframework.data.cassandra.core.cql.PrimaryKeyType
 - 
Used for a column that is part of the partition key.
 - partitionKeyColumn(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given partition key column to the table.
 - partitionKeyColumn(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given partition key column to the table.
 - PartTreeCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 - 
RepositoryQueryimplementation for Cassandra. - PartTreeCassandraQuery(CassandraQueryMethod, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
 - PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.
 - performSchemaAction() - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Perform the configured
SchemaActionusingCassandraMappingContextmetadata. - performSchemaAction() - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Perform the configured
SchemaActionusingCassandraMappingContextmetadata. - PersistentEntitiesFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Simple helper to be able to wire the
MappingContextfrom aCassandraConverterbean available in the application context. - PersistentEntitiesFactoryBean(CassandraConverter) - Constructor for class org.springframework.data.cassandra.config.PersistentEntitiesFactoryBean
 - 
Creates a new
PersistentEntitiesFactoryBeanfor the givenCassandraConverter. - PersistentPropertyTranslator - Class in org.springframework.data.cassandra.core.mapping
 - 
Utility to translate a
CassandraPersistentPropertyinto a corresponding property from a differentCassandraPersistentEntityby looking it up by name. - PersistentPropertyTranslator() - Constructor for class org.springframework.data.cassandra.core.mapping.PersistentPropertyTranslator
 - populate(CqlSession) - Method in class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
 - populate(CqlSession) - Method in interface org.springframework.data.cassandra.core.cql.session.init.KeyspacePopulator
 - 
Populate, initialize, or clean up the database using the provided CqlSession connection.
 - populate(CqlSession) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 - postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - Predicate(CriteriaDefinition.Operator, Object) - Constructor for class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 - prefix() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Embedded.Empty
 - prefix() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Embedded.Nullable
 - prefix() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Embedded
 - PREFIX - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SASI.IndexMode
 - 
Allows prefix queries.
 - prepare(SimpleStatement) - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - prepare(SimpleStatement) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - prepare(SimpleStatement) - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Prepares the provided query.
 - prepare(String) - Method in class org.springframework.data.cassandra.core.cql.session.DefaultBridgedReactiveSession
 - prepare(String) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSession
 - prepare(String) - Method in interface org.springframework.data.cassandra.ReactiveSession
 - 
Prepares the provided query string.
 - PreparedStatementBinder - Interface in org.springframework.data.cassandra.core.cql
 - 
General callback interface used by the
CqlTemplateandReactiveCqlTemplateclasses. - PreparedStatementCache - Interface in org.springframework.data.cassandra.core.cql.support
 - 
Deprecated.since 3.2, the Cassandra driver has a built-in prepared statement cache with makes external caching of prepared statements superfluous.
 - PreparedStatementCallback<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Generic callback interface for code that operates on a
PreparedStatement. - PreparedStatementCreator - Interface in org.springframework.data.cassandra.core.cql
 - 
One of the two central callback interfaces used by the
CqlTemplateclass. - PreparedStatementHandler(Statement<?>) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate.PreparedStatementHandler
 - PreparedStatementHandler(Statement<?>) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate.PreparedStatementHandler
 - PreparedStatementHandler(Statement<?>, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate.PreparedStatementHandler
 - 
Deprecated.
 - prepend(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Prepend the
valueto the collection. - PREPEND - Enum constant in enum class org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
 - prependAll(Iterable<? extends Object>) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Prepend all
valuesto the collection. - prependAll(Object...) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
 - 
Prepend all
valuesto the collection. - previous() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - PRIMARY - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - PrimaryKey - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies the primary key field of the entity, which may be of a basic type or of a type that represents a composite primary key class.
 - PrimaryKeyClass - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Annotates a type that represents the identity type of another class whose instances are stored in a table.
 - PrimaryKeyClassEntityMetadataVerifier - Class in org.springframework.data.cassandra.core.mapping
 - 
CassandraPersistentEntityMetadataVerifierforPrimaryKeyClassentities. - PrimaryKeyClassEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.core.mapping.PrimaryKeyClassEntityMetadataVerifier
 - PrimaryKeyColumn - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies the annotated field of a composite primary key class as a primary key field that is either a partition or cluster key field.
 - PrimaryKeyType - Enum Class in org.springframework.data.cassandra.core.cql
 - 
Values representing primary key column types.
 - processRow(Row) - Method in interface org.springframework.data.cassandra.core.cql.RowCallbackHandler
 - 
Implementations must implement this method to process each row of data in the
ResultSet. - project(EntityProjection<R, ?>, Row) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - 
Apply a projection to
Rowand return the projection return typeR. - project(EntityProjection<R, ?>, Row) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - PropertyMapping - Class in org.springframework.data.cassandra.core.mapping
 - 
Mapping between a persistent entity's property and its column.
 - PropertyMapping(String) - Constructor for class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - PropertyMapping(String, String) - Constructor for class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - PropertyMapping(String, String, String) - Constructor for class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - put(String, Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - put(K, V) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.data.cassandra.util.MapBuilder
 
Q
- query(Statement<?>, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, reading the
ResultSetwith aAsyncResultSetExtractor. - query(Statement<?>, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(Statement<?>, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, reading the
ResultSetwith aAsyncResultSetExtractor. - query(Statement<?>, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(Statement<?>, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query given static CQL, reading the
ReactiveResultSetwith aReactiveResultSetExtractor. - query(Statement<?>, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(Statement<?>, ResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, reading the
ResultSetwith aResultSetExtractor. - query(Statement<?>, ResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(Statement<?>, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(Statement<?>, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(Statement<?>, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(Statement<?>, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(Statement<?>, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(Statement<?>, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - query(Class<T>) - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation
 - 
Begin creating a Cassandra
SELECTquery operation for the givendomainType. - query(Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - query(Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveSelectOperation
 - 
Begin creating a
SELECToperation for the givendomainType. - query(Iterable<? extends CriteriaDefinition>) - Static method in class org.springframework.data.cassandra.core.query.Query
 - 
Static factory method to create a
Queryusing the providedCriteriaDefinition. - query(String, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, reading the
ResultSetwith aAsyncResultSetExtractor. - query(String, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, AsyncResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ResultSetwith aAsyncResultSetExtractor. - query(String, AsyncResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, reading the
ResultSetwith aAsyncResultSetExtractor. - query(String, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, AsyncResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ResultSetwith aAsyncResultSetExtractor. - query(String, AsyncResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement, reading the
ResultSetwith aAsyncResultSetExtractor. - query(String, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement, reading the
ResultSetwith aAsyncResultSetExtractor. - query(String, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query using a prepared statement, reading the
ReactiveResultSetwith aReactiveResultSetExtractor. - query(String, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement, reading the
ResultSetwith aResultSetExtractor. - query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler. - query(String, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler. - query(String, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler. - query(String, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a
PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(String, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query given static CQL, reading the
ReactiveResultSetwith aReactiveResultSetExtractor. - query(String, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(String, ReactiveResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ReactiveResultSetwith aReactiveResultSetExtractor. - query(String, ReactiveResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(String, ResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, reading the
ResultSetwith aResultSetExtractor. - query(String, ResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, ResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ResultSetwith aResultSetExtractor. - query(String, ResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(String, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(String, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(String, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, RowCallbackHandler, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(String, RowCallbackHandler, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, RowCallbackHandler, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(String, RowCallbackHandler, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, RowCallbackHandler, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(String, RowCallbackHandler, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query given static CQL, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a
RowMapper. - query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(AsyncPreparedStatementCreator, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement, reading the
ResultSetwith aAsyncResultSetExtractor. - query(AsyncPreparedStatementCreator, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(AsyncPreparedStatementCreator, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSetwith aAsyncResultSetExtractor. - query(AsyncPreparedStatementCreator, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler. - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(AsyncPreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(AsyncPreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(AsyncPreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query using a prepared statement, mapping each row to a Java object via a
RowMapper. - query(AsyncPreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - query(AsyncPreparedStatementCreator, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement, reading the
ResultSetwith aAsyncResultSetExtractor. - query(AsyncPreparedStatementCreator, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(AsyncPreparedStatementCreator, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSetwith aAsyncResultSetExtractor. - query(AsyncPreparedStatementCreator, PreparedStatementBinder, AsyncResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler. - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(AsyncPreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(AsyncPreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(AsyncPreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query using a prepared statement, mapping each row to a Java object via a
RowMapper. - query(AsyncPreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSetwith aResultSetExtractor. - query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler. - query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement, reading the
ResultSetwith aResultSetExtractor. - query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(PreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement, reading the
ResultSeton a per-row basis with aRowCallbackHandler. - query(PreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(PreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement, mapping each row to a Java object via a
RowMapper. - query(PreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - query(ReactivePreparedStatementCreator, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, reading theReactiveResultSetwith aResultSetExtractor. - query(ReactivePreparedStatementCreator, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Query using a prepared statement, reading the
ReactiveResultSetwith aReactiveResultSetExtractor. - query(ReactivePreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapper. - query(ReactivePreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(ReactivePreparedStatementCreator, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query using a prepared statement, reading the
ReactiveResultSetwith aReactiveResultSetExtractor. - query(ReactivePreparedStatementCreator, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(ReactivePreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query using a prepared statement, mapping each row to a Java object via a
RowMapper. - query(ReactivePreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - query(CriteriaDefinition...) - Static method in class org.springframework.data.cassandra.core.query.Query
 - 
Static factory method to create a
Queryusing the providedCriteriaDefinition. - Query - Class in org.springframework.data.cassandra.core.query
 - 
Query object representing
CriteriaDefinitions,Columns,Sort,paging stateandQueryOptionsfor a CQL query. - Query - Annotation Interface in org.springframework.data.cassandra.repository
 - 
Annotation to declare finder queries directly on repository methods.
 - Query.Idempotency - Enum Class in org.springframework.data.cassandra.repository
 - 
Enumeration to define statement idempotency.
 - QueryExtractorDelegate - Class in org.springframework.data.cassandra.core.cql
 - 
Utility to extract CQL queries from a
Statement. - QueryExtractorDelegate() - Constructor for class org.springframework.data.cassandra.core.cql.QueryExtractorDelegate
 - queryForFlux(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result
Flux, given static CQL. - queryForFlux(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForFlux(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result
Flux, given static CQL. - queryForFlux(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForFlux(String) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result
Flux, given static CQL. - queryForFlux(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForFlux(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result
Flux, given static CQL. - queryForFlux(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForFlux(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
Flux. - queryForFlux(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForFlux(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
Flux. - queryForFlux(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForList(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForList(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForList(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result
List, given static CQL. - queryForList(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForList(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForList(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForList(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result
List, given static CQL. - queryForList(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForList(String) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(String) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForList(String) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(String) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForList(String) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result
List, given static CQL. - queryForList(String) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForList(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForList(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result
List, given static CQL. - queryForList(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForList(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result
List, given static CQL. - queryForList(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForList(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
List. - queryForList(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForList(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
List. - queryForList(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForList(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
List. - queryForList(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForList(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
List. - queryForList(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForList(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
List. - queryForList(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForList(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result
List. - queryForList(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForMap(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result Map, given static CQL.
 - queryForMap(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForMap(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result Map, given static CQL.
 - queryForMap(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForMap(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result Map, given static CQL.
 - queryForMap(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForMap(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result Map, given static CQL.
 - queryForMap(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForMap(String) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result Map, given static CQL.
 - queryForMap(String) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForMap(String) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result Map, given static CQL.
 - queryForMap(String) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForMap(String) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result Map, given static CQL.
 - queryForMap(String) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForMap(String) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result Map, given static CQL.
 - queryForMap(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForMap(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
 - queryForMap(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForMap(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
 - queryForMap(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForMap(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
 - queryForMap(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForMap(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
 - queryForMap(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForObject(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result object, given static CQL.
 - queryForObject(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForObject(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result object, given static CQL.
 - queryForObject(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForObject(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result object, given static CQL.
 - queryForObject(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForObject(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result object, given static CQL.
 - queryForObject(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForObject(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForObject(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForObject(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForObject(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForObject(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a result object, given static CQL.
 - queryForObject(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForObject(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a result object, given static CQL.
 - queryForObject(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForObject(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a result object, given static CQL.
 - queryForObject(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForObject(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a result object, given static CQL.
 - queryForObject(String, Class<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
 - queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
 - queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
 - queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
 - queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query given static CQL, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a
RowMapper. - queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForResultSet(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForResultSet(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForResultSet(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForResultSet(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForResultSet(String) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(String) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForResultSet(String) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(String) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForResultSet(String) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(String) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForResultSet(String) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for a ResultSet, given static CQL.
 - queryForResultSet(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForResultSet(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.AsyncCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
 - queryForResultSet(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - queryForResultSet(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
 - queryForResultSet(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForResultSet(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.legacy.AsyncCqlOperations
 - 
Deprecated.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
 - queryForResultSet(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.
 - queryForResultSet(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
 - queryForResultSet(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForRows(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for Rows, given static CQL.
 - queryForRows(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForRows(Statement<?>) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for Rows, given static CQL.
 - queryForRows(Statement<?>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForRows(String) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Execute a query for Rows, given static CQL.
 - queryForRows(String) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForRows(String) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Execute a query for Rows, given static CQL.
 - queryForRows(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForRows(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting Rows.
 - queryForRows(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForRows(String, Object...) - Method in interface org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
 - 
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting Rows.
 - queryForRows(String, Object...) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - queryForStream(Statement<?>, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - queryForStream(Statement<?>, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForStream(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - queryForStream(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForStream(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - 
Query using a prepared statement and a
PreparedStatementBinderimplementation that knows how to bind values to the query, mapping each row to a Java object via aRowMapperand turning it into an iterableStream. - queryForStream(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryForStream(PreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cassandra.core.cql.CqlOperations
 - queryForStream(PreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - queryLookupStrategy() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods. - queryLookupStrategy() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods. - QueryMapper - Class in org.springframework.data.cassandra.core.convert
 - 
Map
Queryto CQL-specific data types. - QueryMapper(CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper
 - 
Creates a new
QueryMapperwith the givenCassandraConverter. - QueryMapper.Field - Class in org.springframework.data.cassandra.core.convert
 - 
Value object to represent a field and its meta-information.
 - QueryMapper.MetadataBackedField - Class in org.springframework.data.cassandra.core.convert
 - 
Extension of
QueryMapper.Fieldto be backed with mapping metadata. - queryOptions(QueryOptions) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Set the
QueryOptions. - QueryOptions - Class in org.springframework.data.cassandra.core.cql
 - 
Cassandra Query Options for queries.
 - QueryOptions(ConsistencyLevel, ExecutionProfileResolver, Boolean, CqlIdentifier, Integer, CqlIdentifier, ByteBuffer, ConsistencyLevel, Duration, Boolean) - Constructor for class org.springframework.data.cassandra.core.cql.QueryOptions
 - QueryOptions.QueryOptionsBuilder - Class in org.springframework.data.cassandra.core.cql
 - 
Builder for
QueryOptions. - QueryOptionsUtil - Class in org.springframework.data.cassandra.core.cql
 - QueryOptionsUtil() - Constructor for class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
 - QueryOptionsUtil.CqlStatementOptionsAccessor<T> - Class in org.springframework.data.cassandra.core.cql
 - 
Wrapper for common options used with CQL statements that are represented in the CQL statement such as TTL and timestamp.
 - querySettingsEquals(Query) - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Tests whether the settings of the given
Queryare equal to this query. - QUORUM - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - quoted(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Factory method for a force-quoted
CqlIdentifier. - QUOTED - Static variable in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.
 - QUOTED_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.
 - quotedCqlId(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.since 2.0, use
CqlIdentifier.quoted(CharSequence). - quotesValue() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - quotesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - quotesValue() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
Whether this option's value should be single-quoted.
 - quotesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - quotesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - quotesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - quotesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 
R
- ReactiveAuditingEntityCallback - Class in org.springframework.data.cassandra.core.mapping.event
 - 
Reactive
EntityCallbackto populate auditing related fields on an entity about to be saved. - ReactiveAuditingEntityCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.cassandra.core.mapping.event.ReactiveAuditingEntityCallback
 - 
Creates a new
ReactiveAuditingEntityCallbackusing the givenMappingContextandReactiveIsNewAwareAuditingHandlerprovided by the givenObjectFactory. - ReactiveBeforeConvertCallback<T> - Interface in org.springframework.data.cassandra.core.mapping.event
 - 
Callback being invoked before a domain object is converted to be persisted.
 - ReactiveBeforeSaveCallback<T> - Interface in org.springframework.data.cassandra.core.mapping.event
 - 
Entity callback invoked before inserting or updating a row in the database.
 - ReactiveCassandraAccessor - Class in org.springframework.data.cassandra.core.cql
 - 
Base class for
ReactiveCqlTemplateand other CQL-accessing DAO helpers, defining common properties such asReactiveSessionFactoryand exception translator. - ReactiveCassandraAccessor() - Constructor for class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - ReactiveCassandraBatchOperations - Interface in org.springframework.data.cassandra.core
 - 
Reactive Batch operations for insert/update/delete actions on a table.
 - ReactiveCassandraOperations - Interface in org.springframework.data.cassandra.core
 - 
Interface specifying a basic set of reactive Cassandra operations.
 - ReactiveCassandraQueryMethod - Class in org.springframework.data.cassandra.repository.query
 - 
Reactive specific implementation of
CassandraQueryMethod. - ReactiveCassandraQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends CassandraPersistentEntity<?>, ? extends CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
 - 
Create a new
ReactiveCassandraQueryMethodfrom the givenMethod. - ReactiveCassandraRepository<T,
ID> - Interface in org.springframework.data.cassandra.repository  - 
Cassandra specific
Repositoryinterface with reactive support. - ReactiveCassandraRepositoryConfigurationExtension - Class in org.springframework.data.cassandra.repository.config
 - 
RepositoryConfigurationExtensionfor Cassandra. - ReactiveCassandraRepositoryConfigurationExtension() - Constructor for class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 - ReactiveCassandraRepositoryFactory - Class in org.springframework.data.cassandra.repository.support
 - 
Factory to create
ReactiveCassandraRepositoryinstances. - ReactiveCassandraRepositoryFactory(ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
 - 
Create a new
ReactiveCassandraRepositoryFactorywith the givenReactiveCassandraOperations. - ReactiveCassandraRepositoryFactoryBean<T extends Repository<S,
ID>, S, ID> - Class in org.springframework.data.cassandra.repository.support  - 
FactoryBeanto createReactiveCassandraRepositoryinstances. - ReactiveCassandraRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - 
Create a new
ReactiveCassandraRepositoryFactoryBeanfor the given repository interface. - reactiveCassandraSession() - Method in class org.springframework.data.cassandra.config.AbstractReactiveCassandraConfiguration
 - 
Creates a
ReactiveSessionobject. - reactiveCassandraSessionFactory() - Method in class org.springframework.data.cassandra.config.AbstractReactiveCassandraConfiguration
 - 
Creates a
ReactiveSessionFactoryto be used by theReactiveCassandraTemplate. - reactiveCassandraTemplate() - Method in class org.springframework.data.cassandra.config.AbstractReactiveCassandraConfiguration
 - 
Creates a
CassandraAdminTemplate. - ReactiveCassandraTemplate - Class in org.springframework.data.cassandra.core
 - 
Primary implementation of
ReactiveCassandraOperations. - ReactiveCassandraTemplate(ReactiveCqlOperations, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Create an instance of
ReactiveCassandraTemplateinitialized with the givenReactiveCqlOperationsandCassandraConverter. - ReactiveCassandraTemplate(ReactiveSession) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Creates an instance of
ReactiveCassandraTemplateinitialized with the givenReactiveSessionand a defaultMappingCassandraConverter. - ReactiveCassandraTemplate(ReactiveSessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Create an instance of
ReactiveCassandraTemplateinitialized with the givenReactiveSessionFactoryandCassandraConverter. - ReactiveCassandraTemplate(ReactiveSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Create an instance of
CassandraTemplateinitialized with the givenReactiveSessionandCassandraConverter. - ReactiveCassandraTemplate.PreparedStatementHandler - Class in org.springframework.data.cassandra.core
 - 
Utility class to prepare a
SimpleStatementand bind values associated with the statement to aBoundStatement. - ReactiveCassandraTemplate.ReactivePreparedStatementHandler - Interface in org.springframework.data.cassandra.core
 - 
General callback interface used to create and bind prepared CQL statements.
 - reactiveCassandraTemplateRef() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Configures the name of the
ReactiveCassandraTemplatebean to be used with the repositories detected. - ReactiveCqlOperations - Interface in org.springframework.data.cassandra.core.cql
 - 
Interface specifying a basic set of CQL operations executed in a reactive fashion.
 - reactiveCqlTemplate() - Method in class org.springframework.data.cassandra.config.AbstractReactiveCassandraConfiguration
 - 
Creates a
ReactiveCqlTemplateusing the configuredReactiveSessionFactory. - ReactiveCqlTemplate - Class in org.springframework.data.cassandra.core.cql
 - 
This is the central class in the CQL core package for reactive Cassandra data access. It simplifies the use of CQL and helps to avoid common errors.
 - ReactiveCqlTemplate() - Constructor for class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Construct a new
ReactiveCqlTemplate. - ReactiveCqlTemplate(ReactiveSession) - Constructor for class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Construct a new
ReactiveCqlTemplate, given aReactiveSession. - ReactiveCqlTemplate(ReactiveSessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Construct a new
ReactiveCqlTemplate, given aReactiveSessionFactoryto obtainReactiveSessions from. - ReactiveDeleteOperation - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveDeleteOperationinterface allows creation and execution of CassandraDELETEoperations in a fluent API style. - ReactiveDeleteOperation.DeleteWithQuery - Interface in org.springframework.data.cassandra.core
 - 
Required
filter. - ReactiveDeleteOperation.DeleteWithTable - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - ReactiveDeleteOperation.ReactiveDelete - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveDeleteOperation.ReactiveDeleteinterface provides methods for constructingDELETEoperations in a fluent way. - ReactiveDeleteOperation.TerminatingDelete - Interface in org.springframework.data.cassandra.core
 - 
Trigger
DELETEoperation by calling one of the terminating methods. - ReactiveFluentCassandraOperations - Interface in org.springframework.data.cassandra.core
 - 
Stripped down interface providing access to a fluent API that specifies a basic set of reactive Cassandra operations.
 - ReactiveInsertOperation - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveInsertOperationinterface allows creation and execution of CassandraINSERToperations in a fluent API style. - ReactiveInsertOperation.InsertWithOptions<T> - Interface in org.springframework.data.cassandra.core
 - 
Apply
InsertOptions(optional). - ReactiveInsertOperation.InsertWithTable<T> - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - ReactiveInsertOperation.ReactiveInsert<T> - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveInsertOperation.ReactiveInsertinterface provides methods for constructingINSERToperations in a fluent way. - ReactiveInsertOperation.TerminatingInsert<T> - Interface in org.springframework.data.cassandra.core
 - 
Trigger
INSERTexecution by calling one of the terminating methods. - ReactivePartTreeCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 - 
Reactive PartTree
RepositoryQueryimplementation for Cassandra. - ReactivePartTreeCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
 - 
Create a new
ReactivePartTreeCassandraQueryfrom the givenReactiveCassandraQueryMethodandReactiveCassandraOperations. - ReactivePreparedStatementCallback<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Generic callback interface for code that operates on a
PreparedStatement. - ReactivePreparedStatementCreator - Interface in org.springframework.data.cassandra.core.cql
 - 
One of the two central callback interfaces used by the
ReactiveCqlTemplateclass. - ReactiveResultSet - Interface in org.springframework.data.cassandra
 - 
The reactive result of a query.
 - ReactiveResultSetExtractor<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Callback interface used by
ReactiveCqlTemplate's query methods. - ReactiveRowMapperResultSetExtractor<T> - Class in org.springframework.data.cassandra.core.cql
 - 
Adapter implementation of the
ReactiveResultSetExtractorinterface that delegates to aRowMapperwhich is supposed to create an object for each row. - ReactiveRowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.data.cassandra.core.cql.ReactiveRowMapperResultSetExtractor
 - 
Create a new
ReactiveRowMapperResultSetExtractor. - ReactiveSelectOperation - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveSelectOperationinterface allows creation and execution of CassandraSELECToperations in a fluent API style. - ReactiveSelectOperation.ReactiveSelect<T> - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations in a fluent way. - ReactiveSelectOperation.SelectWithProjection<T> - Interface in org.springframework.data.cassandra.core
 - 
Result type override (optional).
 - ReactiveSelectOperation.SelectWithQuery<T> - Interface in org.springframework.data.cassandra.core
 - 
Define a
Queryused as the filter for theSELECT. - ReactiveSelectOperation.SelectWithTable<T> - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - ReactiveSelectOperation.TerminatingSelect<T> - Interface in org.springframework.data.cassandra.core
 - 
Trigger
SELECTexecution by calling one of the terminating methods. - ReactiveSession - Interface in org.springframework.data.cassandra
 - 
A session holds connections to a Cassandra cluster, allowing it to be queried.
 - ReactiveSessionCallback<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Generic callback interface for code that operates on a CQL
ReactiveSession. - ReactiveSessionFactory - Interface in org.springframework.data.cassandra
 - 
Strategy interface to produce
ReactiveSessioninstances. - ReactiveStatementCallback<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Generic callback interface for code that operates on a CQL
Statement. - ReactiveStringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 - 
String-based
AbstractReactiveCassandraQueryimplementation. - ReactiveStringBasedCassandraQuery(String, ReactiveCassandraQueryMethod, ReactiveCassandraOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - 
Create a new
ReactiveStringBasedCassandraQueryfor the givenquery,CassandraQueryMethod,ReactiveCassandraOperations,ValueExpressionDelegate - ReactiveStringBasedCassandraQuery(String, ReactiveCassandraQueryMethod, ReactiveCassandraOperations, ExpressionParser, ReactiveQueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - 
Deprecated.since 4.4, use the constructors accepting
ValueExpressionDelegateinstead. - ReactiveStringBasedCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - 
Create a new
ReactiveStringBasedCassandraQueryfor the givenCassandraQueryMethod,ReactiveCassandraOperations,ValueExpressionDelegate - ReactiveStringBasedCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations, ExpressionParser, ReactiveQueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
 - 
Deprecated.since 4.4, use the constructors accepting
ValueExpressionDelegateinstead. - ReactiveUpdateOperation - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveUpdateOperationinterface allows creation and execution of CassandraUPDATEoperations in a fluent API style. - ReactiveUpdateOperation.ReactiveUpdate - Interface in org.springframework.data.cassandra.core
 - 
The
ReactiveUpdateOperation.ReactiveUpdateinterface provides methods for constructingUPDATEoperations in a fluent way. - ReactiveUpdateOperation.TerminatingUpdate - Interface in org.springframework.data.cassandra.core
 - 
Trigger
UPDATEexecution by calling one of the terminating methods. - ReactiveUpdateOperation.UpdateWithQuery - Interface in org.springframework.data.cassandra.core
 - ReactiveUpdateOperation.UpdateWithTable - Interface in org.springframework.data.cassandra.core
 - 
Table override (optional).
 - read(Class<R>, Object) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - read(Object, TypeInformation<T>) - Method in class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - READ_REPAIR_CHANCE - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
read_repair_chance - readCollectionOrArray(MappingCassandraConverter.ConversionContext, Collection<?>, TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Reads the given
Collectioninto a collection of the givenTypeInformation. - readMap(MappingCassandraConverter.ConversionContext, Map<?, ?>, TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Reads the given
Mapinto a map of the givenTypeInformation. - readRow(Class<R>, Row) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Read a
Rowinto the requested targettype. - readScript(LineNumberReader, String[], String, String) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Read a script from the provided
LineNumberReader, using the supplied comment prefixes and statement separator, and build aStringcontaining the lines. - readScript(LineNumberReader, String, String, String) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Read a script from the provided
LineNumberReader, using the supplied comment prefix and statement separator, and build aStringcontaining the lines. - readTimeout(long) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Deprecated.since 3.0, use
QueryOptions.QueryOptionsBuilder.timeout(Duration) - readTimeout(long) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Deprecated.
 - readTimeout(long) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Deprecated.
 - readTimeout(long) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Deprecated.
 - readTimeout(long) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Deprecated.
 - readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Deprecated.since 2.0, use
QueryOptions.QueryOptionsBuilder.timeout(Duration). - readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Deprecated.
 - readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Deprecated.
 - readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Deprecated.
 - readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Deprecated.
 - readTimeout(Duration) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Deprecated.since 3.0, use
QueryOptions.QueryOptionsBuilder.timeout(Duration) - RECREATE - Enum constant in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Create each table as necessary, dropping the table first if it exists.
 - RECREATE_DROP_UNUSED - Enum constant in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Drop all tables in the keyspace, then create each table as necessary.
 - Regex() - Constructor for class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - REGEX - Static variable in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.
 - registerConverter(Converter<?, ?>) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - 
Add a custom
Converterimplementation. - registerConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - 
Add a custom
ConverterFactoryimplementation. - registerConverters(Object...) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - registerConverters(Collection<?>) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - registerPropertyValueConverterFactory(PropertyValueConverterFactory) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - 
Add a custom/default
PropertyValueConverterFactoryimplementation used to servePropertyValueConverter. - remove(Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - remove(Object) - Method in class org.springframework.data.cassandra.util.MapBuilder
 - remove(String, Object) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Remove
valuefrom the collection atcolumnName. - removeFrom(String) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Create a new
Update.RemoveFromBuilderto remove items from a collection forcolumnNamein a fluent style. - RemoveOp(ColumnName, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.RemoveOp
 - rename(CqlIdentifier, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Adds a
RENAMEto the list of column changes. - rename(CqlIdentifier, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Adds an RENAME to the list of field changes.
 - rename(String, String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
 - 
Adds a
RENAMEto the list of column changes. - rename(String, String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
 - 
Adds an RENAME to the list of field changes.
 - RenameColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
 - 
CQL generator for generating an
RENAMEcolumn clause of anALTER TABLEstatement. - RenameColumnSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
ColumnChangeSpecificationto rename a column. - REPLICATION - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - repositoryBaseClass() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Configure the repository base class to be used to create repository proxies for this particular configuration.
 - repositoryBaseClass() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Configure the repository base class to be used to create repository proxies for this particular configuration.
 - repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Returns the postfix to be used when looking up custom repository implementations.
 - repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Returns the postfix to be used when looking up custom repository implementations.
 - requireBeanOfType(Class<T>) - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Gets a required bean of the provided
typefrom theBeanFactory. - requiresQuoting(CharSequence) - Static method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Returns
trueif the givenCharSequencerequires quoting. - requiresValue() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - requiresValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - requiresValue() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
Whether this option requires a value.
 - requiresValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - requiresValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - requiresValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - requiresValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - ReservedKeyword - Enum Class in org.springframework.data.cassandra.core.cql
 - 
Deprecated.since 3.0 without replacement.
 - resolve(Object) - Method in interface org.springframework.data.cassandra.core.convert.ColumnTypeResolver
 - 
Resolve a
ColumnTypefrom avalue. - resolve(CassandraPersistentProperty) - Method in interface org.springframework.data.cassandra.core.convert.ColumnTypeResolver
 - 
Resolve a
CassandraColumnTypefrom aCassandraPersistentProperty. - resolve(CassandraType) - Method in interface org.springframework.data.cassandra.core.convert.ColumnTypeResolver
 - 
Resolve a
CassandraColumnTypefrom aCassandraTypeannotation. - resolve(TypeInformation<?>) - Method in interface org.springframework.data.cassandra.core.convert.ColumnTypeResolver
 - 
Resolve a
CassandraColumnTypefromTypeInformation. - resolveSpecifiedLookupKey(Object) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Resolve the given lookup key object, as specified in the
AbstractRoutingSessionFactory.setTargetSessionFactories(Map)map, into the actual lookup key to be used for matching with thecurrent lookup key. - resolveSpecifiedSessionFactory(Object) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Resolve the specified
sessionFactoryobject into aSessionFactoryinstance. - resolveType(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
 - resolveType(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.UserTypeResolver
 - 
Resolve a
UserDefinedTypebyname. - resolveType(CqlIdentifier, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
 - resolveType(CqlIdentifier, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.UserTypeResolver
 - 
Resolve a
UserDefinedTypebyname. - ResourceKeyspacePopulator - Class in org.springframework.data.cassandra.core.cql.session.init
 - 
Populates, initializes, or cleans up a keyspace using CQL scripts defined in external resources.
 - ResourceKeyspacePopulator() - Constructor for class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Construct a new
ResourceKeyspacePopulatorwith default settings. - ResourceKeyspacePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Construct a new
ResourceKeyspacePopulatorwith the supplied values. - ResourceKeyspacePopulator(Resource...) - Constructor for class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Construct a new
ResourceKeyspacePopulatorwith default settings for the supplied scripts. - ResultSetExtractor<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Callback interface used by
CqlTemplate's query methods. - ResultSetToArrayConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToArrayConverter(Converter<Row, Object[]>) - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToArrayConverter
 - 
Create a new
ResultSetToArrayConvertergiven a rowConverter. - ResultSetToBigDecimalConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToBigDecimalConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigDecimalConverter
 - ResultSetToBigIntegerConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToBigIntegerConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToBigIntegerConverter
 - ResultSetToBooleanConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToBooleanConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToBooleanConverter
 - ResultSetToByteBufferConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToByteBufferConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToByteBufferConverter
 - ResultSetToDateConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToDateConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToDateConverter
 - ResultSetToDoubleConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToDoubleConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToDoubleConverter
 - ResultSetToFloatConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToFloatConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToFloatConverter
 - ResultSetToInetAddressConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToInetAddressConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToInetAddressConverter
 - ResultSetToIntegerConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToIntegerConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToIntegerConverter
 - ResultSetToListConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToListConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToListConverter
 - 
Create a new
ResultSetToListConverterusing a defaultRowToMapConverter. - ResultSetToListConverter(Converter<Row, Map<String, Object>>) - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToListConverter
 - 
Create a new
ResultSetToListConvertergiven a row to mapConverter. - ResultSetToListOfStringConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToListOfStringConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToListOfStringConverter
 - ResultSetToLongConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToLongConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToLongConverter
 - ResultSetToStringConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToStringConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToStringConverter
 - ResultSetToUuidConverter - Class in org.springframework.data.cassandra.core.cql.converter
 - ResultSetToUuidConverter() - Constructor for class org.springframework.data.cassandra.core.cql.converter.ResultSetToUuidConverter
 - REVOKE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - RingMember - Class in org.springframework.data.cassandra.core.cql
 - 
Domain object representing a Cassandra host.
 - RingMemberHostMapper - Enum Class in org.springframework.data.cassandra.core.cql
 - 
HostMapperto to map hosts intoRingMemberobjects. - routingKey - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - routingKey(ByteBuffer) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Set query routing key.
 - routingKey(ByteBuffer) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - routingKey(ByteBuffer) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - routingKey(ByteBuffer) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - routingKey(ByteBuffer) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - routingKeyspace - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - routingKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Set query routing keyspace.
 - routingKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - routingKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - routingKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - routingKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - RowCallbackHandler - Interface in org.springframework.data.cassandra.core.cql
 - 
An interface used by
CqlTemplatefor processing rows of aResultSeton a per-row basis. - RowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.data.cassandra.core.cql.CqlTemplate.RowCallbackHandlerResultSetExtractor
 - RowMapper<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
An interface used by
CqlTemplatefor mapping rows of aResultSeton a per-row basis. - RowMapperResultSetExtractor<T> - Class in org.springframework.data.cassandra.core.cql
 - 
Adapter implementation of the
ResultSetExtractorinterface that delegates to aRowMapperwhich is supposed to create an object for each row. - RowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.data.cassandra.core.cql.RowMapperResultSetExtractor
 - 
Create a new
RowMapperResultSetExtractor. - RowMapperResultSetExtractor(RowMapper<T>, int) - Constructor for class org.springframework.data.cassandra.core.cql.RowMapperResultSetExtractor
 - 
Create a new
RowMapperResultSetExtractor. - rows() - Method in interface org.springframework.data.cassandra.ReactiveResultSet
 - 
Returns a
Fluxover the rows contained in this result set applying transparent paging. - ROWS_PER_PARTITION - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - RowToArrayConverter - Enum Class in org.springframework.data.cassandra.core.cql.converter
 - 
Converter to convert
RowtoObjectarray. - RowToListConverter - Enum Class in org.springframework.data.cassandra.core.cql.converter
 - RowToMapConverter - Enum Class in org.springframework.data.cassandra.core.cql.converter
 - RowUtils - Class in org.springframework.data.cassandra.core.cql
 - 
Generic utility methods for working with Cassandra.
 - RowValueProvider - Class in org.springframework.data.cassandra.core.convert
 - 
CassandraValueProviderto read property values from aRow. - RowValueProvider(Row, ValueExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.RowValueProvider
 
S
- SASI - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies a secondary index using SASI indexing on a single column.
 - SASI.IndexMode - Enum Class in org.springframework.data.cassandra.core.mapping
 - SASI.NonTokenizingAnalyzed - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Apply non-tokenizing analyzer to SASI indexing.
 - SASI.Normalization - Enum Class in org.springframework.data.cassandra.core.mapping
 - SASI.StandardAnalyzed - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Apply standard analyzer to SASI indexing.
 - save(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - save(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - saveAll(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - saveAll(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - saveAll(Publisher<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - scan(Class<?>...) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Scan one or more base packages for entity classes.
 - scan(String...) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Scan one or more base packages for entity classes.
 - scan(Collection<String>) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Scan one or more base packages for entity classes.
 - scan(Collection<String>, Collection<Class<?>>) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Scan one or more base packages for entity classes.
 - scanForEntityClasses() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Scans the mapping base package for entity classes annotated with
TableorPrimaryKeyClass. - SCHEMA - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - SchemaAction - Enum Class in org.springframework.data.cassandra.config
 - 
Enum identifying any schema actions to take at startup.
 - SchemaFactory - Class in org.springframework.data.cassandra.core.convert
 - 
Factory for Cassandra Schema objects such as user-defined types, tables and indexes.
 - SchemaFactory(CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.convert.SchemaFactory
 - 
Creates a new
SchemaFactorygivenCassandraConverter. - SchemaFactory(MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>, CustomConversions, CodecRegistry) - Constructor for class org.springframework.data.cassandra.core.convert.SchemaFactory
 - ScriptException - Exception in org.springframework.data.cassandra.core.cql.session.init
 - 
Root of the hierarchy of data access exceptions that are related to processing of CQL scripts.
 - ScriptException(String) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.ScriptException
 - 
Constructor for
ScriptException. - ScriptException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.ScriptException
 - 
Constructor for
ScriptException. - scriptOf(String) - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a new
ByteArrayResourcegivencontent. - ScriptParseException - Exception in org.springframework.data.cassandra.core.cql.session.init
 - 
Thrown by
ScriptUtilsif a CQL script cannot be properly parsed. - ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.ScriptParseException
 - 
Construct a new
ScriptParseException. - ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.ScriptParseException
 - 
Construct a new
ScriptParseException. - ScriptStatementFailedException - Exception in org.springframework.data.cassandra.core.cql.session.init
 - 
Thrown by
ScriptUtilsif a statement in an CQL script failed when executing it against the target database. - ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.ScriptStatementFailedException
 - 
Construct a new
ScriptStatementFailedException. - ScriptUtils - Class in org.springframework.data.cassandra.core.cql.session.init
 - 
Generic utility methods for working with CQL scripts.
 - ScriptUtils() - Constructor for class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - select(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aListof entities. - select(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - select(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aListof entities. - select(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - select(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting items to aListof entities. - select(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - select(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to a stream of entities. - select(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - select(Statement<?>, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items notifyingConsumerfor each entity. - select(Statement<?>, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - select(Statement<?>, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting items notifyingConsumerfor each entity. - select(Statement<?>, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - select(CqlIdentifier, Columns.Selector) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Include column
columnNamewithColumns.Selector. - select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aListof entities. - select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aListof entities. - select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting items to aListof entities. - select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to a stream of entities. - select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - select(String, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items notifyingConsumerfor each entity. - select(String, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - select(String, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting items notifyingConsumerfor each entity. - select(String, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - select(String, Columns.Selector) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Include column
columnNamewithColumns.Selector. - select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aListof entities. - select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aListof entities. - select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting items to aListof entities. - select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to a stream of entities. - select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - select(Query, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items notifyingConsumerfor each entity. - select(Query, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - select(Query, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting items notifyingConsumerfor each entity. - select(Query, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - select(Query, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create a SELECT statement by mapping
QuerytoSelect. - select(Query, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create a SELECT statement by mapping
QuerytoSelect. - SELECT - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - selectOne(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - selectOne(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - selectOne(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - selectOne(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery and convert the resulting item to an entity. - selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute the Select by
idfor the givenentityClass. - selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute the Select by
idfor the givenentityClass. - selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute the Select by
idfor the givenentityClass. - selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute the Select by
idfor the givenentityClass. - selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - selectOneById(Object, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Create an SELECT statement by mapping
idto SELECT … WHERE consideringUpdateOptions. - serialConsistencyLevel - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - serialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the serial
ConsistencyLevelto use. - serialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - serialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - serialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - serialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - SESSION - Static variable in interface org.springframework.data.cassandra.config.DefaultCqlBeanNames
 - SESSION_FACTORY - Static variable in interface org.springframework.data.cassandra.config.DefaultCqlBeanNames
 - SessionBuilderConfigurer - Interface in org.springframework.data.cassandra.config
 - 
Configuration callback to allow users to implement and apply additional configuration logic to the
CqlSessionBuilder. - SessionCallback<T> - Interface in org.springframework.data.cassandra.core.cql
 - 
Generic callback interface for code that operates on a Cassandra
CqlSession. - sessionFactory - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - SessionFactory - Interface in org.springframework.data.cassandra
 - 
A factory for Apache Cassandra
sessions. - SessionFactoryFactoryBean - Class in org.springframework.data.cassandra.config
 - 
Factory to create and configure a Cassandra
SessionFactorywith support for executing CQL and initializing the database schema (a.k.a. keyspace). - SessionFactoryFactoryBean() - Constructor for class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - SessionFactoryInitializer - Class in org.springframework.data.cassandra.core.cql.session.init
 - SessionFactoryInitializer() - Constructor for class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - SessionFactoryLookup - Interface in org.springframework.data.cassandra.core.cql.session.lookup
 - 
Strategy interface for looking up
SessionFactoryby name. - SessionFactoryLookupFailureException - Exception in org.springframework.data.cassandra.core.cql.session.lookup
 - 
Exception to be thrown by a
SessionFactoryLookupimplementation, indicating that the specifiedSessionFactorycould not be obtained. - SessionFactoryLookupFailureException(String) - Constructor for exception org.springframework.data.cassandra.core.cql.session.lookup.SessionFactoryLookupFailureException
 - 
Create a new
SessionFactoryLookupFailureException. - SessionFactoryLookupFailureException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.core.cql.session.lookup.SessionFactoryLookupFailureException
 - 
Create a new
SessionFactoryLookupFailureException. - set(String) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Create a new
Update.SetBuilderto set a collection item forcolumnNamein a fluent style. - set(String, Object) - Method in class org.springframework.data.cassandra.core.query.Update
 - 
Set the
columnNametovalue. - SET - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - SET - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - setAction(KeyspaceAction) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - SetAtIndexOp(ColumnName, int, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.SetAtIndexOp
 - SetAtKeyOp(ColumnName, Object, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 - setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Configures the Java
ClassLoaderused to resolve Cassandra application entitytypes. - setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Set the bean
ClassLoaderto load class candidates discovered by the class path scan. - setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - setBeanFactory(BeanFactory) - Method in class org.springframework.data.cassandra.config.AbstractReactiveCassandraConfiguration
 - setBeanFactory(BeanFactory) - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
 - 
Configures a reference to the
BeanFactory. - setBeanFactory(BeanFactory) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.BeanFactorySessionFactoryLookup
 - setBlockCommentEndDelimiter(String) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Set the end delimiter that identifies block comments within the CQL scripts.
 - setBlockCommentStartDelimiter(String) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Set the start delimiter that identifies block comments within the CQL scripts.
 - setCassandraTemplate(CassandraTemplate) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 - 
Configures the
CassandraTemplateused for Cassandra data access operations. - setCheckFullyPopulated(boolean) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Set whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
 - setCodecRegistry(CodecRegistry) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Sets the
CodecRegistry. - setCodecRegistry(CodecRegistry) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Set
CodecRegistrydirectly onCassandraConverter. - setCodecRegistry(Supplier<CodecRegistry>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Sets the
Supplierused for obtaining theCodecRegistryto use. - setColumnName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - setColumnName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleProperty
 - setColumnName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
If this property is mapped with a single column, set the column name to the given
CqlIdentifier. - setColumnName(String) - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - setColumnName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Deprecated.since 3.0, use
CassandraPersistentProperty.setColumnName(CqlIdentifier). - setCommentPrefix(String) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Set the prefix that identifies single-line comments within the CQL scripts.
 - setCommentPrefixes(String...) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Set the prefixes that identify single-line comments within the CQL scripts.
 - setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Set the consistency level for this template.
 - setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Set the consistency level for this
ReactiveCqlTemplate. - setContactPoints(String) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set a comma-delimited string of the contact points (hosts) to connect to.
 - setContactPoints(Collection<InetSocketAddress>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set a collection of the contact points (hosts) to connect to.
 - setContinueOnError(boolean) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Flag to indicate that all failures in CQL should be logged but not cause a failure.
 - setConvention(CassandraObservationConvention) - Method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - 
Set the observation convention.
 - setConvention(CassandraObservationConvention) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - 
Set the observation convention.
 - setConversionService(ConversionService) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Set a
ConversionServicefor binding Cassandra values to bean properties, or null for none. - setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - 
Set the
CassandraConverterto use. - setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Deprecated.
 - setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Set the
CassandraConverterto use. - setCqlOperations(CqlOperations) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - 
Sets the Cassandra
CqlOperationsto use. - setCqlScriptEncoding(String) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Specify the encoding for the configured CQL scripts, if different from the platform encoding.
 - setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 - 
Registers the given custom conversions with the converter.
 - setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Use custom conversion through
MappingCassandraConverter. - setDates() - Element in annotation interface org.springframework.data.cassandra.config.EnableCassandraAuditing
 - 
Configures whether the creation and modification dates are set.
 - setDates() - Element in annotation interface org.springframework.data.cassandra.config.EnableReactiveCassandraAuditing
 - 
Configures whether the creation and modification dates are set.
 - setDefaultTargetSessionFactory(Object) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Specify the default target
SessionFactory, if any. - setDurableWrites(boolean) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setDurableWrites(boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - setEnabled(boolean) - Method in class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - 
Flag to explicitly enable or disable the keyspace populator and keyspace cleaner.
 - setEntityBasePackageClasses(Collection<Class<?>>) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Set the base package classes to be used for the entity scan.
 - setEntityBasePackages(Collection<String>) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 - 
Set the base package names to be used for the entity scan.
 - setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Configure
EntityCallbacksto pre-/post-process entities during persistence operations. - setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Configure
EntityCallbacksto pre-/post-process entities during persistence operations. - setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Configure
EntityCallbacksto pre-/post-process entities during persistence operations. - setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Configure
EntityCallbacksto pre-/post-process entities during persistence operations. - setEntityClassName(String) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Configure whether lifecycle events such as
AfterLoadEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed. - setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Configure whether lifecycle events such as
AfterLoadEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed. - setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Configure whether lifecycle events such as
AfterLoadEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed. - setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Configure whether lifecycle events such as
AfterLoadEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed. - setEntityMappings(Set<EntityMapping>) - Method in class org.springframework.data.cassandra.core.mapping.Mapping
 - setEnvironment(Environment) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - setExceptionTranslator(CqlExceptionTranslator) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Sets the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's Exception Hierarchy.
 - setExceptionTranslator(CqlExceptionTranslator) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Sets the exception translator used by this template to translate Cassandra specific exceptions into Spring DAO's Exception Hierarchy.
 - setExecutionProfile(String) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Set the driver execution profile for this template.
 - setExecutionProfile(String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Set the driver execution profile for this template.
 - setExecutionProfileResolver(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Set the
ExecutionProfileResolverfor this template. - setExecutionProfileResolver(ExecutionProfileResolver) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Set the
ExecutionProfileResolverfor this template. - setFetchSize(int) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Deprecated.since 3.0, use
CassandraAccessor.setPageSize(int) - setFetchSize(int) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Deprecated.since 3.0, use
ReactiveCqlTemplate.setPageSize(int) - setForceQuote(boolean) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - setForceQuote(boolean) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Deprecated.since 3.0. The table name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
 - 
Deprecated.since 3.0. The column name gets converted into
CqlIdentifierhence it no longer requires an indication whether the name should be quoted. - setForceQuote(String) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - 
Deprecated.
 - setForceQuote(String) - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - 
Deprecated.
 - setIfNotExists(boolean) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setIgnoreFailedDrops(boolean) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Flag to indicate that a failed CQL
DROPstatement can be ignored. - setInstantiators(EntityInstantiators) - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 - 
Registers
EntityInstantiatorsto customize entity instantiation. - setKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Set the
keyspaceto be applied on statement-level for this template. - setKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Set the
keyspaceto be applied on statement-level for this template. - setKeyspace(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - setKeyspace(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Sets the CQL keyspace.
 - setKeyspaceActions(List<KeyspaceActions>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set a
ListofKeyspaceActionsto be executed on initialization. - setKeyspaceAlterations(List<AlterKeyspaceSpecification>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - setKeyspaceCleaner(KeyspacePopulator) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Set the
KeyspacePopulatorto execute during the bean destruction phase, cleaning up the keyspace and leaving it in a known state for others. - setKeyspaceCleaner(KeyspacePopulator) - Method in class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - 
Set the
KeyspacePopulatorto execute during the bean destruction phase, cleaning up the keyspace and leaving it in a known state for others. - setKeyspaceCreations(List<CreateKeyspaceSpecification>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - setKeyspaceDrops(List<DropKeyspaceSpecification>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - setKeyspaceName(String) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Sets the name of the Cassandra Keyspace to connect to.
 - setKeyspacePopulator(KeyspacePopulator) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Set the
KeyspacePopulatorto execute during the bean initialization phase. - setKeyspacePopulator(KeyspacePopulator) - Method in class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - 
Set the
KeyspacePopulatorto execute during the bean initialization phase. - setKeyspaceProvider(StatementFactory.KeyspaceProvider) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - 
Sets the
StatementFactory.KeyspaceProviderto determine thekeyspacefor aentity-related statement. - setKeyspaceShutdownScripts(List<String>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set a
Listof rawCQL statementsthat are executed in the scope of the system keyspace when this factory isdestroyed. - setKeyspaceSpecifications(List<? extends KeyspaceActionSpecification>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - setKeyspaceStartupScripts(List<String>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set a
Listof rawCQL statementsthat are executed in the scope of the system keyspace when this factory isinitialized. - setLenientFallback(boolean) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Specify whether to apply a lenient fallback to the default
SessionFactoryif no specificSessionFactorycould be found for the current lookup key. - setLocalDatacenter(String) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Sets the name of the local datacenter.
 - setMappedClass(Class<T>) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Set the class that each row should be mapped to.
 - setMapping(Mapping) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Sets the
Mapping. - setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - setName(String) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setNamingStrategy(NamingStrategy) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - 
Set the
NamingStrategyto use. - setNamingStrategy(NamingStrategy) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 - 
Set the
NamingStrategyto use. - setNamingStrategy(NamingStrategy) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Set the
NamingStrategyto use. - setNetworkTopologyDataCenters(List<String>) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setNetworkTopologyReplicationFactors(List<String>) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setNode(Node) - Method in class org.springframework.data.cassandra.observability.CassandraObservationContext
 - setOf(CassandraColumnType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Set
ColumnTypegiven itscomponent type. - setOf(CassandraColumnType, boolean) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Set
ColumnTypegiven itscomponent type. - setOf(ColumnType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Set
ColumnTypegiven itscomponent type. - SetOp(ColumnName, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.SetOp
 - setPageSize(int) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Set the page size for this template.
 - setPageSize(int) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Set the page size for this template.
 - setPassword(String) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set the password to use.
 - setPopulators(KeyspacePopulator...) - Method in class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
 - 
Specify one or more populators to delegate to.
 - setPort(int) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set the port for the contact points.
 - setPrimitivesDefaultedForNullValue(boolean) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Set whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
 - setPropertyMappings(Map<String, PropertyMapping>) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - setReactiveCassandraOperations(ReactiveCassandraOperations) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 - 
Configures the
ReactiveCassandraOperationsused for Cassandra data access operations. - setRemoteServiceName(String) - Method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactoryBean
 - 
Set the remote service name.
 - setRemoteServiceName(String) - Method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
 - 
Set the remote service name.
 - setReplicationFactor(int) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setReplicationFactor(long) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - setReplicationStrategy(KeyspaceOption.ReplicationStrategy) - Method in class org.springframework.data.cassandra.config.KeyspaceActionSpecificationFactoryBean
 - setReplicationStrategy(KeyspaceOption.ReplicationStrategy) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceAttributes
 - setRequiredType(Class<T>) - Method in class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Set the type that each result object is expected to match.
 - setResourceLoader(ResourceLoader) - Method in class org.springframework.data.cassandra.config.SortedResourcesFactoryBean
 - setSchemaAction(SchemaAction) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Deprecated.
 - setSchemaAction(SchemaAction) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Set the
SchemaAction. - setScripts(Resource...) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Set the scripts to execute to initialize or clean up the database, replacing any previously added scripts.
 - setSeparator(String) - Method in class org.springframework.data.cassandra.core.cql.session.init.ResourceKeyspacePopulator
 - 
Specify the statement separator, if a custom one.
 - setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Set the serial consistency level for this template.
 - setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Set the serial consistency level for this template.
 - setSession(CqlSession) - Method in class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - 
Sets the Cassandra
CqlSessionto use. - setSession(CqlSession) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - 
Sets the Cassandra
CqlSessionto use. - setSession(CqlSession) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Set the
CqlSessionto use. - setSession(CqlSession) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Sets the Cassandra
CqlSessionused by this template to perform Cassandra data access operations. - setSessionBuilderConfigurer(SessionBuilderConfigurer) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Sets the
SessionBuilderConfigurerto configure theSessionBuilder. - setSessionFactories(Map<String, SessionFactory>) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.MapSessionFactoryLookup
 - 
Set the
Mapofsession factories; the keys areStrings, the values are actualSessionFactoryinstances. - setSessionFactory(ReactiveSessionFactory) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Sets the
ReactiveSessionFactoryto use. - setSessionFactory(SessionFactory) - Method in class org.springframework.data.cassandra.config.CassandraCqlTemplateFactoryBean
 - 
Sets the Cassandra
SessionFactoryto use. - setSessionFactory(SessionFactory) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 - 
Sets the Cassandra
SessionFactoryto use. - setSessionFactory(SessionFactory) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Sets the Cassandra
SessionFactoryused by this template to perform Cassandra data access operations. - setSessionFactory(SessionFactory) - Method in class org.springframework.data.cassandra.core.cql.session.init.SessionFactoryInitializer
 - 
The
SessionFactoryfor the keyspace to populate when this component is initialized and to clean up when this component is shut down. - setSessionFactoryLookup(SessionFactoryLookup) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Set the
SessionFactoryLookupimplementation to use for resolving session factory name Strings in theAbstractRoutingSessionFactory.setTargetSessionFactories(Map)map. - setShutdownScripts(List<String>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Deprecated.
 - setSpELContext(SpELContext) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - setStartupScripts(List<String>) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Deprecated.
 - setSuspendLifecycleSchemaRefresh(boolean) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set whether to suspend schema refresh settings during
CqlSessionFactoryBean.afterPropertiesSet()andCqlSessionFactoryBean.destroy()lifecycle callbacks. - setSuspendLifecycleSchemaRefresh(boolean) - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - 
Set whether to suspend schema refresh settings during
SessionFactoryFactoryBean.afterPropertiesSet()andSessionFactoryFactoryBean.destroy()lifecycle callbacks. - setTableName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - setTableName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Sets the CQL table name.
 - setTableName(String) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - setTableName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 - 
Deprecated.since 3.0, use
CassandraPersistentEntity.setTableName(CqlIdentifier)instead. - setTargetSessionFactories(Map<Object, Object>) - Method in class org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
 - 
Specify the map of target session factories, with the lookup key as key.
 - setTupleTypeFactory(TupleTypeFactory) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Tuple type creation uses
DataTypes.tupleOf(DataType...) - setUsePreparedStatements(boolean) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - 
Enable/disable
prepared statementsusage. - setUsePreparedStatements(boolean) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - 
Enable/disable
prepared statementsusage. - setUsePreparedStatements(boolean) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.Enable/disable
prepared statementsusage. - setUsePreparedStatements(boolean) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - 
Enable/disable
prepared statementsusage. - setUsername(String) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - 
Set the username to use.
 - setUserTypeResolver(UserTypeResolver) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - 
Sets the
UserTypeResolver. - setUserTypeResolver(UserTypeResolver) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Deprecated.since 3.0. Set
UserTypeResolverdirectly onCassandraConverter. - setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - shouldGenerateId() - Method in class org.springframework.data.cassandra.config.CassandraAuditingBeanDefinitionParser
 - shouldRunSchemaAction() - Method in class org.springframework.data.cassandra.config.SessionFactoryFactoryBean
 - SIMPLE_STRATEGY - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
 - SimpleCassandraRepository<T,
ID> - Class in org.springframework.data.cassandra.repository.support  - 
Repository base implementation for Cassandra.
 - SimpleCassandraRepository(CassandraEntityInformation<T, ID>, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 - 
Create a new
SimpleCassandraRepositoryfor the givenCassandraEntityInformationandCassandraTemplate. - simpleCriteriaEquals(CriteriaDefinition, CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.query.Criteria
 - SimplePreparedStatementCreator - Class in org.springframework.data.cassandra.core.cql
 - 
Trivial implementation of
PreparedStatementCreator. - SimplePreparedStatementCreator(SimpleStatement) - Constructor for class org.springframework.data.cassandra.core.cql.SimplePreparedStatementCreator
 - 
Create a
SimplePreparedStatementCreatorgivencql. - SimplePreparedStatementCreator(String) - Constructor for class org.springframework.data.cassandra.core.cql.SimplePreparedStatementCreator
 - 
Create a
SimplePreparedStatementCreatorgivencql. - SimpleReactiveCassandraRepository<T,
ID> - Class in org.springframework.data.cassandra.repository.support  - 
Reactive repository base implementation for Cassandra.
 - SimpleReactiveCassandraRepository(CassandraEntityInformation<T, ID>, ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 - 
Create a new
SimpleReactiveCassandraRepositoryfor the givenCassandraEntityInformationandReactiveCassandraOperations. - SimpleTupleTypeFactory - Enum Class in org.springframework.data.cassandra.core.mapping
 - SimpleUserTypeResolver - Class in org.springframework.data.cassandra.core.mapping
 - 
Default implementation of
UserTypeResolverthat resolves aUserDefinedTypeby its name fromMetadata. - SimpleUserTypeResolver(CqlSession) - Constructor for class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
 - 
Create a new
SimpleUserTypeResolver. - SimpleUserTypeResolver(CqlSession, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
 - 
Create a new
SimpleUserTypeResolver. - SimpleUserTypeResolver(Supplier<Metadata>, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
 - 
Create a new
SimpleUserTypeResolver. - SingleColumnRowMapper<T> - Class in org.springframework.data.cassandra.core.cql
 - 
RowMapperimplementation that converts a single column into a single result value per row. - SingleColumnRowMapper() - Constructor for class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Create a new
SingleColumnRowMapperfor bean-style configuration. - SingleColumnRowMapper(Class<T>) - Constructor for class org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
 - 
Create a new
SingleColumnRowMapper. - singleQuote(Object) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CqlStringUtils
 - 
Surrounds given object's
Object.toString()with single quotes. - SingleSessionFactoryLookup - Class in org.springframework.data.cassandra.core.cql.session.lookup
 - 
An implementation of
SessionFactoryLookupthat simply wraps a single givenSessionFactory, returned for any session factory name. - SingleSessionFactoryLookup(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.session.lookup.SingleSessionFactoryLookup
 - 
Create a new instance of
SingleSessionFactoryLookupgivenSessionFactory. - size() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - size() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - skipStopWords() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.StandardAnalyzed
 - 
Skips stop words from indexing.
 - slice(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - slice(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - slice(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - slice(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - slice(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - slice(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - slice(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - slice(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
SELECTquery with paging and convert the result set to aSliceof entities. - slice(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - SMALLINT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - SNAKE_CASE - Static variable in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Naming strategy that renders CamelCase name parts to
snake_case. - SnakeCaseNamingStrategy - Class in org.springframework.data.cassandra.core.mapping
 - 
Naming strategy that renders CamelCase name parts to snake_case.
 - SnakeCaseNamingStrategy() - Constructor for class org.springframework.data.cassandra.core.mapping.SnakeCaseNamingStrategy
 - SNAPPY - Enum constant in enum class org.springframework.data.cassandra.config.CompressionType
 - sort(Sort) - Method in class org.springframework.data.cassandra.core.query.Query
 - SortedResourcesFactoryBean - Class in org.springframework.data.cassandra.config
 - 
FactoryBeanimplementation that takes a list of location Strings and creates a sorted array ofResourceinstances. - SortedResourcesFactoryBean(List<String>) - Constructor for class org.springframework.data.cassandra.config.SortedResourcesFactoryBean
 - SortedResourcesFactoryBean(ResourceLoader, List<String>) - Constructor for class org.springframework.data.cassandra.config.SortedResourcesFactoryBean
 - SPARSE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SASI.IndexMode
 - 
SPARSE mode is optimized for low-cardinality e.g. for indexed values having 5 or less corresponding rows.
 - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.ColumnChangeCqlGenerator
 - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.CreateTableCqlGenerator
 - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.IndexNameCqlGenerator
 - 
Convenient synonymous method of
IndexNameCqlGenerator.getSpecification(). - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
 - 
Convenient synonymous method of
KeyspaceNameCqlGenerator.getSpecification(). - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator
 - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
 - 
Convenient synonymous method of
TableNameCqlGenerator.getSpecification(). - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.TableOptionsCqlGenerator
 - spec() - Method in class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
 - 
Convenient synonymous method of
UserTypeNameCqlGenerator.getSpecification(). - SpecificationBuilder - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Entrypoint to create CQL specifications to add, alter and delete CQL objects such as tables and index.
 - SpelUtils - Class in org.springframework.data.cassandra.util
 - 
Evaluates a SpEL expression.
 - SpelUtils() - Constructor for class org.springframework.data.cassandra.util.SpelUtils
 - splitCqlScript(String, char, List<String>) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Split an CQL script into separate statements delimited by the provided separator character.
 - splitCqlScript(String, String, List<String>) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Split an CQL script into separate statements delimited by the provided separator string.
 - splitCqlScript(EncodedResource, String, String, String[], String, String, List<String>) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Split an CQL script into separate statements delimited by the provided separator string.
 - splitCqlScript(EncodedResource, String, String, String, String, String, List<String>) - Static method in class org.springframework.data.cassandra.core.cql.session.init.ScriptUtils
 - 
Split an CQL script into separate statements delimited by the provided separator string.
 - SSTABLE_COMPRESSION - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - 
sstable_compression - SSTABLE_SIZE_IN_MB - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
sstable_size_in_mb - StatementBuilder<S extends com.datastax.oss.driver.api.querybuilder.BuildableQuery> - Class in org.springframework.data.cassandra.core.cql.util
 - 
Functional builder for Cassandra
statements. - StatementBuilder.BindFunction<S> - Interface in org.springframework.data.cassandra.core.cql.util
 - 
Binding function.
 - StatementBuilder.ParameterHandling - Enum Class in org.springframework.data.cassandra.core.cql.util
 - 
Enumeration to represent how parameters are rendered.
 - StatementFactory - Class in org.springframework.data.cassandra.core
 - StatementFactory(CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.StatementFactory
 - 
Create
StatementFactorygivenCassandraConverter. - StatementFactory(QueryMapper, UpdateMapper) - Constructor for class org.springframework.data.cassandra.core.StatementFactory
 - StatementFactory(UpdateMapper) - Constructor for class org.springframework.data.cassandra.core.StatementFactory
 - 
Create
StatementFactorygivenUpdateMapper. - StatementFactory.KeyspaceProvider - Interface in org.springframework.data.cassandra.core
 - staticColumn() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Identifies this column as a static column.
 - staticColumn(CqlIdentifier, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given static column to the table.
 - staticColumn(String, DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - 
Adds the given static column to the table.
 - stream() - Method in interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
 - 
Stream all matching elements.
 - stream(Statement<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aIteratorof entities. - stream(Statement<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - stream(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aIteratorof entities. - stream(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - stream(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
SELECTquery and convert the resulting items to aIteratorof entities. - stream(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - STRING - Enum constant in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - STRING_PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - STRING_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - StringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 - 
String-based
AbstractCassandraQueryimplementation. - StringBasedCassandraQuery(String, CassandraQueryMethod, CassandraOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - 
Create a new
StringBasedCassandraQueryfor the givenquery,CassandraQueryMethod,CassandraOperations,ValueExpressionDelegate. - StringBasedCassandraQuery(String, CassandraQueryMethod, CassandraOperations, ExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - 
Deprecated.use the constructor version with
ValueExpressionDelegate - StringBasedCassandraQuery(CassandraQueryMethod, CassandraOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - 
Create a new
StringBasedCassandraQueryfor the givenCassandraQueryMethod,CassandraOperations,ValueExpressionDelegate. - StringBasedCassandraQuery(CassandraQueryMethod, CassandraOperations, ExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 - 
Deprecated.use the constructor version with
ValueExpressionDelegate - supportsContext(Observation.Context) - Method in interface org.springframework.data.cassandra.observability.CassandraObservationConvention
 
T
- Table - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies a domain object to be persisted to Cassandra as a table.
 - TABLE - Enum constant in enum class org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
 - 
Deprecated.
 - TABLE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - TableDescriptor - Interface in org.springframework.data.cassandra.core.cql.keyspace
 - 
Describes a table.
 - tableName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Sets the table name.
 - tableName(String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Sets the table name.
 - TableNameCqlGenerator<T extends TableNameSpecification> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Base class for Table CQL generators.
 - TableNameCqlGenerator(TableNameSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
 - TableNameSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Abstract builder class to support the construction of table specifications.
 - TableNameSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
 - TableNameSpecification(CqlIdentifier, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
 - TableOption - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Enumeration that represents all known table options.
 - TableOption.CachingOption - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Known caching options.
 - TableOption.CompactionOption - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Known compaction options.
 - TableOption.CompressionOption - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Known compression options.
 - TableOption.KeyCachingOption - Enum Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Known KeyCaching Options
 - TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Base class that contains behavior common to CQL generation for table operations.
 - TableOptionsCqlGenerator(TableOptionsSpecification<T>) - Constructor for class org.springframework.data.cassandra.core.cql.generator.TableOptionsCqlGenerator
 - TableOptionsSpecification<T extends TableOptionsSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Abstract builder class to support the construction of table specifications that have table options, that is, those options normally specified by
WITH ... AND .... - TableOptionsSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
 - TableOptionsSpecification(CqlIdentifier, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
 - TableSpecification<T> - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to support the configuration of table specifications that have columns.
 - TableSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - TableSpecification(CqlIdentifier, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
 - takesValue() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - takesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - takesValue() - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
Whether this option takes a value.
 - takesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - takesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - takesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - takesValue() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - TEMPLATE - Static variable in interface org.springframework.data.cassandra.config.DefaultCqlBeanNames
 - TermFactory - Interface in org.springframework.data.cassandra.core.cql.util
 - 
Factory for
Termobjects encapsulating a bindingvalue. - TEXT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - THREE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - TIME - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - timeout - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - timeout(Duration) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Sets the request timeout.
 - timeout(Duration) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - timeout(Duration) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - timeout(Duration) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - timeout(Duration) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - timestamp - Variable in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - timestamp(long) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Sets the timestamp of write operations.
 - timestamp(long) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - timestamp(long) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - timestamp(long) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - timestamp(Instant) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Sets the timestamp of write operations.
 - timestamp(Instant) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - timestamp(Instant) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - timestamp(Instant) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - TIMESTAMP - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - TIMEUUID - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - TINYINT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - to(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.SetValueBuilder
 - 
Associate the
valuewith the collection atColumnNamewith a previously specified index. - toCql() - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Renders this identifier appropriately.
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.generator.IndexNameCqlGenerator
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.keyspace.FieldSpecification
 - toCql() - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Renders this identifier appropriately.
 - toCql() - Method in class org.springframework.data.cassandra.core.query.ColumnName
 - 
Represent the column name as CQL.
 - toCql(Object) - Static method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Determine CQL from potential provider object.
 - toCql(Object) - Static method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Determine CQL from potential provider object.
 - toCql(Object) - Method in interface org.springframework.data.cassandra.core.query.CriteriaDefinition.Operator
 - 
Render to a CQL-like representation.
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Appends the rendering of this identifier to the given
StringBuilder, then returns thatStringBuilder. - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.AddColumnCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.AlterColumnCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.AlterTableCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.ColumnChangeCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.CreateIndexCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.CreateTableCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.DropColumnCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.DropIndexCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.DropKeyspaceCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.DropTableCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.DropUserTypeCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.IndexNameCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.RenameColumnCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.keyspace.FieldSpecification
 - toCql(StringBuilder) - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Appends the rendering of this identifier to the given
StringBuilder, then returns thatStringBuilder. - toCql(AlterKeyspaceSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
 - toCql(AlterTableSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.AlterTableCqlGenerator
 - 
Generates a CQL statement from the given
specification. - toCql(AlterUserTypeSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
 - toCql(CqlSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.CqlGenerator
 - 
Entrypoint for CQL generation of
CqlSpecificationobjects. - toCql(CreateIndexSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.CreateIndexCqlGenerator
 - toCql(CreateKeyspaceSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
 - toCql(CreateTableSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.CreateTableCqlGenerator
 - toCql(CreateUserTypeSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
 - toCql(DropIndexSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.DropIndexCqlGenerator
 - toCql(DropKeyspaceSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.DropKeyspaceCqlGenerator
 - toCql(DropTableSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.DropTableCqlGenerator
 - toCql(DropUserTypeSpecification) - Static method in class org.springframework.data.cassandra.core.cql.generator.DropUserTypeCqlGenerator
 - toCqlIdentifier() - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Create a Cassandra driver
CqlIdentifierfrom thisCqlIdentifier. - toCqlIdentifier() - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Create a
CqlIdentifierfrom thisKeyspaceIdentifier. - toCqlIdentifier() - Method in class org.springframework.data.cassandra.core.query.Update.AssignmentOp
 - TOKEN - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - TOMBSTONE_COMPACTION_INTERVAL - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
tombstone_compaction_interval - TOMBSTONE_THRESHOLD - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
tombstone_threshold - toString() - Method in class org.springframework.data.cassandra.config.KeyspaceActions
 - toString() - Method in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.Alias for
CqlIdentifier.toCql(). - toString() - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - toString() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DataCenterReplication
 - toString() - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - toString() - Method in class org.springframework.data.cassandra.core.cql.keyspace.FieldSpecification
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
 - toString() - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - toString() - Method in class org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
 - 
Deprecated.Alias for
KeyspaceIdentifier.toCql(). - toString() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - toString() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - toString() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 - toString() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 - toString() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - toString() - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 - toString() - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 - toString() - Method in class org.springframework.data.cassandra.core.query.Columns
 - toString() - Method in class org.springframework.data.cassandra.core.query.Criteria
 - toString() - Method in interface org.springframework.data.cassandra.core.query.CriteriaDefinition.Operator
 - toString() - Method in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - toString() - Method in class org.springframework.data.cassandra.core.query.Query
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.AddToMapOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.AddToOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.IncrOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.RemoveOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtIndexOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update.SetOp
 - toString() - Method in class org.springframework.data.cassandra.core.query.Update
 - toString(Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.DefaultOption
 - toString(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - toString(Object) - Method in interface org.springframework.data.cassandra.core.cql.keyspace.Option
 - 
First ensures that the given value is coerceable into the type expected by this option, then returns the result of
Object.toString()called on the given value. - toString(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - toString(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - toString(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - toString(Object) - Method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - tracing - Variable in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - tracing(boolean) - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Enables statement tracing.
 - tracing(boolean) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - tracing(boolean) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - tracing(boolean) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - tracing(boolean) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - transform(UnaryOperator<SimpleStatement>) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
 - 
Add behavior after the
SimpleStatementhas been built. - transform(UnaryOperator<String>) - Method in interface org.springframework.data.cassandra.core.mapping.NamingStrategy
 - 
Apply a
transformation functionto create a newNamingStrategythat applies the given transformation to each name component. - TransformingNamingStrategy - Class in org.springframework.data.cassandra.core.mapping
 - TransformingNamingStrategy(NamingStrategy, Function<String, String>) - Constructor for class org.springframework.data.cassandra.core.mapping.TransformingNamingStrategy
 - translate(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Translate the given
RuntimeExceptioninto a genericDataAccessException. - translate(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.CassandraExceptionTranslator
 - translate(String, String, RuntimeException) - Method in interface org.springframework.data.cassandra.core.cql.CqlExceptionTranslator
 - 
Translate the given
RuntimeExceptioninto a genericDataAccessException. - translate(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Translate the given
DriverExceptioninto a genericDataAccessException. - translate(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.mapping.PersistentPropertyTranslator
 - 
Translate a
CassandraPersistentPropertyinto a corresponding property from a differentCassandraPersistentEntity. - translateException(String, String) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Exception translation
Functionintended forMono.onErrorMap(Function)usage. - translateException(String, String, DriverException) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Translate the given
DriverExceptioninto a genericDataAccessException. - translateException(String, String, DriverException) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Translate the given
DriverExceptioninto a genericDataAccessException. - translateException(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.CqlTemplate
 - 
Translate the given
RuntimeExceptioninto a genericDataAccessException. - translateException(String, Supplier<String>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
 - 
Exception translation
Functionintended forMono.onErrorMap(Function)usage. - translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
 - translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
 - 
Translate the given
RuntimeExceptioninto a genericDataAccessException. - translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.CassandraExceptionTranslator
 - translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
 - 
Translate the given
DriverExceptioninto a genericDataAccessException. - translateExceptionIfPossible(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
 - 
Translate the given
DriverExceptioninto a genericDataAccessException. - translateExceptionIfPossible(String, String, RuntimeException) - Method in class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
 - 
Deprecated.Translate the given
DriverExceptioninto a genericDataAccessException. - truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Execute a
TRUNCATEquery to remove all entities of a given class. - truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Execute a
TRUNCATEquery to remove all entities of a given class. - truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Execute a
TRUNCATEquery to remove all entities of a given class. - truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Execute a
TRUNCATEquery to remove all entities of a given class. - truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - TRUNCATE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - tryGetSocketAddress(EndPoint) - Method in class org.springframework.data.cassandra.observability.DefaultCassandraObservationConvention
 - ttl - Variable in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - ttl(int) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Sets the time to live in seconds for write operations.
 - ttl(int) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - ttl(int) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - ttl(int) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - ttl(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Include column
columnNameas TTL value in the selection. - ttl(String) - Method in class org.springframework.data.cassandra.core.query.Columns
 - 
Include column
columnNameas TTL value in the selection. - ttl(Duration) - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - 
Sets the time to live in seconds for write operations.
 - ttl(Duration) - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - ttl(Duration) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - ttl(Duration) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - Tuple - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies a domain object as Cassandra Tuple.
 - TUPLE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - tupleOf(TupleType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a Tuple
CassandraColumnTypegiven itsCassandra type. - TupleTypeFactory - Interface in org.springframework.data.cassandra.core.mapping
 - 
Deprecated.since 3.0
 - TupleValueProvider - Class in org.springframework.data.cassandra.core.convert
 - 
CassandraValueProviderto read property values from aTupleValue. - TupleValueProvider(TupleValue, ValueExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.TupleValueProvider
 - TWO - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - type() - Element in annotation interface org.springframework.data.cassandra.core.mapping.CassandraType
 - 
The
CassandraType.Nameof the property. - type() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn
 - 
The type of this key column.
 - type(DataType) - Method in class org.springframework.data.cassandra.core.cql.keyspace.ColumnSpecification
 - 
Sets the column's type.
 - typeArguments() - Element in annotation interface org.springframework.data.cassandra.core.mapping.CassandraType
 - 
If the property is
Collection-like, then this attribute holds a singleDataType Namerepresenting the element type of theCollection. 
U
- UDT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - udtOf(UserDefinedType) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
 - 
Creates a UDT
CassandraColumnTypegiven itsCassandra type. - UdtValueProvider - Class in org.springframework.data.cassandra.core.convert
 - 
CassandraValueProviderto read property values from aUdtValue. - UdtValueProvider(UdtValue, ValueExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.UdtValueProvider
 - UncategorizedScriptException - Exception in org.springframework.data.cassandra.core.cql.session.init
 - 
Thrown when we cannot determine anything more specific than "something went wrong while processing a CQL script": for example, a
Exceptionfrom Cassandra that we cannot pinpoint more precisely. - UncategorizedScriptException(String) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.UncategorizedScriptException
 - 
Construct a new
UncategorizedScriptException. - UncategorizedScriptException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.core.cql.session.init.UncategorizedScriptException
 - 
Construct a new
UncategorizedScriptException. - UNDEFINED - Enum constant in enum class org.springframework.data.cassandra.repository.Query.Idempotency
 - 
Undefined state (default for all non-
SELECTstatements. - underscoreName(String) - Method in class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
 - 
Convert a name in camelCase to an underscored name in lower case.
 - UNQUOTED - Static variable in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.
 - UNQUOTED_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlIdentifier
 - 
Deprecated.
 - UnsupportedCassandraOperationException - Exception in org.springframework.data.cassandra.core.mapping
 - UnsupportedCassandraOperationException(String) - Constructor for exception org.springframework.data.cassandra.core.mapping.UnsupportedCassandraOperationException
 - UnsupportedCassandraOperationException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.core.mapping.UnsupportedCassandraOperationException
 - update(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - update(Class<?>) - Method in interface org.springframework.data.cassandra.core.ExecutableUpdateOperation
 - 
Begin creating an
UPDATEoperation for the givendomainType. - update(Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - update(Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveUpdateOperation
 - 
Begin creating an
UPDATEoperation for the givendomainType. - update(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a collection of updates to the batch.
 - update(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of updates to the batch.
 - update(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add a collection of updates with given
WriteOptionsto the batch. - update(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of updates with given
WriteOptionsto the batch. - update(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add an array of updates to the batch.
 - update(Object...) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add an array of updates to the batch.
 - update(Object, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Add an update to the batch.
 - update(Object, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add an update to the batch.
 - update(Object, WriteOptions) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - update(Object, WriteOptions, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - update(String, Object) - Static method in class org.springframework.data.cassandra.core.query.Update
 - 
Set the
columnNametovalue. - update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Update the queried entities and return true if the update was applied.
 - update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Update the queried entities and return true if the update was applied.
 - update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Update the queried entities and return true if the update was applied.
 - update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Update the queried entities and return true if the update was applied.
 - update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - update(Query, Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.StatementFactory
 - update(Mono<? extends Iterable<?>>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of updates to the batch.
 - update(Mono<? extends Iterable<?>>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Add a collection of updates with given
WriteOptionsto the batch. - update(T) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Update the given entity and return the entity if the update was applied.
 - update(T) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - update(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Update the given entity and return the entity if the update was applied.
 - update(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - update(T) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Update the given entity and return the entity if the update was applied.
 - update(T) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - update(T) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Update the given entity and emit the entity if the update was applied.
 - update(T) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
 - 
Update the given entity applying
WriteOptionsand return the entity if the update was applied. - update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 - update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 - 
Update the given entity applying
WriteOptionsand return the entity if the update was applied. - update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 - update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.legacy.AsyncCassandraOperations
 - 
Deprecated.Update the given entity applying
WriteOptionsand return the entity if the update was applied. - update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
 - 
Deprecated.
 - update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
 - 
Update the given entity applying
WriteOptionsand emit the entity if the update was applied. - update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 - Update - Class in org.springframework.data.cassandra.core.query
 - 
Update object representing a set of update operations.
 - UPDATE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - Update.AddToBuilder - Interface in org.springframework.data.cassandra.core.query
 - 
Builder to add a single element/multiple elements to a collection associated with a
ColumnName. - Update.AddToMapOp - Class in org.springframework.data.cassandra.core.query
 - 
Add element(s) to Map operation.
 - Update.AddToOp - Class in org.springframework.data.cassandra.core.query
 - 
Add element(s) to collection operation.
 - Update.AddToOp.Mode - Enum Class in org.springframework.data.cassandra.core.query
 - Update.AssignmentOp - Class in org.springframework.data.cassandra.core.query
 - 
Abstract class for an update assignment related to a specific
ColumnName. - Update.IncrOp - Class in org.springframework.data.cassandra.core.query
 - 
Increment operation.
 - Update.RemoveFromBuilder - Interface in org.springframework.data.cassandra.core.query
 - 
Builder to remove a single element/multiple elements from a collection associated with a
ColumnName. - Update.RemoveOp - Class in org.springframework.data.cassandra.core.query
 - 
Remove operation.
 - Update.SetAtIndexOp - Class in org.springframework.data.cassandra.core.query
 - 
Set at index operation.
 - Update.SetAtKeyOp - Class in org.springframework.data.cassandra.core.query
 - 
Set at map key operation.
 - Update.SetBuilder - Interface in org.springframework.data.cassandra.core.query
 - 
Builder to associate a single value with a collection at a given index at
ColumnName. - Update.SetOp - Class in org.springframework.data.cassandra.core.query
 - 
Set operation.
 - Update.SetValueBuilder - Interface in org.springframework.data.cassandra.core.query
 - 
Builder to associate a single value with a collection at a given index at
ColumnName. - UpdateMapper - Class in org.springframework.data.cassandra.core.convert
 - 
Map
Updateto CQL-specific data types. - UpdateMapper(CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.convert.UpdateMapper
 - 
Creates a new
UpdateMapperwith the givenCassandraConverter. - UpdateOptions - Class in org.springframework.data.cassandra.core
 - 
Extension to
WriteOptionsfor use withUPDATEoperations. - UpdateOptions.UpdateOptionsBuilder - Class in org.springframework.data.cassandra.core
 - 
Builder for
UpdateOptions. - UPPERCASE - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SASI.Normalization
 - 
Normalize to uppercase.
 - USE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - USE_EMPTY - Enum constant in enum class org.springframework.data.cassandra.core.mapping.Embedded.OnEmpty
 - USE_NULL - Enum constant in enum class org.springframework.data.cassandra.core.mapping.Embedded.OnEmpty
 - USER_TYPE_RESOLVER - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 - UserDefinedType - Annotation Interface in org.springframework.data.cassandra.core.mapping
 - 
Identifies a domain object as Cassandra User Defined type (UDT).
 - useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 - useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 - userTypeName() - Element in annotation interface org.springframework.data.cassandra.core.mapping.CassandraType
 - 
If the property maps to a User-Defined Type (UDT) then this attribute holds the user type name.
 - UserTypeNameCqlGenerator<T extends UserTypeNameSpecification> - Class in org.springframework.data.cassandra.core.cql.generator
 - 
Abstract class to support User type CQL generation.
 - UserTypeNameCqlGenerator(UserTypeNameSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
 - 
Create a new
UserTypeNameCqlGenerator. - UserTypeNameSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Base value object builder class to construction of user type specifications.
 - UserTypeNameSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
 - UserTypeNameSpecification(CqlIdentifier, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
 - userTypeResolver(CqlSession) - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
 - 
Creates a new
UserTypeResolverfrom the givenCqlSession. - UserTypeResolver - Interface in org.springframework.data.cassandra.core.mapping
 - 
Strategy interface to resolve
UserDefinedTypebyname. - UserTypeSpecification<T extends UserTypeSpecification<T>> - Class in org.springframework.data.cassandra.core.cql.keyspace
 - 
Object to support the configuration of user type specifications that have columns.
 - UserTypeSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.UserTypeSpecification
 - UserTypeSpecification(CqlIdentifier, CqlIdentifier) - Constructor for class org.springframework.data.cassandra.core.cql.keyspace.UserTypeSpecification
 - usesTable(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Returns whether this mapping context has any entities mapped to the given table.
 - usesUserType(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 - 
Returns whether this mapping context has any entities using the given user type.
 - using(String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - USING - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - UUID - Enum constant in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - UUID - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - UUID_PATTERN - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 - UUID_REGEX - Static variable in class org.springframework.data.cassandra.core.cql.CqlConstantType.Regex
 
V
- validatePageable(Pageable) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Validate the
Pageablewhether it can be used for querying. - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Column
 - 
The name of the column in the table; must be a valid CQL identifier or quoted identifier.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Element
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Embedded.Empty
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Embedded.Nullable
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Indexed
 - 
The name of the index.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKey
 - 
The column name for the primary key if it is of a simple type, else ignored.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn
 - 
The name of the column in the table.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI.StandardAnalyzed
 - 
Defines the locale for tokenization.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.SASI
 - 
The name of the index.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.Table
 - 
The name of the table; must be a valid CQL identifier or quoted identifier.
 - value() - Element in annotation interface org.springframework.data.cassandra.core.mapping.UserDefinedType
 - 
The name of the UDT.
 - value() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableCassandraRepositories
 - 
Alias for the
EnableCassandraRepositories.basePackages()attribute. - value() - Element in annotation interface org.springframework.data.cassandra.repository.config.EnableReactiveCassandraRepositories
 - 
Alias for the
EnableReactiveCassandraRepositories.basePackages()attribute. - value() - Element in annotation interface org.springframework.data.cassandra.repository.Consistency
 - value() - Element in annotation interface org.springframework.data.cassandra.repository.CountQuery
 - 
A Cassandra CQL3 string to define the actual query to be executed.
 - value() - Element in annotation interface org.springframework.data.cassandra.repository.ExistsQuery
 - 
A Cassandra CQL3 string to define the actual query to be executed.
 - value() - Element in annotation interface org.springframework.data.cassandra.repository.Query
 - 
A Cassandra CQL3 string to define the actual query to be executed.
 - value(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.RemoveFromBuilder
 - 
Remove all entries matching
valuefrom a set, list or map (map key). - valueOf(String) - Static method in enum class org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
 - 
Deprecated.Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.config.CompressionType
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.config.KeyspaceAction
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.DateToInstantConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.InstantToDateConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalTimeToMillisOfDayConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.MillisOfDayToLocalTimeConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.converter.RowToArrayConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.converter.RowToListConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.converter.RowToMapConverter
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.Ordering
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.PrimaryKeyType
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.RingMemberHostMapper
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.cql.util.StatementBuilder.ParameterHandling
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
 - 
Deprecated.Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.Embedded.OnEmpty
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.SASI.IndexMode
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.SASI.Normalization
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.mapping.SimpleTupleTypeFactory
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.observability.CassandraObservation
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - 
Returns the enum constant of this class with the specified name.
 - valueOf(String) - Static method in enum class org.springframework.data.cassandra.repository.Query.Idempotency
 - 
Returns the enum constant of this class with the specified name.
 - valueOfIgnoreCase(String) - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
Look up
TableOptionby name using case-insensitive lookups. - values() - Static method in enum class org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
 - 
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.config.CompressionType
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.config.KeyspaceAction
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.config.SchemaAction
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.DateToInstantConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.InstantToDateConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalTimeToMillisOfDayConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.MillisOfDayToLocalTimeConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.converter.RowToArrayConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.converter.RowToListConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.converter.RowToMapConverter
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.CqlConstantType
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Causes the inclusion of an
VALUESclause. - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CachingOption
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompactionOption
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.CompressionOption
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.keyspace.TableOption
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.Ordering
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.PrimaryKeyType
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.RingMemberHostMapper
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.cql.util.StatementBuilder.ParameterHandling
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
 - 
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.Embedded.OnEmpty
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.SASI.IndexMode
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.SASI.Normalization
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.mapping.SimpleTupleTypeFactory
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.observability.CassandraObservation
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.observability.ObservationRequestTracker
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Static method in enum class org.springframework.data.cassandra.repository.Query.Idempotency
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Method in class org.springframework.data.cassandra.util.MapBuilder
 - values(Iterable<? extends Object>) - Method in interface org.springframework.data.cassandra.core.query.Update.RemoveFromBuilder
 - 
Remove all entries matching
valuesfrom a set, list or map (map key). - values(Object...) - Method in interface org.springframework.data.cassandra.core.query.Update.RemoveFromBuilder
 - 
Remove all entries matching
valuesfrom a set, list or map (map key). - VALUES - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
 - 
Index values for
Maptyped columns. - VARCHAR - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - VARINT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.CassandraType.Name
 - VerifierMappingExceptions - Exception in org.springframework.data.cassandra.core.mapping
 - 
Aggregator of multiple
MappingExceptionfor convenience when verifying persistent entities. - VerifierMappingExceptions(CassandraPersistentEntity<?>, String) - Constructor for exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
 - 
Create a new
VerifierMappingExceptionsfor the givenentityand message. - VerifierMappingExceptions(CassandraPersistentEntity<?>, Collection<MappingException>) - Constructor for exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
 - 
Create a new
VerifierMappingExceptionsfor the givenentityand message. - verify() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 - verify() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleEntity
 - verify(Method, RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 - 
Validates that this query is not a page query.
 - verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntityMetadataVerifier
 - verify(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntityMetadataVerifier
 - 
Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
 - verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.CompositeCassandraPersistentEntityMetadataVerifier
 - verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.PrimaryKeyClassEntityMetadataVerifier
 
W
- wasApplied() - Method in class org.springframework.data.cassandra.core.WriteResult
 - wasApplied() - Method in interface org.springframework.data.cassandra.ReactiveResultSet
 - 
If the query that produced this ResultSet was a conditional update, return whether it was successfully applied.
 - wasDataPresent() - Method in exception org.springframework.data.cassandra.CassandraReadTimeoutException
 - where(String) - Static method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Static factory method to create a
Criteriausing the providedcolumnName. - where(ColumnName) - Static method in class org.springframework.data.cassandra.core.query.Criteria
 - 
Static factory method to create a
Criteriausing the providedColumnName. - Where - Class in org.springframework.data.cassandra.core.convert
 - Where() - Constructor for class org.springframework.data.cassandra.core.convert.Where
 - WHERE - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - with(String, Object) - Method in class org.springframework.data.cassandra.core.mapping.BasicMapId
 - with(String, Object) - Method in interface org.springframework.data.cassandra.core.mapping.MapId
 - 
Builder method that adds the value for the named property, then returns
this. - with(String, Object, boolean, boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - with(String, Object, boolean, boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - with(String, Object, boolean, boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - 
Adds the given option by name to this keyspaces's options.
 - with(String, Object, boolean, boolean) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
 - 
Adds the given option by name to this table's options.
 - with(KeyspaceOption) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - with(KeyspaceOption) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - 
Convenience method that calls
with(option, null). - with(KeyspaceOption, Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - with(KeyspaceOption, Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
 - 
Sets the given table option.
 - with(TableOption) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - with(TableOption) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
 - 
Convenience method that calls
with(option, null). - with(TableOption, Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification
 - with(TableOption, Object) - Method in class org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
 - 
Sets the given table option.
 - with(ColumnName) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.Field
 - 
Returns a new
QueryMapper.Fieldwith the given name. - with(ColumnName) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
 - WITH - Enum constant in enum class org.springframework.data.cassandra.core.cql.ReservedKeyword
 - 
Deprecated.
 - withAllowFiltering() - Method in class org.springframework.data.cassandra.core.query.Query
 - 
Allow filtering with
thisQuery. - withIfExists() - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - 
Use light-weight transactions by applying
IF EXISTS. - withIfExists() - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - 
Use light-weight transactions by applying
IF EXISTS. - withIfNotExists() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Use light-weight transactions by applying
IF NOT EXISTS. - withInsertNulls() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Insert null values from an entity.
 - withInsertNulls(boolean) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - 
Insert null values from an entity.
 - withNetworkReplication(DataCenterReplication...) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Configure datacenter replication given
DataCenterReplication. - withOption(String, String) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
 - 
Configure a Index-creation options using key-value pairs.
 - withOptions(InsertOptions) - Method in interface org.springframework.data.cassandra.core.ExecutableInsertOperation.InsertWithOptions
 - 
Set
InsertOptions. - withOptions(InsertOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveInsertOperation.InsertWithOptions
 - 
Set
InsertOptions. - withPropertyValueConversions(PropertyValueConversions) - Method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
 - 
Optionally set the
PropertyValueConversionsto be applied during mapping. - withQueryOptions(QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Apply given
QueryOptionsto the whole batch statement. - withQueryOptions(QueryOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Apply given
QueryOptionsto the whole batch statement. - withSimpleReplication() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Configure simple replication with a replication factor of
1. - withSimpleReplication(long) - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateKeyspaceSpecification
 - 
Configure simple replication with a
replicationFactor. - withSort(Sort) - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
 - 
Create a new
CassandraPageRequestassociated withSortsort order. - withTimestamp(long) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
 - 
Apply a given
timestampto the whole batch. - withTimestamp(long) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
 - 
Apply a given
timestampto the whole batch. - withTracing() - Method in class org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
 - 
Enables statement tracing.
 - withTracing() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - withTracing() - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
 - withTracing() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 - withTracing() - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 - wrap(CqlSession, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactory
 - 
Wrap the
CqlSessionwith aCqlSessionObservationInterceptor. - wrap(CqlSession, String, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactory
 - 
Wrap the
CqlSessionwith aCqlSessionObservationInterceptor. - wrap(CqlSession, String, CassandraObservationConvention, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableCqlSessionFactory
 - 
Wrap the
CqlSessionwith aCqlSessionObservationInterceptor. - wrap(ReactiveSession, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactory
 - 
Wrap the
CqlSessionwith aCqlSessionObservationInterceptor. - wrap(ReactiveSession, String, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactory
 - 
Wrap the
CqlSessionwith aCqlSessionObservationInterceptor. - wrap(ReactiveSession, String, CassandraObservationConvention, ObservationRegistry) - Static method in class org.springframework.data.cassandra.observability.ObservableReactiveSessionFactory
 - 
Wrap the
CqlSessionwith aCqlSessionObservationInterceptor. - write(Object, Object) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - write(Object, Object, CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
 - write(Object, Object, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 - write(Object, TypeInformation<T>) - Method in class org.springframework.data.cassandra.core.convert.CassandraConversionContext
 - WriteOptions - Class in org.springframework.data.cassandra.core.cql
 - 
Cassandra Write Options are an extension to
QueryOptionsfor write operations. - WriteOptions(ConsistencyLevel, ExecutionProfileResolver, Boolean, CqlIdentifier, Integer, CqlIdentifier, ByteBuffer, ConsistencyLevel, Duration, Duration, Long, Boolean) - Constructor for class org.springframework.data.cassandra.core.cql.WriteOptions
 - WriteOptions.WriteOptionsBuilder - Class in org.springframework.data.cassandra.core.cql
 - 
Builder for
WriteOptions. - WriteOptionsBuilder() - Constructor for class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - WriteOptionsBuilder(WriteOptions) - Constructor for class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
 - WriteResult - Class in org.springframework.data.cassandra.core
 - 
The result of a write operation.
 - WriteResult(ResultSet) - Constructor for class org.springframework.data.cassandra.core.WriteResult
 - WriteResult(List<ExecutionInfo>, boolean, List<Row>) - Constructor for class org.springframework.data.cassandra.core.WriteResult
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AbstractSessionConfiguration.