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
CassandraConverter
implementations. - AbstractCassandraConverter(ConversionService) - Constructor for class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
-
Create a new
AbstractCassandraConverter
using the givenConversionService
. - AbstractCassandraEventListener<E> - Class in org.springframework.data.cassandra.core.mapping.event
-
Base class to implement domain specific
ApplicationListener
s 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
RepositoryQuery
implementations 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
AbstractCassandraConfiguration
providing 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
RepositoryQuery
implementations for Cassandra. - AbstractReactiveCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
-
Create a new
AbstractReactiveCassandraQuery
from the givenCassandraQueryMethod
andCassandraOperations
. - 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
ResultSet
into 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
SessionFactory
implementation that routesAbstractRoutingSessionFactory.getSession()
calls to one of various targetfactories
based 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
Configuration
class used to configure a Cassandra client applicationCqlSession
connected 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
ADD
to 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
ADD
to 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
map
with 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(String, DataType) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AddColumnSpecification
- AddColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating an
ADD
clause of anALTER TABLE
statement. - 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
QueryOptions
to 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
SessionFactory
to the map ofsession factories
maintained by this object. - addTo(String) - Method in class org.springframework.data.cassandra.core.query.Update
-
Create a new
Update.AddToBuilder
to add items to a collection forcolumnName
in 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
WriteOptions
options toDelete
CQL statements. - addWriteOptions(Insert, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
-
Add common
WriteOptions
options toInsert
CQL statements. - addWriteOptions(Update, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
-
Add common
WriteOptions
options toUpdate
CQL statements. - addWriteOptions(QueryOptionsUtil.CqlStatementOptionsAccessor<T>, WriteOptions) - Static method in class org.springframework.data.cassandra.core.cql.QueryOptionsUtil
-
Add common
WriteOptions
options to CQL statements throughQueryOptionsUtil.CqlStatementOptionsAccessor
. - AfterConvertEvent<E> - Class in org.springframework.data.cassandra.core.mapping.event
-
Event to be triggered after converting a
Row
into 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
Row
s 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
CqlSession
and exception translator has been propertly set. - afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.cql.ReactiveCassandraAccessor
-
Ensures the Cassandra
ReactiveSessionFactory
and 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
-
CassandraMappingEvent
triggered 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 givenname
andDataType
to 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 givenname
andDataType
to alter a column. - AlterColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating an
ALTER
column clause of anALTER TABLE
statement. - 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 givenname
to 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 givenname
to alter a keyspace. - AlterKeyspaceCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating
ALTER TABLE
statements. - 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 KEYSPACE
specification. - alterTable(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
-
Entry point into the
AlterTableSpecification
's fluent API giventableName
to 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 giventableName
to alter a table. - AlterTableCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating
ALTER TABLE
statements. - 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 TABLE
specification. - alterType(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
-
Entry point into the
AlterColumnSpecification
's fluent API giventypeName
to alter a user type. - AlterUserTypeCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating
ALTER TYPE
statements. - AlterUserTypeCqlGenerator(AlterUserTypeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
-
Create a new
AlterUserTypeCqlGenerator
for aAlterUserTypeSpecification
. - AlterUserTypeSpecification - Class in org.springframework.data.cassandra.core.cql.keyspace
-
Object to configure a
ALTER TYPE
specification. - and(Columns) - Method in class org.springframework.data.cassandra.core.query.Columns
-
Returns a new
Columns
consisting of theColumnName
s of the currentColumns
combined with the given ones. - and(CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.query.Query
-
Add the given
CriteriaDefinition
to 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
value
to 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
values
to the collection. - appendAll(Object...) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
-
Append all
values
to 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 function
to 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
PreparedStatementBinder
that applies a given array of arguments. - ArgumentPreparedStatementBinder(Object...) - Constructor for class org.springframework.data.cassandra.core.cql.ArgumentPreparedStatementBinder
-
Create a new
ArgumentPreparedStatementBinder
for 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 type
that 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 type
that 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.Predicate
value. - 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
AsyncCassandraTemplate
initialized with the givenCqlSession
and a defaultMappingCassandraConverter
. - AsyncCassandraTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
-
Deprecated.Creates an instance of
AsyncCassandraTemplate
initialized with the givenCqlSession
and a defaultMappingCassandraConverter
. - AsyncCassandraTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
-
Creates an instance of
AsyncCassandraTemplate
initialized with the givenCqlSession
andCassandraConverter
. - AsyncCassandraTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
-
Deprecated.Creates an instance of
AsyncCassandraTemplate
initialized with the givenCqlSession
andCassandraConverter
. - AsyncCassandraTemplate(AsyncCqlTemplate, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
-
Creates an instance of
AsyncCassandraTemplate
initialized with the givenAsyncCqlTemplate
andCassandraConverter
. - AsyncCassandraTemplate(AsyncCqlTemplate, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
-
Deprecated.Creates an instance of
AsyncCassandraTemplate
initialized with the givenAsyncCqlTemplate
andCassandraConverter
. - AsyncCassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
-
Creates an instance of
AsyncCassandraTemplate
initialized with the givenSessionFactory
andCassandraConverter
. - AsyncCassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
-
Deprecated.Creates an instance of
AsyncCassandraTemplate
initialized with the givenSessionFactory
andCassandraConverter
. - 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
SimpleStatement
and 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
AsyncCqlTemplate
with the givenCqlSession
. - AsyncCqlTemplate(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
-
Deprecated.Create a new
AsyncCqlTemplate
with the givenCqlSession
. - AsyncCqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.AsyncCqlTemplate
-
Constructs a new
AsyncCqlTemplate
with the givenSessionFactory
. - AsyncCqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.legacy.AsyncCqlTemplate
-
Deprecated.Constructs a new
AsyncCqlTemplate
with the givenSessionFactory
. - AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cassandra.core.cql
-
Adapter to enable use of a
RowCallbackHandler
inside aResultSetExtractor
. - AsyncCqlTemplate.AsyncRowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cassandra.core.cql.legacy
-
Deprecated.Adapter to enable use of a
RowCallbackHandler
inside aResultSetExtractor
. - AsyncPreparedStatementCreator - Interface in org.springframework.data.cassandra.core.cql
-
One of the two central callback interfaces used by the
AsyncCqlTemplate
class. - 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
ResultSetExtractor
interface that delegates to aRowMapper
which 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.SetValueBuilder
to set a value at a numericindex
. - atKey(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.SetBuilder
-
Create a
Update.SetValueBuilder
to set a value atindex
. - AuditingEntityCallback - Class in org.springframework.data.cassandra.core.mapping.event
-
EntityCallback
to 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
AuditingEntityCallback
using the givenMappingContext
andAuditingHandler
provided by the givenObjectFactory
. - auditorAwareRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableCassandraAuditing
-
Configures the
AuditorAware
bean to be used to lookup the current principal. - auditorAwareRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableReactiveCassandraAuditing
-
Configures the
ReactiveAuditorAware
bean 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
Flux
over 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
BasicPersistentEntity
implementation that adds Cassandra specific metadata. - BasicCassandraPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
-
Create a new
BasicCassandraPersistentEntity
givenTypeInformation
. - BasicCassandraPersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
-
Create a new
BasicCassandraPersistentEntity
with the givenTypeInformation
. - BasicCassandraPersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier, Comparator<CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
-
Create a new
BasicCassandraPersistentEntity
with 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
AnnotationBasedPersistentProperty
implementation. - 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
PersistentEntity
for a mapped tuples. - BasicCassandraPersistentTupleEntity(TypeInformation<T>) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentTupleEntity
-
Creates a new
BasicCassandraPersistentTupleEntity
givenTypeInformation
. - BasicCassandraPersistentTupleProperty - Class in org.springframework.data.cassandra.core.mapping
-
Cassandra Tuple specific
CassandraPersistentProperty
implementation. - 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
BasicCassandraRowValueProvider
with the givenRow
,CodecRegistry
andSpELExpressionEvaluator
. - 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
BasicMapId
given aMap
of 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
CassandraBatchOperations
usingBatchType.LOGGED
. - batchOps() - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
-
Returns a new
ReactiveCassandraBatchOperations
usingBatchType.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
-
SessionFactoryLookup
implementation 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
BeanFactorySessionFactoryLookup
givenBeanFactory
. - BeanPropertyRowMapper<T> - Class in org.springframework.data.cassandra.core.cql
-
RowMapper
implementation that converts aRow
into a new instance of the specified mapped target class. - BeanPropertyRowMapper() - Constructor for class org.springframework.data.cassandra.core.cql.BeanPropertyRowMapper
-
Create a new
BeanPropertyRowMapper
for 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 event
triggered 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
BindMarker
for the givenvalue
. - bind(StatementBuilder.BindFunction<S>) - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
-
Apply a
StatementBuilder.BindFunction
to the statement. - bind(S, TermFactory) - Method in interface org.springframework.data.cassandra.core.cql.util.StatementBuilder.BindFunction
-
Apply a binding operation on the
statement
and return the modified statement instance. - Bindings - Interface in org.springframework.data.cassandra.core.cql.util
-
Factory for
BindMarker
capturing bindingvalue
s. - 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
QueryOptions
with the configured values. - build() - Method in class org.springframework.data.cassandra.core.cql.util.StatementBuilder
-
Build a
statement
by applying builder and bind functions using the defaultCodecRegistry
andStatementBuilder.ParameterHandling.BY_INDEX
parameter rendering. - build() - Method in class org.springframework.data.cassandra.core.cql.WriteOptions.WriteOptionsBuilder
-
Builds a new
WriteOptions
with the configured values. - build() - Method in class org.springframework.data.cassandra.core.DeleteOptions.DeleteOptionsBuilder
-
Builds a new
DeleteOptions
with the configured values. - build() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
-
Builds a new
InsertOptions
with the configured values. - build() - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
-
Builds a new
UpdateOptions
with 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
statement
by 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
statement
by applying builder and bind functions using the givenCodecRegistry
andStatementBuilder.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
String
for the givenDriverException
. - buildSession(CqlSessionBuilder) - Method in class org.springframework.data.cassandra.config.CqlSessionFactoryBean
-
Build a
Session
to 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
PreparedStatementCreator
from 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
-
BasicCassandraPersistentProperty
that 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
Collection
values 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
ScriptUtils
if 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_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
-
CassandraAccessor
provides access to a CassandraSessionFactory
and 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
-
BeanDefinitionParser
to register aAuditingEntityCallback
to 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
-
ValueConversionContext
that 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
CassandraConverter
using 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
CqlSessionFactoryBean
directly. - 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
CassandraCustomConversions
instance 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.CassandraConverterConfigurationAdapter
encapsulates creation ofCustomConversions.ConverterConfiguration
with 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
CassandraEntityClassScanner
givenentityBasePackageClasses
. - CassandraEntityClassScanner(String...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
Creates a new
CassandraEntityClassScanner
givenentityBasePackages
. - CassandraEntityClassScanner(Collection<String>) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
Creates a new
CassandraEntityClassScanner
givenentityBasePackages
. - 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
EntityMetadata
to additionally expose the table name an entity shall be persisted to. - CassandraExceptionTranslator - Class in org.springframework.data.cassandra.core.cql
-
Simple
PersistenceExceptionTranslator
for 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
CompletableFuture
directly. - 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
Converter
implementations 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
CassandraManagedTypes
object 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
MappingContext
instance to map Entities toJava Objects
. - CassandraMappingContext - Class in org.springframework.data.cassandra.core.mapping
-
Default implementation of a
MappingContext
for Cassandra usingCassandraPersistentEntity
andCassandraPersistentProperty
as 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,
UserTypeResolver
andTupleTypeFactory
no longer required here as high-level type resolution went intoCassandraConverter
. - CassandraMappingEvent<T> - Class in org.springframework.data.cassandra.core.mapping.event
-
Base
ApplicationEvent
triggered 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
- CassandraObservationContext - Class in org.springframework.data.cassandra.observability
-
A
Observation.Context
forCqlSession
. - CassandraObservationContext(Statement<?>, String, boolean, String, String, String) - Constructor for class org.springframework.data.cassandra.observability.CassandraObservationContext
- CassandraObservationConvention - Interface in org.springframework.data.cassandra.observability
-
ObservationConvention
for 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
PageRequest
implementation providing access topaging state
. - CassandraParameterAccessor - Interface in org.springframework.data.cassandra.repository.query
-
Cassandra-specific
ParameterAccessor
exposing a Cassandratypes
that are supported by the driver and parameter type. - CassandraParameters - Class in org.springframework.data.cassandra.repository.query
-
Custom extension of
Parameters
discovering additional properties of query method parameters. - CassandraParameters(ParametersSource) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
-
Create a new
CassandraParameters
instance from the givenMethod
. - CassandraParametersParameterAccessor - Class in org.springframework.data.cassandra.repository.query
-
Cassandra-specific
ParameterAccessor
exposing Cassandratypes
that 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
PersistentEntity
abstraction. - 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
CassandraMappingContext
andCassandraPersistentEntity
. - CassandraPersistentEntitySchemaCreator(CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
Create a new
CassandraPersistentEntitySchemaCreator
for the givenCassandraMappingContext
andCassandraAdminOperations
. - CassandraPersistentEntitySchemaCreator(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
Create a new
CassandraPersistentEntitySchemaCreator
for the givenCassandraMappingContext
andCassandraAdminOperations
. - CassandraPersistentEntitySchemaDropper - Class in org.springframework.data.cassandra.core
-
Schema drop support for Cassandra based on
CassandraMappingContext
andCassandraPersistentEntity
. - CassandraPersistentEntitySchemaDropper(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
-
Create a new
CassandraPersistentEntitySchemaDropper
for the givenCassandraMappingContext
andCassandraAdminOperations
. - CassandraPersistentProperty - Interface in org.springframework.data.cassandra.core.mapping
-
Cassandra specific
PersistentProperty
extension. - CassandraPersistentPropertyComparator - Enum Class in org.springframework.data.cassandra.core.mapping
-
Comparator
implementation that ordersCassandraPersistentProperty
instances. - CassandraPrimaryKeyColumnAnnotationComparator - Enum Class in org.springframework.data.cassandra.core.mapping
-
Comparator
implementation 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
CassandraQueryMethod
from 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
-
ImportBeanDefinitionRegistrar
to 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
CrudRepository
interface 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
-
RepositoryConfigurationExtension
for 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
CassandraRepository
instances. - CassandraRepositoryFactory(CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
Create a new
CassandraRepositoryFactory
with the givenCassandraOperations
. - CassandraRepositoryFactoryBean<T extends Repository<S,
ID>, S, ID> - Class in org.springframework.data.cassandra.repository.support -
FactoryBean
to createCassandraRepository
instances. - CassandraRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
-
Create a new
CassandraRepositoryFactoryBean
for the given repository interface. - CassandraRepositoryQuerySupport - Class in org.springframework.data.cassandra.repository.query
-
Base class for Cassandra
RepositoryQuery
implementations providing common infrastructure such asEntityInstantiators
andQueryStatementCreator
. - 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
-
CassandraValueProvider
providing 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
ScrollPosition
usingPagingState
. - CassandraScrollPosition() - Constructor for class org.springframework.data.cassandra.core.query.CassandraScrollPosition
- cassandraSession() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
-
Creates a
CqlSessionFactoryBean
that provides a CassandraCqlSession
. - cassandraSessionFactory(CqlSession) - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
-
Creates a
SessionFactoryFactoryBean
that provides aSessionFactory
. - CassandraSessionFactoryBean - Class in org.springframework.data.cassandra.config
-
Deprecated.since 3.0, use
CqlSessionFactoryBean
directly. - 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
SimpleTypeHolder
enriched 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
CassandraTemplate
initialized with the givenCqlSession
and a defaultMappingCassandraConverter
. - CassandraTemplate(CqlSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
-
Creates an instance of
CassandraTemplate
initialized with the givenCqlSession
andCassandraConverter
. - CassandraTemplate(CqlOperations, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
-
Creates an instance of
CassandraTemplate
initialized with the givenCqlOperations
andCassandraConverter
. - CassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
-
Creates an instance of
CassandraTemplate
initialized with the givenSessionFactory
andCassandraConverter
. - CassandraTemplate.PreparedStatementHandler - Class in org.springframework.data.cassandra.core
-
Utility class to prepare a
SimpleStatement
and 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
CassandraTemplate
bean 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
TupleValueProvider
directly. - 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
UdtValueProvider
directly. - 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
-
PersistentEntity
for 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
PropertyValueConverter
extension. - 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
Cluster
type. - 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
SimpleTupleTypeFactory
instead. - 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
-
RowMapper
implementation that creates ajava.util.Map
for 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
DataType
information. - 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
CassandraPersistentEntityMetadataVerifier
to verify persistent entities and primary key classes. - CompositeCassandraPersistentEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.core.mapping.CompositeCassandraPersistentEntityMetadataVerifier
-
Create a new
CompositeCassandraPersistentEntityMetadataVerifier
using default entity and primary key verifiers. - CompositeKeyspacePopulator - Class in org.springframework.data.cassandra.core.cql.session.init
-
Composite
KeyspacePopulator
that delegates to a list of givenKeyspacePopulator
implementations, 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
CompositeKeyspacePopulator
with the given populators. - CompositeKeyspacePopulator(KeyspacePopulator...) - Constructor for class org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
-
Create a
CompositeKeyspacePopulator
with 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
ConsistencyLevel
for 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
ConsistencyLevel
to 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
Query
toSelect
. - count(Query, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
-
Create a COUNT statement by mapping
Query
toSelect
. - 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 exceptions
and Spring's data access strategy-agnosticDataAccessException
hierarchy. - 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
CqlIdentifier
instead. - 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
- 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
CqlTemplate
configured 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
CqlTemplate
initialized with the givenCqlSession
. - CqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cassandra.core.cql.CqlTemplate
-
Constructs a new
CqlTemplate
with the givenSessionFactory
. - CqlTemplate.RowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cassandra.core.cql
-
Adapter to enable use of a
RowCallbackHandler
inside 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
MapPreparedStatementCache
usingConcurrentHashMap
. - 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
TupleType
representing 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
ColumnType
for 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
Term
for the givenvalue
. - create(Consumer<CassandraCustomConversions.CassandraConverterConfigurationAdapter>) - Static method in class org.springframework.data.cassandra.core.convert.CassandraCustomConversions
-
Functional style
CustomConversions
creation 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
TupleType
representing 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
PersistentPropertyTranslator
accepting afilter predicate
whether 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(TypeInformation<?>) - Static method in interface org.springframework.data.cassandra.core.convert.ColumnType
-
Creates a
ColumnType
for 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
Map
instance 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
Flux
given aReactiveStatementCallback
without exception translation. - createFlux(ReactiveSessionCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
-
Create a reusable
Flux
given aReactiveSessionCallback
without 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 a index. - createIndex(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
-
Entry point into the
CreateIndexSpecification
's fluent API givenindexName
to create a index. - createIndex(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
-
Entry point into the
CreateIndexSpecification
's fluent API givenindexName
to create a index. - CreateIndexCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating a
CREATE INDEX
statement. - 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 INDEX
specification. - 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
List
ofCreateIndexSpecification
. - 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 givenname
to 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 givenname
to 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 TABLE
statement. - 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 KEYSPACE
specification. - createMono(Statement<?>, ReactiveStatementCallback<T>) - Method in class org.springframework.data.cassandra.core.cql.ReactiveCqlTemplate
-
Create a reusable
Mono
given aReactiveStatementCallback
without 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.AsyncPreparedStatementHandler
using the statement passed in. - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Create a new statement-based
CassandraTemplate.PreparedStatementHandler
using the statement passed in. - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
-
Deprecated.Create a new statement-based
AsyncCassandraTemplate.AsyncPreparedStatementHandler
using the statement passed in. - createPreparedStatementHandler(Statement<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
-
Create a new statement-based
ReactiveCassandraTemplate.ReactivePreparedStatementHandler
using the statement passed in. - createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
Creates a
Statement
using 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
entityClass
and 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
entityClass
and 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 giventableName
to 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 giventableName
to create a table. - CreateTableCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating a
CREATE TABLE
statement. - 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 TABLE
specification. - createTableSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
Create
List
ofCreateTableSpecification
. - createType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
-
Entry point into the
CreateUserTypeSpecification
's fluent API givenname
to 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 givenname
to create a type. - CreateUserTypeCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating a
CREATE TYPE
statement. - CreateUserTypeCqlGenerator(CreateUserTypeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
-
Create a new
CreateUserTypeCqlGenerator
for 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 TYPE
specification. - createUserTypeSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
Create
List
ofCreateUserTypeSpecification
. - 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
Criteria
given aColumnName
. - CriteriaDefinition - Interface in org.springframework.data.cassandra.core.query
-
Criteria definition for a
ColumnName
exposing 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
Converter
s in aCustomConversions
object 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
-
RowMapper
implementation 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
DateTimeProvider
bean name that allows customizing theTemporalAccessor
to be used for setting creation and modification dates. - dateTimeProviderRef() - Element in annotation interface org.springframework.data.cassandra.config.EnableReactiveCassandraAuditing
-
Configures a
DateTimeProvider
bean name that allows customizing theTemporalAccessor
to 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
columnName
by 1. - decrement(String, Number) - Method in class org.springframework.data.cassandra.core.query.Update
-
Decrement the value at
columnName
bydelta
. - DEFAULT - Enum constant in enum class org.springframework.data.cassandra.core.mapping.SimpleTupleTypeFactory
-
Default
SimpleTupleTypeFactory
using newest protocol versions and the defaultCodecRegistry
. - DEFAULT - Static variable in class org.springframework.data.cassandra.core.mapping.CodecRegistryTupleTypeFactory
-
Deprecated.Default
CodecRegistryTupleTypeFactory
using 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
DefaultBridgedReactiveSession
for aCqlSession
. - 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
SessionFactory
implementation. - DefaultSessionFactory(CqlSession) - Constructor for class org.springframework.data.cassandra.core.cql.session.DefaultSessionFactory
-
Constructs a new
DefaultSessionFactory
givenCqlSession
. - 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
DELETE
operation 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
DELETE
operation 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
WriteOptions
to the batch. - delete(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraBatchOperations
-
Add a collection of deletes with given
WriteOptions
to 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
QueryOptions
and 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
QueryOptions
and 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
QueryOptions
and 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
QueryOptions
and 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
DeleteOptions
and 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
DeleteOptions
and 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
DeleteOptions
and 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
QueryOptions
and 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
Query
toDelete
. - delete(Query, CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.StatementFactory
-
Create a DELETE statement by mapping
Query
toDelete
. - 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
WriteOptions
to 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
id
to 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
WriteOptions
for use withDELETE
operations. - 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.
- 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
ProgrammaticDriverConfigLoaderBuilder
via aDriverConfigLoaderBuilderConfigurer
whilst 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
DropColumnSpecification
for the givenname
. - dropColumn(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropColumnSpecification
-
Create a new
DropColumnSpecification
for the givenname
. - DropColumnCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating a
DROP
column clause of anALTER TABLE
statement. - 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
DropIndexSpecification
for the givenindexName
. - dropIndex(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification
-
Create a new
DropIndexSpecification
for the givenindexName
. - DropIndexCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating a
DROP INDEX
statement. - 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 INDEX
specification. - dropKeyspace(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
-
Create a new
DropKeyspaceSpecification
for the givenname
. - dropKeyspace(String) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
-
Create a new
DropKeyspaceSpecification
for 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 TABLE
statement. - 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 KEYSPACE
specification. - dropTable(boolean, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Drops the
named
table. - 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
named
table. - 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 giventableName
to 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 APItableName
to drop a table. - DropTableCqlGenerator - Class in org.springframework.data.cassandra.core.cql.generator
-
CQL generator for generating a
DROP TABLE
statement. - 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 TABLE
specification. - dropType(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
-
Entry point into the
DropUserTypeSpecification
's fluent API givenname
to 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 givenname
to 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 TYPE
statement. - DropUserTypeCqlGenerator(DropUserTypeSpecification) - Constructor for class org.springframework.data.cassandra.core.cql.generator.DropUserTypeCqlGenerator
-
Create a new
DropUserTypeCqlGenerator
for 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 TYPE
specification. - 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
PersistentProperty
andPersistentEntity
for 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
CassandraManagedTypes
object. - 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
Columns
instance 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
Update
object. - 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
ENTRIES
clause. - ENTRIES - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
-
Index keys and values (entry-level indexing) for
Map
typed columns. - entry(Object, Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
-
Associate the specified
value
with the specifiedkey
in 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
CqlIdentifier
to 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
KeyspaceIdentifier
to 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
-
ExecutableDeleteOperation
allows creation and execution of CassandraDELETE
operations 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.ExecutableDelete
interface provides methods for constructingDELETE
operations in a fluent way. - ExecutableDeleteOperation.TerminatingDelete - Interface in org.springframework.data.cassandra.core
-
Trigger
DELETE
execution by calling one of the terminating methods. - ExecutableInsertOperation - Interface in org.springframework.data.cassandra.core
-
ExecutableInsertOperation
allows creation and execution of CassandraINSERT
insert operations in a fluent API style. - ExecutableInsertOperation.ExecutableInsert<T> - Interface in org.springframework.data.cassandra.core
-
The
ExecutableInsertOperation.ExecutableInsert
interface provides methods for constructingINSERT
operations 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
INSERT
execution by calling one of the terminating methods. - ExecutableSelectOperation - Interface in org.springframework.data.cassandra.core
-
The
ExecutableSelectOperation
interface allows creation and execution of CassandraSELECT
operations in a fluent API style. - ExecutableSelectOperation.ExecutableSelect<T> - Interface in org.springframework.data.cassandra.core
-
The
ExecutableSelectOperation.ExecutableSelect
interface provides methods for constructingSELECT
query 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
SELECT
query execution by calling one of the terminating methods. - ExecutableUpdateOperation - Interface in org.springframework.data.cassandra.core
-
ExecutableUpdateOperation
allows creation and execution of CassandraUPDATE
operation in a fluent API style. - ExecutableUpdateOperation.ExecutableUpdate - Interface in org.springframework.data.cassandra.core
-
The
ExecutableUpdateOperation.ExecutableUpdate
interface provides methods for constructingUPDATE
operations 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
PreparedStatementBinder
to 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
PreparedStatementBinder
to 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
PreparedStatementBinder
to 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
PreparedStatementBinder
to 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
AsyncPreparedStatementCreator
to 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
AsyncPreparedStatementCreator
to 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
PreparedStatementCreator
to 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
ReactivePreparedStatementCreator
to 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
ResourceKeyspacePopulator
against 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 profile
to 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
ExecutionProfileResolver
to 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
DriverExecutionProfile
used 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
entityClass
with the givenid
exists. - 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
entityClass
with the givenid
exists. - 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
entityClass
with the givenid
exists. - 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
entityClass
with the givenid
exists. - 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
entityClass
Query
yields 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
entityClass
Query
yields 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
entityClass
Query
yields 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
entityClass
Query
yields 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
CriteriaDefinition
s 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
Slice
of entities meeting the paging restriction provided in thePageable
object. - 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
AnnotatedType
byannotationType
derived 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
CassandraType
for 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
PageRequest
for the first page. - first(int, Sort) - Static method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
-
Creates a new
PageRequest
with 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
PageRequest
with 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
CqlIdentifier
hence 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
CqlIdentifier
hence 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
CqlIdentifier
hence 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
CqlIdentifier
hence 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
CqlIdentifier
hence 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
ExecutionProfileResolver
from aDriverExecutionProfile
to apply the profile object. - from(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.query.ColumnName
-
Create a
ColumnName
givenCqlIdentifier
. - from(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
-
Create a
Columns.ColumnSelector
givenCqlIdentifier
. - from(CqlIdentifier...) - Static method in class org.springframework.data.cassandra.core.query.Columns
-
Create a
Columns
givencolumnNames
. - from(Node) - Static method in class org.springframework.data.cassandra.core.cql.RingMember
-
Creates a new
RingMember
givenNode
. - from(Class<?>...) - Static method in class org.springframework.data.cassandra.CassandraManagedTypes
-
Factory method used to construct
CassandraManagedTypes
from the given array oftypes
. - from(Iterable<? extends CriteriaDefinition>) - Static method in interface org.springframework.data.cassandra.core.query.Filter
-
Create a simple
Filter
givenCriteriaDefinition
s. - from(String) - Static method in interface org.springframework.data.cassandra.core.cql.ExecutionProfileResolver
-
Create a
ExecutionProfileResolver
from aprofileName
. - from(String) - Static method in class org.springframework.data.cassandra.core.query.ColumnName
-
Create a
ColumnName
given a stringcolumnName
. - from(String) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
-
Create a
Columns.ColumnSelector
given 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
Columns
givencolumnNames
. - 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.CassandraConverterConfigurationAdapter
using the providedconverters
and our own codecs for JSR-310 types. - from(ColumnName) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
-
Create a
Columns.ColumnSelector
givenColumnName
. - from(CriteriaDefinition...) - Static method in interface org.springframework.data.cassandra.core.query.Filter
-
Create a simple
Filter
givenCriteriaDefinition
s. - from(ManagedTypes) - Static method in class org.springframework.data.cassandra.CassandraManagedTypes
-
Wraps an existing
ManagedTypes
object 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
frozen
column type. - full() - Method in class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
-
Causes the inclusion of an
FULL
clause. - FULL - Enum constant in enum class org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification.ColumnFunction
-
Index the entire
Collection
/Map
as-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
Query
annotation 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
AsyncCqlOperations
to 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
AsyncCqlOperations
to 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
ClassLoader
used 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
CodecRegistry
registered 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
CodecRegistry
directly 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
List
ofColumnSpecification
s. - 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
Collection
s or the key type forMap
s. - 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.
- getConversionContext() - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
-
Constructs a new instance of
MappingCassandraConverter.ConversionContext
with 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
ConversionService
for 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
CassandraConverter
used 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
PreparedStatement
will 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(Object) - Static method in class org.springframework.data.cassandra.core.cql.QueryExtractorDelegate
-
Try to extract the
CQL query
from 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
CqlOperations
to 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 specifications
derived fromCassandraPersistentEntity
. - getCreateIndexSpecificationsFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
-
Returns
index specifications
derived fromCassandraPersistentEntity
. - getCreateIndexSpecificationsFor(CassandraPersistentEntity<?>, 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
CreateTableSpecification
for the given entity, including all mapping information. - getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
-
Returns a
CreateTableSpecification
for the given entity, including all mapping information. - getCreateTableSpecificationFor(CassandraPersistentEntity<?>, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
-
Returns a
CreateTableSpecification
for the given entity usingtable name
, including all mapping information. - getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.SchemaFactory
-
Returns a
CreateUserTypeSpecification
for 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
CustomConversions
for 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
DataType
associated with this column type. - getDataType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
Returns the Cassandra
DataType
for 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
DataType
for aClass
. - getDataTypeFor(CassandraType.Name) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
-
Returns the
DataType
for 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
Resource
pointing 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
Table
annotations. - 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
EntityOperations
used 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
EntityOperations
used 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
EntityOperations
used 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
EntityOperations
used to perform data access operations on an entity inside a Cassandra data source. - getExceptions() - Method in exception org.springframework.data.cassandra.core.mapping.IdInterfaceExceptions
-
Returns a list of the
IdInterfaceException
s 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
RepositoryFactorySupport
instance. - 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
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. - getForceQuote() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
-
Deprecated.
- 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
Set
of 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.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.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. - 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
KeyspaceMetadata
for 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
. - 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
MappingContext
containing 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
MappingContext
used 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
MappingContext
used 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
MappingException
s 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
IdInterfaceException
messages aggregated within. - getMessages() - Method in exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
-
Returns a list of the
MappingException
messages 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
- getOperations() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
Return a reference to the
CassandraOperations
used 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
Map
of 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
Map
of 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
PreparedStatement
byCqlSession
andSimpleStatement
. - 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
PreparedStatement
byCqlSession
andSimpleStatement
. - 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
ProjectionFactory
for 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
CassandraPersistentProperty
backing 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
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
- getQueryMapper() - Method in class org.springframework.data.cassandra.core.StatementFactory
-
Returns the
QueryMapper
used to mapQuery
to 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
QueryOptions
associated 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
QueryOptions
parameter 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
ReactiveCqlOperations
to 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
ConsistencyLevel
in aQuery
annotation or throwsIllegalStateException
if the annotation was not found. - getRequiredAnnotatedQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
Returns the required query string declared in a
Query
annotation or throwsIllegalStateException
if 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
Collection
s, the key type forMap
s or the single generic type if available. - getRequiredDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
-
Returns the required default
DataType
for aClass
. - getRequiredDataTypeFor(CassandraType.Name) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
-
Returns the required
DataType
for aCassandraType.Name
. - 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 throwIllegalStateException
if 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
CqlSession
instance. - getRequiredSessionFactory() - Method in class org.springframework.data.cassandra.config.AbstractCassandraConfiguration
-
Returns the initialized
CqlSession
instance. - getRequiredSessionFactory() - Method in class org.springframework.data.cassandra.config.AbstractSessionConfiguration
-
Returns the initialized
CqlSession
instance. - 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
Row
from which thisAfterConvertEvent
was 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
SchemaAction
to 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
SessionFactory
to dispatch CQL calls amongst differentCqlSession
s 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
ReactiveSession
to be used directly or inside a callback insideReactiveCqlTemplate
. - getSession() - Method in interface org.springframework.data.cassandra.SessionFactory
-
Attempts to establish a
CqlSession
with the connection infrastructure that thisSessionFactory
object 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
Map
ofsession factories
maintained by this object. - getSessionFactory() - Method in class org.springframework.data.cassandra.core.cql.CassandraAccessor
-
Returns the Cassandra
SessionFactory
used 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
SessionFactory
identified 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
SessionFactoryInitializer
bean 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
SessionFactoryInitializer
bean 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
StatementFactory
used by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Returns the
StatementFactory
used by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.core.legacy.AsyncCassandraTemplate
-
Deprecated.Returns the
StatementFactory
used by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
-
Returns the
StatementFactory
used by this template to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
-
Returns the
StatementFactory
used by this query to construct and run Cassandra CQL statements. - getStatementFactory() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
-
Returns the
StatementFactory
used 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
Table
entities. - 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
PartTree
backing the query. - getTree() - Method in class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
-
Return the
PartTree
backing 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
AbstractDeleteEvent
shall be invoked for. - getType() - Method in class org.springframework.data.cassandra.core.mapping.event.AfterLoadEvent
-
Returns the type for which the
AfterLoadEvent
shall 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
UpdateMapper
used to mapUpdate
to 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
UserTypeResolver
directly 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
- 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
- hasNext() - Method in class org.springframework.data.cassandra.core.query.CassandraPageRequest
-
Returns whether there's a next
Pageable
we can access from the current one. - hasOrdinal() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
-
Determines whether this
CassandraPersistentProperty
is 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
QueryMethod
receives a reactive parameter wrapper as one of its parameters.
AbstractSessionConfiguration
.