Skip navigation links
Spring Data for Apache Cassandra
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractCassandraConfiguration - Class in org.springframework.data.cassandra.config.java
Base class for Spring Data Cassandra configuration using JavaConfig.
AbstractCassandraConfiguration() - Constructor for class org.springframework.data.cassandra.config.java.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 given ConversionService.
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
AbstractClusterConfiguration - Class in org.springframework.data.cql.config.java
Base class for Spring Cassandra configuration that can handle creating namespaces, execute arbitrary CQL on startup & shutdown, and optionally drop keyspaces.
AbstractClusterConfiguration() - Constructor for class org.springframework.data.cql.config.java.AbstractClusterConfiguration
 
AbstractCqlTemplateConfiguration - Class in org.springframework.data.cql.config.java
Abstract configuration class to create a CqlTemplate and inheriting Session and Cluster creation.
AbstractCqlTemplateConfiguration() - Constructor for class org.springframework.data.cql.config.java.AbstractCqlTemplateConfiguration
 
AbstractReactiveCassandraConfiguration - Class in org.springframework.data.cassandra.config.java
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.java.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
AbstractResultSetConverter<T> - Class in org.springframework.data.cql.core.converter
Convenient converter that can be used to convert a single-row-single-column, single-row-multi-column, or multi-row ResultSet into the a value of a given type.
AbstractResultSetConverter() - Constructor for class org.springframework.data.cql.core.converter.AbstractResultSetConverter
 
AbstractResultSetToBasicFixedTypeConverter<T> - Class in org.springframework.data.cql.core.converter
Thin wrapper that allows subclasses to delegate conversion of the given value to a DefaultConversionService.
AbstractResultSetToBasicFixedTypeConverter() - Constructor for class org.springframework.data.cql.core.converter.AbstractResultSetToBasicFixedTypeConverter
 
AbstractRoutingSessionFactory - Class in org.springframework.data.cql.core.session.lookup
Abstract SessionFactory implementation that routes AbstractRoutingSessionFactory.getSession() calls to one of various target factories based on a lookup key.
AbstractRoutingSessionFactory() - Constructor for class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
 
AbstractSessionConfiguration - Class in org.springframework.data.cql.config.java
Spring @Configuration class used to configure a Cassandra client application Session connected to a Cassandra Cluster.
AbstractSessionConfiguration() - Constructor for class org.springframework.data.cql.config.java.AbstractSessionConfiguration
 
add(IdInterfaceException) - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
add(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Adds an ADD to the list of column changes.
add(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Adds an ADD to the list of field changes.
add(CqlIdentifier, DataType) - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Adds an ADD to the list of field changes.
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 at ColumnName.
addAssociation(Association<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
AddColumnCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating an ADD clause of an ALTER TABLE statement.
AddColumnCqlGenerator(AddColumnSpecification) - Constructor for class org.springframework.data.cql.core.generator.AddColumnCqlGenerator
 
AddColumnSpecification - Class in org.springframework.data.cql.core.keyspace
Specification to add a column.
AddColumnSpecification(String, DataType) - Constructor for class org.springframework.data.cql.core.keyspace.AddColumnSpecification
Create a new AddColumnSpecification for the given name and type
AddColumnSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.data.cql.core.keyspace.AddColumnSpecification
Create a new AddColumnSpecification for the given name and type
addOptionalPropertyReference(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyReference(BeanDefinitionBuilder, String, Attr, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyReference(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyReference(BeanDefinitionBuilder, String, Element, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyReference(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyReference(BeanDefinitionBuilder, String, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyValue(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyValue(BeanDefinitionBuilder, String, Attr, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyValue(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyValue(BeanDefinitionBuilder, String, Element, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyValue(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addOptionalPropertyValue(BeanDefinitionBuilder, String, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 
addPreparedStatementOptions(PreparedStatement, QueryOptions) - Static method in class org.springframework.data.cql.core.QueryOptionsUtil
Add common QueryOptions to Cassandra PreparedStatements.
addProperty(BeanDefinitionBuilder, String, String, String, boolean, boolean) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
Adds the named property and value, or reference to the given BeanDefinitionBuilder with an optional default value if the value has not been specified.
addQueryOptions(T, QueryOptions) - Static method in class org.springframework.data.cql.core.QueryOptionsUtil
Add common QueryOptions to all types of queries.
addReplicasPerNode(String, long) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
addRequiredPropertyReference(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addRequiredPropertyReference(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addRequiredPropertyReference(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addRequiredPropertyValue(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addRequiredPropertyValue(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addRequiredPropertyValue(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
addSessionFactory(String, SessionFactory) - Method in class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
Add the supplied SessionFactory to the map of session 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 for columnName 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(Insert, WriteOptions) - Static method in class org.springframework.data.cql.core.QueryOptionsUtil
Add common WriteOptions options to Insert CQL statements.
addWriteOptions(Update, WriteOptions) - Static method in class org.springframework.data.cql.core.QueryOptionsUtil
Add common WriteOptions options to Update CQL statements.
afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 
afterPropertiesSet() - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.config.CassandraCqlTemplateFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
 
afterPropertiesSet() - Method in class org.springframework.data.cql.support.CassandraAccessor
Ensures the Cassandra Session and exception translator has been propertly set.
afterPropertiesSet() - Method in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Ensures the Cassandra ReactiveSessionFactory and exception translator has been properly set.
alter(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Adds an ALTER to the list of column changes.
alter(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Adds an ALTER to the list of field changes.
alter(CqlIdentifier, DataType) - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Adds an ALTER to the list of field changes.
AlterColumnCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating an ALTER column clause of an ALTER TABLE statement.
AlterColumnCqlGenerator(AlterColumnSpecification) - Constructor for class org.springframework.data.cql.core.generator.AlterColumnCqlGenerator
 
AlterColumnSpecification - Class in org.springframework.data.cql.core.keyspace
Value object for altering a column.
AlterColumnSpecification(String, DataType) - Constructor for class org.springframework.data.cql.core.keyspace.AlterColumnSpecification
 
AlterColumnSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.data.cql.core.keyspace.AlterColumnSpecification
 
alterKeyspace() - Static method in class org.springframework.data.cql.core.keyspace.AlterKeyspaceSpecification
Entry point into the AlterKeyspaceSpecification's fluent API to alter a keyspace.
alterKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.AlterKeyspaceSpecification
Entry point into the AlterKeyspaceSpecification's fluent API to alter a keyspace.
AlterKeyspaceCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating ALTER TABLE statements.
AlterKeyspaceCqlGenerator(AlterKeyspaceSpecification) - Constructor for class org.springframework.data.cql.core.generator.AlterKeyspaceCqlGenerator
 
AlterKeyspaceSpecification - Class in org.springframework.data.cql.core.keyspace
 
AlterKeyspaceSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.AlterKeyspaceSpecification
 
AlterKeyspaceSpecification(String) - Constructor for class org.springframework.data.cql.core.keyspace.AlterKeyspaceSpecification
 
AlterKeyspaceSpecification(KeyspaceIdentifier) - Constructor for class org.springframework.data.cql.core.keyspace.AlterKeyspaceSpecification
 
alterTable() - Static method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Entry point into the AlterTableSpecification's fluent API to alter a table.
alterTable(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Entry point into the AlterTableSpecification's fluent API to alter a table.
alterTable(String) - Static method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Entry point into the AlterTableSpecification's fluent API to alter a table.
AlterTableCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating ALTER TABLE statements.
AlterTableCqlGenerator(AlterTableSpecification) - Constructor for class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
Create a new {@link AlterTableCqlGenerator}.
AlterTableSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class to construct an ALTER TABLE specification.
AlterTableSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.AlterTableSpecification
 
alterType() - Static method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Entry point into the AlterUserTypeSpecification's fluent API to alter a type.
alterType(String) - Static method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Entry point into the AlterUserTypeSpecification's fluent API to alter a type.
alterType(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Entry point into the AlterUserTypeSpecification's fluent API to alter a type.
AlterUserTypeCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating ALTER TYPE statements.
AlterUserTypeCqlGenerator(AlterUserTypeSpecification) - Constructor for class org.springframework.data.cql.core.generator.AlterUserTypeCqlGenerator
AlterUserTypeSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class to construct an ALTER TYPE specification.
AlterUserTypeSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
 
and(Columns) - Method in class org.springframework.data.cassandra.core.query.Columns
Returns a new Columns consisting of the ColumnNames of the current Columns combined with the given ones.
and(CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.query.Query
Add the given CriteriaDefinition to the current Query.
append(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Append the value to the collection.
appendAll(Object...) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Append all values to the collection.
appendAll(Iterable<? extends Object>) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Append all values to the collection.
applyOptions(T) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
 
applyOptions(T) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
applyStatementSettings(Statement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Prepare the given CQL Statement (or PreparedStatement), applying statement settings such as fetch size, retry policy, and consistency level.
applyStatementSettings(PreparedStatement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Prepare the given CQL Statement (or PreparedStatement), applying statement settings such as retry policy and consistency level.
applyStatementSettings(T) - Method in class org.springframework.data.cql.support.CassandraAccessor
Prepare the given CQL Statement (or PreparedStatement), applying statement settings such as retry policy and consistency level.
applyStatementSettings(T) - Method in class org.springframework.data.cql.support.CassandraAccessor
Prepare the given CQL Statement (or PreparedStatement), applying statement settings such as fetch size, retry policy, and consistency level.
ArgumentPreparedStatementBinder - Class in org.springframework.data.cql.core
Simple adapter for PreparedStatementBinder that applies a given array of arguments.
ArgumentPreparedStatementBinder(Object[]) - Constructor for class org.springframework.data.cql.core.ArgumentPreparedStatementBinder
Create a new ArgumentPreparedStatementBinder for the given arguments.
as(String) - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
Create a Columns.ColumnSelector for the current expression aliased as alias.
as(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
Create a Columns.ColumnSelector for the current expression aliased as alias.
as(String) - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
Create a Columns.FunctionCall for the current expression aliased as alias.
as(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
Create a Columns.FunctionCall for the current expression aliased as alias.
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.
AsyncCassandraTemplate - Class in org.springframework.data.cassandra.core
Primary implementation of AsyncCassandraOperations.
AsyncCassandraTemplate(Session) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
Creates an instance of AsyncCassandraTemplate initialized with the given Session and a default MappingCassandraConverter.
AsyncCassandraTemplate(Session, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
Creates an instance of AsyncCassandraTemplate initialized with the given Session and CassandraConverter.
AsyncCassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
Creates an instance of AsyncCassandraTemplate initialized with the given SessionFactory and CassandraConverter.
AsyncCassandraTemplate(AsyncCqlTemplate, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.AsyncCassandraTemplate
Creates an instance of AsyncCassandraTemplate initialized with the given AsyncCqlTemplate and CassandraConverter.
AsyncCqlOperations - Interface in org.springframework.data.cql.core
Interface specifying a basic set of CQL asynchronously executed operations.
AsyncCqlTemplate - Class in org.springframework.data.cql.core
This is the central class in the CQL core package for asynchronous Cassandra data access.
AsyncCqlTemplate() - Constructor for class org.springframework.data.cql.core.AsyncCqlTemplate
Create a new, uninitialized AsyncCqlTemplate.
AsyncCqlTemplate(Session) - Constructor for class org.springframework.data.cql.core.AsyncCqlTemplate
Create a new AsyncCqlTemplate with the given Session.
AsyncCqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cql.core.AsyncCqlTemplate
Constructs a new AsyncCqlTemplate with the given SessionFactory.
AsynchronousQueryListener - Interface in org.springframework.data.cql.core
Interface used to give an implementation access to a ResultSetFuture after the query has completed.
AsyncPreparedStatementCreator - Interface in org.springframework.data.cql.core
One of the two central callback interfaces used by the AsyncCqlTemplate class.
AsyncSessionCallback<T> - Interface in org.springframework.data.cql.core
Generic callback interface for code that operates asynchronously on a Cassandra Session.
atIndex(int) - Method in interface org.springframework.data.cassandra.core.query.Update.SetBuilder
Create a Update.SetValueBuilder to set a value at a numeric index.
atKey(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.SetBuilder
Create a Update.SetValueBuilder to set a value at index.

B

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
BasicCassandraPersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
Create a new BasicCassandraPersistentEntity with the given TypeInformation.
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
BasicCassandraPersistentProperty(Property, CassandraPersistentEntity<?>, SimpleTypeHolder, UserTypeResolver) - Constructor for class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
BasicCassandraRowValueProvider - Class in org.springframework.data.cassandra.core.convert
CassandraValueProvider to read property values from a Row.
BasicCassandraRowValueProvider(Row, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.BasicCassandraRowValueProvider
BasicMapId - Class in org.springframework.data.cassandra.repository.support
Simple implementation of MapId.
BasicMapId() - Constructor for class org.springframework.data.cassandra.repository.support.BasicMapId
Create a new and empty BasicMapId.
BasicMapId(Map<String, Object>) - Constructor for class org.springframework.data.cassandra.repository.support.BasicMapId
Create a new BasicMapId given a Map of key-value tuples.
batchOps() - Method in interface org.springframework.data.cassandra.core.CassandraOperations
batchOps() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
beanClassLoader - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
BeanDefinitionBuilderArgument - Class in org.springframework.data.cassandra.config
BeanDefinitionBuilderArgument(boolean, Object) - Constructor for class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
BeanFactorySessionFactoryLookup - Class in org.springframework.data.cql.core.session.lookup
SessionFactoryLookup implementation based on a Spring BeanFactory.
BeanFactorySessionFactoryLookup() - Constructor for class org.springframework.data.cql.core.session.lookup.BeanFactorySessionFactoryLookup
Create a new instance of BeanFactorySessionFactoryLookup.
BeanFactorySessionFactoryLookup(BeanFactory) - Constructor for class org.springframework.data.cql.core.session.lookup.BeanFactorySessionFactoryLookup
Create a new instance of BeanFactorySessionFactoryLookup given BeanFactory.
bindValues(PreparedStatement) - Method in class org.springframework.data.cql.core.ArgumentPreparedStatementBinder
 
bindValues(PreparedStatement) - Method in interface org.springframework.data.cql.core.PreparedStatementBinder
Bind parameter values on the given PreparedStatement.
BLOB_PATTERN - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
BLOB_REGEX - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
BOOLEAN_PATTERN - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
BOOLEAN_REGEX - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
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.cql.core.QueryOptions.QueryOptionsBuilder
Builds a new QueryOptions with the configured values.
build() - Method in class org.springframework.data.cql.core.util.MapBuilder
Return a new map based on the current state of this builder's map.
build() - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
Builds a new WriteOptions with the configured values.
builder() - Static method in class org.springframework.data.cassandra.core.InsertOptions
builder() - Static method in class org.springframework.data.cassandra.core.UpdateOptions
builder() - Static method in class org.springframework.data.cql.core.QueryOptions
builder() - Static method in class org.springframework.data.cql.core.WriteOptions
buildMessage(String, String, DriverException) - Method in class org.springframework.data.cql.support.CassandraExceptionTranslator
Build a message String for the given DriverException.

C

CachedPreparedStatementCreator - Class in org.springframework.data.cql.core
Deprecated.
since 2.0. This class uses an unsafe, static held cache and is not able to prepare BuiltStatement. Use CachedPreparedStatementCreator.
CachedPreparedStatementCreator(String) - Constructor for class org.springframework.data.cql.core.CachedPreparedStatementCreator
Deprecated.
Create a PreparedStatementCreator from the provided CQL.
CachedPreparedStatementCreator - Class in org.springframework.data.cql.core.support
PreparedStatementCreator implementation using caching of prepared statements.
CachedPreparedStatementCreator(PreparedStatementCache, RegularStatement) - Constructor for class org.springframework.data.cql.core.support.CachedPreparedStatementCreator
cancel(boolean) - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
CASSANDRA_SIMPLE_TYPES - Static variable in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 
CassandraAccessor - Class in org.springframework.data.cql.support
CassandraAccessor provides access to a Cassandra SessionFactory and the CassandraExceptionTranslator.
CassandraAccessor() - Constructor for class org.springframework.data.cql.support.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(Session, 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.
CassandraAuthenticationException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra authentication failure.
CassandraAuthenticationException(InetAddress, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraAuthenticationException
 
CassandraBatchOperations - Interface in org.springframework.data.cassandra.core
Batch operations for insert/update/delete actions on a table.
CassandraClusterFactoryBean - Class in org.springframework.data.cassandra.config
Spring Data Cassandra extension of CassandraCqlClusterFactoryBean.
CassandraClusterFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraClusterFactoryBean
 
CassandraClusterParser - Class in org.springframework.data.cassandra.config.xml
Spring Data Cassandra XML namespace parser for the cassandra:cluster element.
CassandraClusterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraClusterParser
 
CassandraColumnAnnotationComparator - Enum in org.springframework.data.cassandra.core.mapping
Comparator implementation that uses Column.value().
CassandraConnectionFailureException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for Cassandra when no host is available.
CassandraConnectionFailureException(Map<InetSocketAddress, Throwable>, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraConnectionFailureException
 
cassandraConverter() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
CassandraConverter - Interface in org.springframework.data.cassandra.core.convert
Central Cassandra specific converter interface from Object to Row.
CassandraCqlClusterFactoryBean - Class in org.springframework.data.cql.config
FactoryBean for configuring a Cassandra Cluster.
CassandraCqlClusterFactoryBean() - Constructor for class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
CassandraCqlClusterParser - Class in org.springframework.data.cql.config.xml
Parses the <cluster> element of the XML Configuration.
CassandraCqlClusterParser() - Constructor for class org.springframework.data.cql.config.xml.CassandraCqlClusterParser
 
CassandraCqlSessionFactoryBean - Class in org.springframework.data.cql.config
Factory for creating and configuring a Cassandra Session, which is a thread-safe singleton.
CassandraCqlSessionFactoryBean() - Constructor for class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
CassandraCqlSessionParser - Class in org.springframework.data.cql.config.xml
Parser for <session> definitions.
CassandraCqlSessionParser() - Constructor for class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
CassandraCqlTemplateFactoryBean - Class in org.springframework.data.cql.config
Factory for configuring a CqlTemplate.
CassandraCqlTemplateFactoryBean() - Constructor for class org.springframework.data.cql.config.CassandraCqlTemplateFactoryBean
 
CassandraCqlTemplateParser - Class in org.springframework.data.cql.config.xml
Parser for <template> definitions.
CassandraCqlTemplateParser() - Constructor for class org.springframework.data.cql.config.xml.CassandraCqlTemplateParser
 
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.
CassandraEntityClassScanner - Class in org.springframework.data.cassandra.config
Scans packages for Cassandra entities.
CassandraEntityClassScanner() - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
CassandraEntityClassScanner(Class<?>...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
CassandraEntityClassScanner(String...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
CassandraEntityClassScanner(Collection<String>) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
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.cql.support
Simple PersistenceExceptionTranslator for Cassandra.
CassandraExceptionTranslator() - Constructor for class org.springframework.data.cql.support.CassandraExceptionTranslator
 
CassandraInsufficientReplicasAvailableException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for Cassandra when insufficient replicas are available for a given consistency level.
CassandraInsufficientReplicasAvailableException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInsufficientReplicasAvailableException
 
CassandraInsufficientReplicasAvailableException(int, int, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInsufficientReplicasAvailableException
 
CassandraInternalException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra internal error.
CassandraInternalException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInternalException
 
CassandraInternalException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInternalException
 
CassandraInvalidConfigurationInQueryException - Exception in org.springframework.data.cql.support.exception
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.cql.support.exception.CassandraInvalidConfigurationInQueryException
 
CassandraInvalidConfigurationInQueryException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInvalidConfigurationInQueryException
 
CassandraInvalidQueryException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra query that's syntactically correct but invalid.
CassandraInvalidQueryException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInvalidQueryException
 
CassandraInvalidQueryException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraInvalidQueryException
 
CassandraJodaTimeConverters - Class in org.springframework.data.cassandra.core.convert
Helper class to register JSR-310 specific Converter implementations to convert between Cassandra types in case the library is present on the classpath.
CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.core.convert
Simple singleton to convert LocalDates to their LocalDate representation.
CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.core.convert
Simple singleton to convert LocalDates to their LocalDate representation.
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.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.core.convert
Simple singleton to convert LocalDates to their LocalDate representation.
CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.core.convert
Simple singleton to convert LocalDates to their LocalDate representation.
CassandraKeyspaceExistsException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for Cassandra when a keyspace being created already exists.
CassandraKeyspaceExistsException(String, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraKeyspaceExistsException
 
cassandraMapping() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
Return the MappingContext instance to map Entities to properties.
CassandraMappingBeanFactoryPostProcessor - Class in org.springframework.data.cassandra.config
Deprecated.
Will be removed with the next major release. Spring Data Cassandra is not the best place to apply configuration defaults.
CassandraMappingBeanFactoryPostProcessor() - Constructor for class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
Deprecated.
 
CassandraMappingContext - Class in org.springframework.data.cassandra.core.mapping
Default implementation of a MappingContext for Cassandra using CassandraPersistentEntity and CassandraPersistentProperty as primary abstractions.
CassandraMappingContext() - Constructor for class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
CassandraMappingContextParser - Class in org.springframework.data.cassandra.config.xml
Spring Data Cassandra XML namespace parser for the cassandra:mapping element.
CassandraMappingContextParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
CassandraMappingConverterParser - Class in org.springframework.data.cassandra.config.xml
Spring Data Cassandra XML namespace parser for the cassandra:converter element.
CassandraMappingConverterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
 
CassandraMappingXmlBeanFactoryPostProcessorRegistrar - Class in org.springframework.data.cassandra.config.xml
Ensures that a CassandraMappingBeanFactoryPostProcessor is registered.
CassandraMappingXmlBeanFactoryPostProcessorRegistrar() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingXmlBeanFactoryPostProcessorRegistrar
 
CassandraNamespaceHandler - Class in org.springframework.data.cassandra.config.xml
Namespace handler for spring-data-cassandra.
CassandraNamespaceHandler() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraNamespaceHandler
 
CassandraNamespaceHandler - Class in org.springframework.data.cql.config.xml
Namespace handler for spring-cassandra.
CassandraNamespaceHandler() - Constructor for class org.springframework.data.cql.config.xml.CassandraNamespaceHandler
 
CassandraOperations - Interface in org.springframework.data.cassandra.core
Interface specifying a basic set of Cassandra operations.
CassandraParameterAccessor - Interface in org.springframework.data.cassandra.repository.query
Cassandra-specific ParameterAccessor exposing a Cassandra types 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(Method) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
Create a new CassandraParameters instance from the given Method
CassandraParametersParameterAccessor - Class in org.springframework.data.cassandra.repository.query
Cassandra-specific ParameterAccessor exposing Cassandra types that are supported by the driver and parameter type.
CassandraParametersParameterAccessor(CassandraQueryMethod, Object...) - Constructor for class org.springframework.data.cassandra.repository.query.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 and CassandraPersistentEntity.
CassandraPersistentEntitySchemaCreator(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
CassandraPersistentEntitySchemaDropper - Class in org.springframework.data.cassandra.core
Schema drop support for Cassandra based on CassandraMappingContext and CassandraPersistentEntity.
CassandraPersistentEntitySchemaDropper(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
CassandraPersistentProperty - Interface in org.springframework.data.cassandra.core.mapping
Cassandra specific PersistentProperty extension.
CassandraPersistentPropertyComparator - Enum in org.springframework.data.cassandra.core.mapping
Comparator implementation that orders CassandraPersistentProperty instances.
CassandraPrimaryKeyColumnAnnotationComparator - Enum 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 given Method.
CassandraQuerySyntaxException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra query syntax error.
CassandraQuerySyntaxException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraQuerySyntaxException
 
CassandraQuerySyntaxException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraQuerySyntaxException
 
CassandraReadTimeoutException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra read timeout.
CassandraReadTimeoutException(boolean, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraReadTimeoutException
 
CassandraRepositoriesRegistrar - Class in org.springframework.data.cassandra.repository.config
ImportBeanDefinitionRegistrar to setup Cassandra repositories via EnableCassandraRepositories.
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
CassandraRepositoryConfigurationExtension - Class in org.springframework.data.cassandra.repository.config
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 given CassandraOperations.
CassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> - Class in org.springframework.data.cassandra.repository.support
FactoryBean to create CassandraRepository instances.
CassandraRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
Create a new CassandraRepositoryFactoryBean for the given repository interface.
CassandraRowValueProvider - Interface in org.springframework.data.cassandra.core.convert
CassandraValueProvider providing values based on a Row.
CassandraSchemaElementExistsException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for when Cassandra schema element being created already exists.
CassandraSchemaElementExistsException(String, CassandraSchemaElementExistsException.ElementType, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraSchemaElementExistsException
 
CassandraSchemaElementExistsException.ElementType - Enum in org.springframework.data.cql.support.exception
 
CassandraSessionFactoryBean - Class in org.springframework.data.cassandra.config
Factory to create and configure a Cassandra Session with support for executing CQL and initializing the database schema (a.k.a. keyspace).
CassandraSessionFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
CassandraSessionParser - Class in org.springframework.data.cassandra.config.xml
Spring Data Cassandra XML namespace parser for the cassandra:session element.
CassandraSessionParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
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.cql.support.exception
Spring data access exception for when a Cassandra table being created already exists.
CassandraTableExistsException(String, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTableExistsException
 
cassandraTemplate() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
CassandraTemplate - Class in org.springframework.data.cassandra.core
Primary implementation of CassandraOperations.
CassandraTemplate(Session) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
Creates an instance of CassandraTemplate initialized with the given Session and a default MappingCassandraConverter.
CassandraTemplate(Session, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
Creates an instance of CassandraTemplate initialized with the given Session and CassandraConverter.
CassandraTemplate(SessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
Creates an instance of CassandraTemplate initialized with the given SessionFactory and CassandraConverter.
CassandraTemplate(CqlOperations, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
Creates an instance of CassandraTemplate initialized with the given CqlOperations and CassandraConverter.
CassandraTemplateFactoryBean - Class in org.springframework.data.cassandra.config
Factory for configuring a CassandraTemplate.
CassandraTemplateFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
CassandraTemplateParser - Class in org.springframework.data.cassandra.config.xml
Spring Data Cassandra XML namespace parser for the cassandra:template element.
CassandraTemplateParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
 
CassandraThreeTenBackPortConverters - Class in org.springframework.data.cassandra.core.convert
Helper class to register Converter implementations for the ThreeTen Backport project in case it's present on the classpath.
CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.core.convert
Simple singleton to convert LocalDates to their LocalDate representation.
CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.core.convert
Simple singleton to convert LocalDates to their LocalDate representation.
CassandraTraceRetrievalException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra trace retrieval exception.
CassandraTraceRetrievalException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTraceRetrievalException
 
CassandraTraceRetrievalException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTraceRetrievalException
 
CassandraTruncateException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra truncate exception.
CassandraTruncateException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTruncateException
 
CassandraTruncateException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTruncateException
 
CassandraType - Annotation Type in org.springframework.data.cassandra.core.mapping
Specifies the Cassandra type of the annotated property or parameter if used in query methods.
CassandraTypeMismatchException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra type mismatch exception.
CassandraTypeMismatchException(String) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTypeMismatchException
 
CassandraTypeMismatchException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraTypeMismatchException
 
CassandraUDTValueProvider - Class in org.springframework.data.cassandra.core.convert
CassandraValueProvider to read property values from a UDTValue.
CassandraUDTValueProvider(UDTValue, CodecRegistry, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.core.convert.CassandraUDTValueProvider
Create a new CassandraUDTValueProvider with the given UDTValue and DefaultSpELExpressionEvaluator.
CassandraUnauthorizedException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for when access to a Cassandra element is denied.
CassandraUnauthorizedException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraUnauthorizedException
 
CassandraUncategorizedDataAccessException - Exception in org.springframework.data.cql.core
Wrapper for all non RuntimeExceptions throws by the Cassandra Driver
CassandraUncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.data.cql.core.CassandraUncategorizedDataAccessException
Create the Exception
CassandraUncategorizedException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for an uncategorized Cassandra exception.
CassandraUncategorizedException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraUncategorizedException
 
CassandraUserTypePersistentEntity<T> - Class in org.springframework.data.cassandra.core.mapping
PersistentEntity for a mapped user-defined type (UDT).
CassandraUserTypePersistentEntity(TypeInformation<T>, CassandraPersistentEntityMetadataVerifier, UserTypeResolver) - Constructor for class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
CassandraValueProvider - Interface in org.springframework.data.cassandra.core.convert
CassandraWriteTimeoutException - Exception in org.springframework.data.cql.support.exception
Spring data access exception for a Cassandra write timeout.
CassandraWriteTimeoutException(String, String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.CassandraWriteTimeoutException
 
changesCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
 
checkValue(Object) - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
checkValue(Object) - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
checkValue(Object) - Method in interface org.springframework.data.cql.core.keyspace.Option
Checks that the given value can be coerced into the type given by Option.getType().
checkValue(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
checkValue(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
checkValue(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
checkValue(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
clear(String) - Method in class org.springframework.data.cassandra.core.query.Update
Cleat the collection at columnName.
clear() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
clear() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
close() - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
close() - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Initiates a shutdown of this session instance and blocks until that shutdown completes.
cluster() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Creates a CassandraCqlClusterFactoryBean that provides a Cassandra Cluster.
CLUSTER - Static variable in interface org.springframework.data.cql.config.xml.DefaultCqlBeanNames
 
ClusterBuilderConfigurer - Interface in org.springframework.data.cql.config
Configuration callback class to allow a user to apply additional configuration logic to the Cluster.Builder.
clustered() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Identifies this column as a clustered key column with default ordering.
clustered(Ordering) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Identifies this column as a clustered key column with the given ordering.
clustered(Ordering, boolean) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Toggles the identification of this column as a clustered key column.
clusteredKeyColumn(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given primary key column to the table with ascending ordering.
clusteredKeyColumn(CqlIdentifier, DataType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given primary key column to the table with ascending ordering.
clusteredKeyColumn(CqlIdentifier, DataType, Ordering) - Method in class org.springframework.data.cql.core.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.cql.core.keyspace.TableSpecification
Adds the given primary key column to the table with ascending ordering.
Column - Annotation Type in org.springframework.data.cassandra.core.mapping
Annotation to define custom metadata for document fields.
column(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given non-key column to the table.
column(CqlIdentifier, DataType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given non-key column to the table.
column(String, DataType, PrimaryKeyType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given info as a new column to the table.
column(String, DataType, PrimaryKeyType, Ordering) - Method in class org.springframework.data.cql.core.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.cql.core.keyspace.TableSpecification
Adds the given info as a new column to the table.
column(CqlIdentifier, DataType, Optional<PrimaryKeyType>, Optional<Ordering>) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
 
ColumnChangeCqlGenerator<T extends ColumnChangeSpecification> - Class in org.springframework.data.cql.core.generator
Base class for column change CQL generators.
ColumnChangeCqlGenerator(ColumnChangeSpecification) - Constructor for class org.springframework.data.cql.core.generator.ColumnChangeCqlGenerator
 
ColumnChangeSpecification - Class in org.springframework.data.cql.core.keyspace
Base value object class for column change specifications.
ColumnChangeSpecification(String) - Constructor for class org.springframework.data.cql.core.keyspace.ColumnChangeSpecification
ColumnChangeSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cql.core.keyspace.ColumnChangeSpecification
ColumnMapRowMapper - Class in org.springframework.data.cql.core
RowMapper implementation that creates a java.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.cql.core.ColumnMapRowMapper
 
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
 
columnName(String) - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
columnName(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
ColumnReader - Class in org.springframework.data.cassandra.core.convert
Helpful class to read a column's value from a row, with possible type conversion.
ColumnReader(Row) - Constructor for class org.springframework.data.cassandra.core.convert.ColumnReader
 
columns - Variable in class org.springframework.data.cassandra.core.convert.ColumnReader
 
Columns - Class in org.springframework.data.cassandra.core.query
Value object to abstract column names involved in a CQL query.
columns(Columns) - Method in class org.springframework.data.cassandra.core.query.Query
Add Columns to the Query instance.
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.
columnsAndOptionsCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateTableCqlGenerator
 
ColumnSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class to specify columns.
ColumnSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
ColumnTypeChangeSpecification - Class in org.springframework.data.cql.core.keyspace
Base value object class for column changes that include DataType information.
ColumnTypeChangeSpecification(String, DataType) - Constructor for class org.springframework.data.cql.core.keyspace.ColumnTypeChangeSpecification
Create a new ColumnTypeChangeSpecification for the given name and type
ColumnTypeChangeSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.data.cql.core.keyspace.ColumnTypeChangeSpecification
Create a new ColumnTypeChangeSpecification for the given name and type
compare(Column, Column) - Method in enum org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
 
compare(CassandraPersistentProperty, CassandraPersistentProperty) - Method in enum org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
 
compare(PrimaryKeyColumn, PrimaryKeyColumn) - Method in enum org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
 
compare(Ordering, Ordering) - Method in enum org.springframework.data.cql.core.Ordering
 
compare(PrimaryKeyType, PrimaryKeyType) - Method in enum org.springframework.data.cql.core.PrimaryKeyType
 
compareTo(CqlIdentifier) - Method in class org.springframework.data.cql.core.CqlIdentifier
Unquoted identifiers sort before quoted ones.
compareTo(KeyspaceIdentifier) - Method in class org.springframework.data.cql.core.KeyspaceIdentifier
 
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.
CompressionType - Enum in org.springframework.data.cql.config
Simple enumeration for the various compression types.
configure(Cluster.Builder) - Method in interface org.springframework.data.cql.config.ClusterBuilderConfigurer
Apply addition configuration to the Cluster.Builder.
configureLocalHostDistancePoolingOptions(PoolingOptions) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Configures the HostDistance.LOCAL connection settings on the given PoolingOptions.
configureRemoteHostDistancePoolingOptions(PoolingOptions) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Configures the HostDistance.REMOTE connection settings on the given PoolingOptions.
consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Sets the ConsistencyLevel to use.
consistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
contains(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the CONTAINS operator.
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.repository.support.BasicMapId
 
containsKey(Object) - Method in class org.springframework.data.cql.core.util.MapBuilder
 
containsValue(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
containsValue(Object) - Method in class org.springframework.data.cql.core.util.MapBuilder
 
CONTEXT - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 
conversions - Variable in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 
conversionService - Variable in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 
convert(LocalDate) - Method in enum org.springframework.data.cassandra.core.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
 
convert(LocalDate) - Method in enum org.springframework.data.cassandra.core.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
 
convert(LocalDate) - Method in enum org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
 
convert(LocalDate) - Method in enum org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
 
convert(LocalDate) - Method in enum org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
 
convert(LocalDate) - Method in enum org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
 
convert(ResultSet) - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
 
convert(ResultSet) - Method in class org.springframework.data.cql.core.converter.ResultSetToArrayConverter
 
convert(ResultSet) - Method in class org.springframework.data.cql.core.converter.ResultSetToListConverter
 
convert(Row) - Method in enum org.springframework.data.cql.core.converter.RowToArrayConverter
 
convert(Row) - Method in enum org.springframework.data.cql.core.converter.RowToListConverter
 
convert(Row) - Method in enum org.springframework.data.cql.core.converter.RowToMapConverter
 
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.cql.core.converter.AbstractResultSetToBasicFixedTypeConverter
 
convertToColumnType(Optional<T>) - 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(Optional<T>, 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.
convertToColumnType(Optional<T>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
convertToColumnType(Optional<T>, TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
convertValueToRequiredType(Object, Class<?>) - Method in class org.springframework.data.cql.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
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.ReactiveCassandraOperations
Returns the number of rows for the given entity class.
count(Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
count() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
count() - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
cql() - Method in enum org.springframework.data.cql.core.Ordering
Returns the CQL keyword of this Ordering.
CqlConstantType - Enum in org.springframework.data.cql.core
 
CqlConstantType.Regex - Class in org.springframework.data.cql.core
 
CqlExceptionTranslator - Interface in org.springframework.data.cql.support
Strategy interface for translating between DriverExceptios and Spring's data access strategy-agnostic DataAccessException hierarchy.
cqlId(CharSequence) - Static method in class org.springframework.data.cql.core.CqlIdentifier
Factory method for CqlIdentifier.
cqlId(CharSequence, boolean) - Static method in class org.springframework.data.cql.core.CqlIdentifier
Factory method for CqlIdentifier.
CqlIdentifier - Class in org.springframework.data.cql.core
This encapsulates the logic for CQL quoted and unquoted identifiers.
CqlIdentifier(CharSequence) - Constructor for class org.springframework.data.cql.core.CqlIdentifier
Create a new CqlIdentifier without force-quoting it.
CqlIdentifier(CharSequence, boolean) - Constructor for class org.springframework.data.cql.core.CqlIdentifier
Create a new CQL identifier, optionally force-quoting it.
cqlOperations - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
CqlOperations - Interface in org.springframework.data.cql.core
Interface specifying a basic set of CQL operations.
CqlProvider - Interface in org.springframework.data.cql.core
Interface to be implemented by objects that can provide CQL strings.
CqlStringUtils - Class in org.springframework.data.cql.core
 
CqlStringUtils() - Constructor for class org.springframework.data.cql.core.CqlStringUtils
 
cqlTemplate() - Method in class org.springframework.data.cql.config.java.AbstractCqlTemplateConfiguration
CqlTemplate - Class in org.springframework.data.cql.core
This is the central class in the CQL core package.
CqlTemplate() - Constructor for class org.springframework.data.cql.core.CqlTemplate
Create a new, uninitialized CqlTemplate.
CqlTemplate(Session) - Constructor for class org.springframework.data.cql.core.CqlTemplate
Create a new CqlTemplate initialized with the given Session.
CqlTemplate(SessionFactory) - Constructor for class org.springframework.data.cql.core.CqlTemplate
Constructs a new CqlTemplate with the given SessionFactory.
CqlTemplateSupport - Class in org.springframework.data.cql.core
Support class for CQL template implementation providing utility methods and overridable hook methods.
CqlTemplateSupport() - Constructor for class org.springframework.data.cql.core.CqlTemplateSupport
 
CqlTemplateSupport.RowCallbackHandlerResultSetExtractor - Class in org.springframework.data.cql.core
Adapter to enable use of a RowCallbackHandler inside a ResultSetExtractor.
create(CreationalContext<T>, Class<T>, Optional<Object>) - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
 
create() - Static method in class org.springframework.data.cql.core.support.MapPreparedStatementCache
create() - Static method in interface org.springframework.data.cql.core.support.PreparedStatementCache
Create a default cache backed by a ConcurrentHashMap.
createAssociation() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
createColumnMap(int) - Method in class org.springframework.data.cql.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createFlux(Statement, ReactiveStatementCallback<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Create a reusable Flux given a ReactiveStatementCallback without exception translation.
createFlux(ReactiveSessionCallback<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Create a reusable Flux given a ReactiveSessionCallback 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.cql.core.keyspace.CreateIndexSpecification
Entry point into the CreateIndexSpecification's fluent API to create a index.
createIndex(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
Entry point into the CreateIndexSpecification's fluent API to create a index.
createIndex(String) - Static method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
Entry point into the CreateIndexSpecification's fluent API to create a index.
CreateIndexCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a CREATE INDEX statement.
CreateIndexCqlGenerator(CreateIndexSpecification) - Constructor for class org.springframework.data.cql.core.generator.CreateIndexCqlGenerator
 
CreateIndexSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class to construct a CREATE INDEX specification.
CreateIndexSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
createKeyspace() - Static method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
Entry point into the CreateKeyspaceSpecification's fluent API to create a keyspace.
createKeyspace(String) - Static method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
Entry point into the CreateKeyspaceSpecification's fluent API to create a keyspace.
createKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
Entry point into the CreateKeyspaceSpecification's fluent API to create a keyspace.
CreateKeyspaceCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a CREATE TABLE statement.
CreateKeyspaceCqlGenerator(CreateKeyspaceSpecification) - Constructor for class org.springframework.data.cql.core.generator.CreateKeyspaceCqlGenerator
 
CreateKeyspaceSpecification - Class in org.springframework.data.cql.core.keyspace
 
CreateKeyspaceSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
CreateKeyspaceSpecification(String) - Constructor for class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
CreateKeyspaceSpecification(KeyspaceIdentifier) - Constructor for class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
createMono(Statement, ReactiveStatementCallback<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Create a reusable Mono given a ReactiveStatementCallback without exception translation.
createParameter(MethodParameter) - Method in class org.springframework.data.cassandra.repository.query.CassandraParameters
 
createParameters(Method) - 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(Session) - Method in interface org.springframework.data.cql.core.AsyncPreparedStatementCreator
Create a statement in this session.
createPreparedStatement(Session) - Method in class org.springframework.data.cql.core.CachedPreparedStatementCreator
Deprecated.
 
createPreparedStatement(Session) - Method in interface org.springframework.data.cql.core.PreparedStatementCreator
Create a statement in this session.
createPreparedStatement(ReactiveSession) - Method in interface org.springframework.data.cql.core.ReactivePreparedStatementCreator
Create a statement in this session.
createPreparedStatement(Session) - Method in class org.springframework.data.cql.core.SimplePreparedStatementCreator
 
createPreparedStatement(Session) - Method in class org.springframework.data.cql.core.support.CachedPreparedStatementCreator
 
createPropertyField(CassandraPersistentEntity<?>, ColumnName) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
 
createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
Creates a Statement using the given ParameterAccessor
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() - Static method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
Entry point into the CreateTableSpecification's fluent API to create a table.
createTable(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
Entry point into the CreateTableSpecification's fluent API to create a table.
createTable(String) - Static method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
Entry point into the CreateTableSpecification's fluent API to create a table.
CreateTableCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a CREATE TABLE statement.
CreateTableCqlGenerator(CreateTableSpecification) - Constructor for class org.springframework.data.cql.core.generator.CreateTableCqlGenerator
 
createTables(boolean, boolean, boolean) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
Perform schema actions.
createTables(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
Create tables from types known to CassandraMappingContext.
CreateTableSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class to construct a CREATE TABLE specification.
CreateTableSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
createTableSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
createType() - Static method in class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
Entry point into the CreateUserTypeSpecification's fluent API to create a type.
createType(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
Entry point into the CreateUserTypeSpecification's fluent API to create a type.
createType(String) - Static method in class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
Entry point into the CreateUserTypeSpecification's fluent API to create a type.
CreateUserTypeCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a CREATE TYPE statement.
CreateUserTypeCqlGenerator(CreateUserTypeSpecification) - Constructor for class org.springframework.data.cql.core.generator.CreateUserTypeCqlGenerator
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.cql.core.keyspace
Builder class to construct a CREATE TYPE specification.
CreateUserTypeSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
 
createUserTypeSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
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 a ColumnName.
CriteriaDefinition - Interface in org.springframework.data.cassandra.core.query
Criteria definition for a ColumnName exposing a CriteriaDefinition.Predicate.
CriteriaDefinition.Operator - Interface in org.springframework.data.cassandra.core.query
Strategy interface to represent a CQL predicate operator.
CriteriaDefinition.Operators - Enum 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.java.AbstractCassandraConfiguration
Register custom Converters in a CustomConversions object if required.
CustomConversions - Class in org.springframework.data.cassandra.core.convert
Deprecated.

D

DATA_TEMPLATE - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 
DataCenterReplication - Class in org.springframework.data.cql.core.keyspace
Simple data structure to be used when setting the replication factor for a given data center.
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 by delta.
DEFAULT_CONTACT_POINTS - Static variable in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
DEFAULT_CREATE_IF_NOT_EXISTS - Static variable in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
DEFAULT_DROP_TABLES - Static variable in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
DEFAULT_DROP_UNUSED_TABLES - Static variable in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
DEFAULT_DURABLE_WRITES - Static variable in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
DEFAULT_JMX_REPORTING_ENABLED - Static variable in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
DEFAULT_MAX_SCHEMA_AGREEMENT_WAIT_SECONDS - Static variable in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
DEFAULT_METRICS_ENABLED - Static variable in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
DEFAULT_ORDERING - Static variable in class org.springframework.data.cql.core.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.cql.config.CassandraCqlClusterFactoryBean
 
DEFAULT_REPLICATION_FACTOR - Static variable in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
DEFAULT_REPLICATION_STRATEGY - Static variable in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
DEFAULT_SSL_ENABLED - Static variable in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
DefaultBeanNames - Interface in org.springframework.data.cassandra.config
 
DefaultBridgedReactiveSession - Class in org.springframework.data.cql.core.session
Default implementation of a ReactiveSession.
DefaultBridgedReactiveSession(Session, Scheduler) - Constructor for class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
Create a new DefaultBridgedReactiveSession for a Session and Scheduler.
DefaultCqlBeanNames - Interface in org.springframework.data.cql.config.xml
 
DefaultOption - Class in org.springframework.data.cql.core.keyspace
A default implementation of Option.
DefaultOption(String, Class<?>, boolean, boolean, boolean) - Constructor for class org.springframework.data.cql.core.keyspace.DefaultOption
 
DefaultReactiveSessionFactory - Class in org.springframework.data.cql.core.session
Default implementation of ReactiveSessionFactory.
DefaultReactiveSessionFactory(ReactiveSession) - Constructor for class org.springframework.data.cql.core.session.DefaultReactiveSessionFactory
DefaultSessionFactory - Class in org.springframework.data.cql.core.session
Default SessionFactory implementation.
DefaultSessionFactory(Session) - Constructor for class org.springframework.data.cql.core.session.DefaultSessionFactory
Constructs a new DefaultSessionFactory given Session.
DefaultTableDescriptor - Class in org.springframework.data.cql.core.keyspace
Convenient default implementation of TableDescriptor as an extension of TableSpecification that doesn't require the use of generics.
DefaultTableDescriptor() - Constructor for class org.springframework.data.cql.core.keyspace.DefaultTableDescriptor
 
delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Remove entities (rows)/columns from the table by Query.
delete(T) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Delete the given entity and return the entity if the delete was applied.
delete(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Delete the given entity applying QueryOptions and return the entity if the delete was applied.
delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
delete(T) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
delete(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
delete(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add an array of deletes to the batch.
delete(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add a collection of deletes to the batch.
delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove entities (rows)/columns from the table by Query.
delete(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Delete the given entity and return the entity if the delete was applied.
delete(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Delete the given entity applying QueryOptions and return the entity if the delete was applied.
delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
delete(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
delete(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
delete(Query, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Remove entities (rows)/columns from the table by Query.
delete(T) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Delete the given entity and emit the entity if the delete was applied.
delete(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Delete the given entity applying QueryOptions and emit the entity if the delete was applied.
delete(Publisher<? extends T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Delete the given entities and emit the entity if the delete was applied.
delete(Publisher<? extends T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Delete the given entities applying QueryOptions and emit the entity if the delete was applied.
delete(Query, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
delete(T) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
delete(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
delete(Publisher<? extends T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
delete(Publisher<? extends T>, QueryOptions) - 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 to Delete.
delete(T) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
delete(T) - 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() - 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
 
deleteAll() - 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.ReactiveCassandraOperations
Remove the given object from the table by id.
deleteById(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
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(Publisher<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
describeRing() - Method in interface org.springframework.data.cql.core.CqlOperations
Describe the current Ring.
describeRing(HostMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Describe the current Ring.
describeRing() - Method in class org.springframework.data.cql.core.CqlTemplate
 
describeRing(HostMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
destroy() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
destroy() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
destroy() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
destroy() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
determineCurrentLookupKey() - Method in class org.springframework.data.cql.core.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.cql.core.session.lookup.AbstractRoutingSessionFactory
Retrieve the current target SessionFactory.
doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
Converts the given result set (as a List<Map<String,Object>>) to this converter's type or throws IllegalArgumentException.
doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.data.cql.core.converter.ResultSetToListOfStringConverter
 
doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.data.cql.core.converter.ResultSetToStringConverter
 
doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
Converts the given row (as a Map<String,Object>) to this converter's type or throws IllegalArgumentException.
doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.data.cql.core.converter.ResultSetToListOfStringConverter
 
doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.data.cql.core.converter.ResultSetToStringConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
Converts the given value to this converter's type or throws IllegalArgumentException.
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToBigDecimalConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToBigIntegerConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToBooleanConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToByteBufferConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToDateConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToDoubleConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToFloatConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToInetAddressConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToIntegerConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToListOfStringConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToLongConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToStringConverter
 
doConvertSingleValue(Object) - Method in class org.springframework.data.cql.core.converter.ResultSetToUuidConverter
 
doInPreparedStatement(Session, PreparedStatement) - Method in interface org.springframework.data.cql.core.PreparedStatementCallback
Gets called by CqlTemplate.execute(String, PreparedStatementCallback) with an active CQL session and PreparedStatement.
doInPreparedStatement(ReactiveSession, PreparedStatement) - Method in interface org.springframework.data.cql.core.ReactivePreparedStatementCallback
Gets called by ReactiveCqlTemplate.execute(String, ReactivePreparedStatementCallback) with an active CQL session and PreparedStatement.
doInSession(Session) - Method in interface org.springframework.data.cql.core.AsyncSessionCallback
Gets called by CqlTemplate.execute(org.springframework.data.cql.core.SessionCallback<T>) with an active Cassandra Session.
doInSession(ReactiveSession) - Method in interface org.springframework.data.cql.core.ReactiveSessionCallback
Gets called by ReactiveCqlTemplate.execute(ReactiveSessionCallback) with an active Cassandra session.
doInSession(Session) - Method in interface org.springframework.data.cql.core.SessionCallback
Gets called by CqlTemplate.execute(org.springframework.data.cql.core.SessionCallback<T>) with an active Cassandra Session.
doInStatement(ReactiveSession, Statement) - Method in interface org.springframework.data.cql.core.ReactiveStatementCallback
Gets called by ReactiveCqlTemplate.execute(String) with an active Cassandra session.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlClusterParser
Parses cluster meta-data.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlTemplateParser
 
DOUBLE_DOUBLE_QUOTE - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
DOUBLE_QUOTE - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
DOUBLE_SINGLE_QUOTE - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
doubleQuote(Object) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Surrounds given object's Object.toString() with double quotes.
doWithAssociations(AssociationHandler<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
drop(String) - Method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
 
dropColumn(String) - Static method in class org.springframework.data.cql.core.keyspace.DropColumnSpecification
 
dropColumn(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.DropColumnSpecification
 
DropColumnCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a DROP column clause of an ALTER TABLE statement.
DropColumnCqlGenerator(DropColumnSpecification) - Constructor for class org.springframework.data.cql.core.generator.DropColumnCqlGenerator
 
DropColumnSpecification - Class in org.springframework.data.cql.core.keyspace
A specification to drop a column.
DropColumnSpecification(String) - Constructor for class org.springframework.data.cql.core.keyspace.DropColumnSpecification
 
DropColumnSpecification(CqlIdentifier) - Constructor for class org.springframework.data.cql.core.keyspace.DropColumnSpecification
 
dropIndex() - Static method in class org.springframework.data.cql.core.keyspace.DropIndexSpecification
Entry point into the DropIndexSpecification's fluent API to drop a table.
DropIndexCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a DROP INDEX statement.
DropIndexCqlGenerator(DropIndexSpecification) - Constructor for class org.springframework.data.cql.core.generator.DropIndexCqlGenerator
 
DropIndexSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class that supports the construction of DROP INDEX specifications.
DropIndexSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.DropIndexSpecification
 
dropKeyspace() - Static method in class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
Entry point into the DropKeyspaceSpecification's fluent API to drop a keyspace.
dropKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
Entry point into the DropKeyspaceSpecification's fluent API to drop a keyspace.
dropKeyspace(String) - Static method in class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
Entry point into the DropKeyspaceSpecification's fluent API to drop a keyspace.
DropKeyspaceCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a DROP TABLE statement.
DropKeyspaceCqlGenerator(DropKeyspaceSpecification) - Constructor for class org.springframework.data.cql.core.generator.DropKeyspaceCqlGenerator
 
DropKeyspaceSpecification - Class in org.springframework.data.cql.core.keyspace
 
DropKeyspaceSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
 
DropKeyspaceSpecification(String) - Constructor for class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
 
DropKeyspaceSpecification(KeyspaceIdentifier) - Constructor for class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
 
dropTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
Drops the named table.
dropTable(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 
dropTable(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 
dropTable() - Static method in class org.springframework.data.cql.core.keyspace.DropTableSpecification
Entry point into the DropTableSpecification's fluent API to drop a table.
dropTable(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.DropTableSpecification
Entry point into the DropTableSpecification's fluent API to drop a table.
dropTable(String) - Static method in class org.springframework.data.cql.core.keyspace.DropTableSpecification
Entry point into the DropTableSpecification's fluent API to drop a table.
DropTableCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating a DROP TABLE statement.
DropTableCqlGenerator(DropTableSpecification) - Constructor for class org.springframework.data.cql.core.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.cql.core.keyspace
Builder class that supports the construction of DROP TABLE specifications.
DropTableSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.DropTableSpecification
 
dropType() - Static method in class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
Entry point into the DropUserTypeSpecification's fluent API to drop a type.
dropType(String) - Static method in class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
Entry point into the DropUserTypeSpecification's fluent API to drop a type.
dropType(CqlIdentifier) - Static method in class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
Entry point into the DropUserTypeSpecification's fluent API 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.cql.core.generator
CQL generator for generating a DROP TYPE statement.
DropUserTypeCqlGenerator(DropUserTypeSpecification) - Constructor for class org.springframework.data.cql.core.generator.DropUserTypeCqlGenerator
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.cql.core.keyspace
Builder class that supports the construction of DROP TYPE specifications.
DropUserTypeSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
 

E

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_STRING - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
EnableCassandraRepositories - Annotation Type in org.springframework.data.cassandra.repository.config
Annotation to enable Cassandra repositories.
EnableReactiveCassandraRepositories - Annotation Type in org.springframework.data.cassandra.repository.config
Annotation to activate reactive Cassandra repositories.
ensureRegistration(Element, ParserContext) - Static method in class org.springframework.data.cassandra.config.xml.CassandraMappingXmlBeanFactoryPostProcessorRegistrar
Ensures that a CassandraMappingBeanFactoryPostProcessor is registered.
entityBasePackageClasses - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
entityBasePackages - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
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
 
entry(Object, Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Associate the specified value with the specified key in the map.
entry(K, V) - Method in class org.springframework.data.cql.core.util.MapBuilder
Add an entry to this map, then returns this.
entrySet() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
entrySet() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
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.ColumnName
 
equals(Object) - Method in class org.springframework.data.cassandra.core.query.Columns
 
equals(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
 
equals(Object) - Method in class org.springframework.data.cassandra.core.query.Query
 
equals(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
equals(Object) - Method in class org.springframework.data.cql.core.CqlIdentifier
Compares this CqlIdentifier to the given object.
equals(Object) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceActionSpecification
Equality incorporates the exact type to distinguish between instances based on this type.
equals(Object) - Method in class org.springframework.data.cql.core.KeyspaceIdentifier
Compares this KeyspaceIdentifier to the given object.
equals(Object) - Method in class org.springframework.data.cql.core.util.MapBuilder
 
escapeDouble(Object) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Doubles double quote characters (" -> "").
escapeSingle(Object) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Doubles single quote characters (' -> '').
escapesValue() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
escapesValue() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
escapesValue() - Method in interface org.springframework.data.cql.core.keyspace.Option
Whether this option should escape single quotes in its value.
escapesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
escapesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
escapesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
escapesValue() - Method in enum org.springframework.data.cql.core.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, 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.
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.
exceptionTranslator - Variable in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
exceptionTranslator - Variable in class org.springframework.data.cql.support.CassandraAccessor
 
execute() - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Execute the batch.
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(AsyncSessionCallback<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a CQL data access operation, implemented as callback action working on a Session.
execute(String) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
execute(String, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
execute(String, PreparedStatementBinder) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Issue an statement using a PreparedStatementBinder to set bind parameters, with given CQL.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a CQL data access operation, implemented as callback action working on a CQL PreparedStatement.
execute(Statement) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
execute(AsyncPreparedStatementCreator) - Method in interface org.springframework.data.cql.core.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, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a CQL data access operation, implemented as callback action working on a CQL PreparedStatement.
execute(AsyncSessionCallback<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(String) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(Statement) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(AsyncPreparedStatementCreator) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(String, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(AsyncPreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
execute(SessionCallback<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a CQL data access operation, implemented as callback action working on a Session.
execute(String) - Method in interface org.springframework.data.cql.core.CqlOperations
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
execute(String, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
execute(String, PreparedStatementBinder) - Method in interface org.springframework.data.cql.core.CqlOperations
Issue an statement using a PreparedStatementBinder to set bind parameters, with given CQL.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a CQL data access operation, implemented as callback action working on a CQL PreparedStatement.
execute(Statement) - Method in interface org.springframework.data.cql.core.CqlOperations
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
execute(PreparedStatementCreator) - Method in interface org.springframework.data.cql.core.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, PreparedStatementCallback<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a CQL data access operation, implemented as callback action working on a CQL PreparedStatement.
execute(SessionCallback<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(String) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(Statement) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(String, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(PreparedStatementCreator) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
execute(ReactiveSessionCallback<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a CQL data access operation, implemented as callback action working on a ReactiveSession.
execute(String) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
execute(Publisher<String>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Issue multiple CQL statements from a CQL statement Publisher.
execute(Statement) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Issue a single CQL execute, typically a DDL statement, insert, update or delete statement.
execute(ReactivePreparedStatementCreator, ReactivePreparedStatementCallback<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a CQL data access operation, implemented as callback action working on a CQL PreparedStatement.
execute(String, ReactivePreparedStatementCallback<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a CQL data access operation, implemented as callback action working on a CQL PreparedStatement.
execute(ReactivePreparedStatementCreator) - Method in interface org.springframework.data.cql.core.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(String, PreparedStatementBinder) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Issue an statement using a PreparedStatementBinder to set bind parameters, with given CQL.
execute(String, Object...) - Method in interface org.springframework.data.cql.core.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 interface org.springframework.data.cql.core.ReactiveCqlOperations
Issue a single CQL operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
execute(ReactiveSessionCallback<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(String) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(Publisher<String>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(Statement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(ReactivePreparedStatementCreator, ReactivePreparedStatementCallback<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(String, ReactivePreparedStatementCallback<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(ReactivePreparedStatementCreator) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(String, PreparedStatementBinder) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(String, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(String, Publisher<Object[]>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
execute(String) - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
execute(String, Object...) - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
execute(String, Map<String, Object>) - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
execute(Statement) - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
execute(String) - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Executes the provided query.
execute(String, Object...) - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Executes the provided query using the provided values.
execute(String, Map<String, Object>) - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Executes the provided query using the provided named values.
execute(Statement) - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Executes the provided query.
executeScripts(List<String>) - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Executes the given Cassandra CQL scripts.
executeSpecsAndScripts(List<? extends KeyspaceActionSpecification<?>>, List<String>) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
exists(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Determine whether the row entityClass with the given id 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 the row entityClass with the given id exists.
exists(Object, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
exists(Object, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Determine whether the row entityClass with the given id exists.
exists(Object, 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
 
extractData(ResultSet) - Method in class org.springframework.data.cql.core.CqlTemplateSupport.RowCallbackHandlerResultSetExtractor
 
extractData(ReactiveResultSet) - Method in interface org.springframework.data.cql.core.ReactiveResultSetExtractor
Implementations must implement this method to process the entire ReactiveResultSet.
extractData(ReactiveResultSet) - Method in class org.springframework.data.cql.core.ReactiveRowMapperResultSetExtractor
 
extractData(ResultSet) - Method in interface org.springframework.data.cql.core.ResultSetExtractor
Implementations must implement this method to process the entire ResultSet.
extractData(ResultSet) - Method in class org.springframework.data.cql.core.RowMapperResultSetExtractor
 

F

fetchSize(int) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
fetchSize(int) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
fetchSize(int) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Sets the query fetch size for ResultSet chunks.
fetchSize(int) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
Field(ColumnName) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper.Field
Creates a new QueryMapper.Field without meta-information but the given name.
field(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.UserTypeSpecification
Adds the given field to the type.
field(CqlIdentifier, DataType) - Method in class org.springframework.data.cql.core.keyspace.UserTypeSpecification
Adds an ADD to the list of field changes.
FieldSpecification - Class in org.springframework.data.cql.core.keyspace
Builder class to specify fields.
FieldSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.FieldSpecification
 
Filter - Interface in org.springframework.data.cassandra.core.query
Filter consisting of CriteriaDefinitions to be used with SELECT, UPDATE and DELETE queries.
findAll() - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 
findAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
findAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
findAllById(Iterable<ID>) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 
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 class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
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
 
FLOAT_PATTERN - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
FLOAT_REGEX - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
from(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.query.ColumnName
Create a ColumnName given CqlIdentifier.
from(String) - Static method in class org.springframework.data.cassandra.core.query.ColumnName
Create a ColumnName given a string columnName.
from(ColumnName) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
from(CqlIdentifier) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
from(String) - Static method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
Create a Columns.ColumnSelector given a plain columnName.
from(String...) - Static method in class org.springframework.data.cassandra.core.query.Columns
Create a Columns given columnNames.
from(CqlIdentifier...) - Static method in class org.springframework.data.cassandra.core.query.Columns
Create a Columns given columnNames.
from(String, Object...) - Static method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 
from(CriteriaDefinition...) - Static method in interface org.springframework.data.cassandra.core.query.Filter
Create a simple Filter given CriteriaDefinitions.
from(Iterable<? extends CriteriaDefinition>) - Static method in interface org.springframework.data.cassandra.core.query.Filter
Create a simple Filter given CriteriaDefinitions.
from(Host) - Static method in class org.springframework.data.cql.core.RingMember
Creates a new RingMember given Host.

G

get(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
Returns the row's column value.
get(String) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
Returns the row's column value.
get(int) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
Read data from a Column using the index.
get(CqlIdentifier, Class<T>) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
Returns the row's column value as an instance of the given type.
get(String, Class<T>) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
Returns the row's column value as an instance of the given type.
get(int, Class<T>) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
Returns the row's column value as an instance of the given type.
get(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
get() - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
get(long, TimeUnit) - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
get(Object) - Method in class org.springframework.data.cql.core.util.MapBuilder
 
getAction() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getActualCount() - Method in exception org.springframework.data.cql.support.exception.IncorrectResultSetColumnCountException
Return the actual column count.
getAddress() - Method in class org.springframework.data.cql.core.RingMember
 
getAddressTranslator() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the AddressTranslator.
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.cql.core.session.ReactiveResultSet
Return the execution information for all queries made to retrieve this result set.
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
 
getAuthProvider() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the AuthProvider.
getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
 
getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
 
getBeanClass(Element) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
getBeanClass(Element) - Method in class org.springframework.data.cql.config.xml.CassandraCqlTemplateParser
 
getCache() - Method in class org.springframework.data.cql.core.support.CachedPreparedStatementCreator
 
getCache() - Method in class org.springframework.data.cql.core.support.MapPreparedStatementCache
 
getCassandraAdminOperations() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
getChanges() - Method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Returns an unmodifiable list of column changes.
getChanges() - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
 
getCluster() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Returns a reference to the configured Cassandra Cluster used by this application.
getCluster() - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
getCluster() - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Returns the Cluster object this session is part of.
getClusterBuilderConfigurer() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
getClusteredKeyColumns() - Method in interface org.springframework.data.cql.core.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.cql.core.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.cql.config.java.AbstractClusterConfiguration
Returns the cluster name.
getCollection(int, DataType) - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
 
getCollectionOfEntity(ResultSet, Class<?>, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
Deprecated.
as of 1.5, CassandraMappingContext handles type conversion.
getColumnDefinitions() - Method in interface org.springframework.data.cql.core.session.ReactiveResultSet
Returns the columns returned in this ResultSet.
getColumnKey(String) - Method in class org.springframework.data.cql.core.ColumnMapRowMapper
Determine the key to use for the given column in the column Map.
getColumnMapRowMapper() - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Create a new RowMapper for reading columns as key-value pairs.
getColumnName() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
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() - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
getColumnName() - Method in interface org.springframework.data.cql.core.keyspace.IndexDescriptor
 
getColumns() - Method in class org.springframework.data.cassandra.core.query.Query
 
getColumns() - Method in interface org.springframework.data.cql.core.keyspace.TableDescriptor
Returns an unmodifiable List of ColumnSpecifications.
getColumns() - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Returns an unmodifiable list of all columns.
getColumnValue(Row, int) - Method in class org.springframework.data.cql.core.ColumnMapRowMapper
Retrieve a CQL object value for the specified column.
getColumnValue(Row, int, Class<?>) - Method in class org.springframework.data.cql.core.SingleColumnRowMapper
Retrieve a CQL object value for the specified column.
getColumnValue(Row, int) - Method in class org.springframework.data.cql.core.SingleColumnRowMapper
Retrieve a object value for the specified column, using the most appropriate value type.
getCompressionType() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the CompressionType.
getConnectTimeoutMillis() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getConsistencyLevel() - Method in class org.springframework.data.cql.core.QueryOptions
 
getConsistencyLevel() - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
getConsistencyLevel() - Method in class org.springframework.data.cql.support.CassandraAccessor
 
getContactPoints() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the Cassandra contact points.
getConversionService() - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 
getConversionService() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
Deprecated.
as of 1.5, CassandraMappingContext handles type conversion.
getConverter() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
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.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.CassandraJodaTimeConverters
Returns the converters to be registered.
getConvertersToRegister() - Static method in class org.springframework.data.cassandra.core.convert.CassandraJsr310Converters
Returns the converters to be registered.
getConvertersToRegister() - Static method in class org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters
Returns the converters to be registered.
getCoreConnectionsPerHost() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
Returns the core number of connections per host.
getCount() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
Returns the number of exceptions aggregated in this exception.
getCql() - Method in class org.springframework.data.cql.core.CachedPreparedStatementCreator
Deprecated.
Returns the CQL statement on which the PreparedStatement will be based.
getCql() - Method in interface org.springframework.data.cql.core.CqlProvider
Return the CQL string for this object, i.e. typically the CQL used for creating statements.
getCql() - Method in class org.springframework.data.cql.core.SimplePreparedStatementCreator
 
getCqlGeneratorFor(ColumnChangeSpecification) - Method in class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
 
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
 
getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Returns a CreateTableSpecification for the given entity, including all mapping information.
getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
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 registered in the CassandraConverter.
getDataCenter() - Method in class org.springframework.data.cql.core.keyspace.DataCenterReplication
 
getDataCenter() - Method in class org.springframework.data.cql.core.RingMember
 
getDataType() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
getDataType(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Retrieve the data type of the property.
getDataType(Class<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Retrieve the data type based on the given type.
getDataType() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
The column's data 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 a simple type.
getDataType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
 
getDataTypeFor(DataType.Name) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
Returns the DataType for a DataType.Name.
getDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
Returns the default DataType for a Class.
getDomainClass() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
getDurableWrites() - Method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
getElementName() - Method in exception org.springframework.data.cql.support.exception.CassandraSchemaElementExistsException
 
getElementType() - Method in exception org.springframework.data.cql.support.exception.CassandraSchemaElementExistsException
 
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.CassandraEntityClassScanner
 
getEntityBasePackages() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
Base packages to scan for entities annotated with Table annotations.
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.AbstractCassandraQuery
 
getEntityInstantiators() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 
getEntityMappings() - Method in class org.springframework.data.cassandra.core.mapping.Mapping
 
getExceptions() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
Returns a list of the IdInterfaceExceptions aggregated within.
getExceptionTranslator() - Method in class org.springframework.data.cql.support.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.cql.support.ReactiveCassandraAccessor
Returns the exception translator for this instance.
getExecutionInfo() - Method in interface org.springframework.data.cql.core.session.ReactiveResultSet
Returns information on the execution of the last query made for this result set.
getExhaustedResultSetValue() - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
 
getExpectedCount() - Method in exception org.springframework.data.cql.support.exception.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.cql.core.QueryOptions
 
getFetchSize() - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
getFetchSize() - Method in class org.springframework.data.cql.support.CassandraAccessor
 
getFields() - Method in class org.springframework.data.cql.core.keyspace.UserTypeSpecification
 
getForceQuote() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 
getForceQuote() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
getHeartbeatIntervalSeconds() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the heart beat interval, after which a message is sent on an idle connection to make sure it's still alive.
getHost() - Method in exception org.springframework.data.cql.support.exception.CassandraAuthenticationException
 
getHostDistance() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
Returns the HostDistance used to configure the specific PoolingOptions connection settings.
getHostName() - Method in class org.springframework.data.cql.core.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
 
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.repository.support.IdInterfaceException
 
getIdInterfaceName() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
getIdleTimeoutSeconds() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Get the timeout before an idle connection is removed.
getIdType() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 
getIfExists() - Method in class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
 
getIfExists() - Method in class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
 
getIfNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
getIfNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
getIfNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
getIfNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
 
getIndex() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtIndexOp
 
getInitialEntitySet() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
Return the Set of initial entity classes.
getInitializationExecutor() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the Executor to use for connection initialization.
getKeepAlive() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getKey() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 
getKeyspaceCreations() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getKeyspaceCreations() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the list of keyspace creations to be run right after Cluster initialization.
getKeyspaceDrops() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getKeyspaceDrops() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the list of keyspace drops to be run before Cluster 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 class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
Return the name of the keyspace to connect to.
getKeyspaceName() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Gets the name of the Cassandra Keyspace to connect to.
getKeyspaceName() - Method in class org.springframework.data.cql.config.java.AbstractSessionConfiguration
Return the name of the keyspace to connect to.
getKeyspaceName() - Method in exception org.springframework.data.cql.support.exception.CassandraKeyspaceExistsException
 
getKeyspaceSpecifications() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getKeyType() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
getLimit() - Method in class org.springframework.data.cassandra.core.query.Query
 
getLoadBalancingPolicy() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the LoadBalancingPolicy.
getLocalCoreConnections() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the core number of connections per host for the HostDistance.LOCAL scope.
getLocalMaxConnections() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the maximum number of connections per host for the HostDistance.LOCAL scope.
getLocalMaxSimultaneousRequests() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the maximum number of requests per connection for the HostDistance.LOCAL scope.
getLocalMinSimultaneousRequests() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the threshold that triggers the creation of a new connection to a host for the HostDistance.LOCAL scope.
getMapId() - Method in interface org.springframework.data.cassandra.repository.MapIdentifiable
Gets the identity of this instance.
getMappedColumnNames(Columns, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper
Map Columns with a type hint to column names for included columns.
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
Map a Filter with a type hint.
getMappedObject(Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.UpdateMapper
Map a Update with a type hint.
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.CassandraSessionFactoryBean
 
getMappingContext() - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
Returns the CassandraMappingContext used by this template to access mapping meta-data used to store (map) objects to Cassandra tables.
getMappingContext() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Returns the CassandraMappingContext used by this template to access mapping meta-data used to store (map) object to Cassandra tables.
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.core.ReactiveCassandraTemplate
Returns the CassandraMappingContext used by this template to access mapping meta-data used to store (map) objects to Cassandra tables.
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 MappingExceptions aggregated within.
getMaxConnectionsPerHost() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
Returns the maximum number of connections per host.
getMaxQueueSize() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the maximum number of requests that get enqueued if no connection is available.
getMaxRequestsPerConnection() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
Returns the maximum number of requests per connection.
getMaxSchemaAgreementWaitSeconds() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the maximum schema agreement wait in seconds.
getMessage() - Method in exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
 
getMessage() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
getMessages() - Method in exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
Returns a list of the MappingException messages aggregated within.
getMessages() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
Returns a list of the IdInterfaceException messages aggregated within.
getMessagesByHost() - Method in exception org.springframework.data.cql.support.exception.CassandraConnectionFailureException
 
getMethod() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceException
 
getMetricsEnabled() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the whether to enable metrics.
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
 
getMultiLevelSet() - Method in class org.springframework.data.cql.config.MultiLevelSetFlattenerFactoryBean
 
getName() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getName() - Method in class org.springframework.data.cql.core.keyspace.ColumnChangeSpecification
 
getName() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
getName() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
getName() - Method in interface org.springframework.data.cql.core.keyspace.IndexDescriptor
Returns the name of the index.
getName() - Method in class org.springframework.data.cql.core.keyspace.IndexNameSpecification
 
getName() - Method in class org.springframework.data.cql.core.keyspace.KeyspaceActionSpecification
 
getName() - Method in interface org.springframework.data.cql.core.keyspace.KeyspaceDescriptor
Returns the name of the table.
getName() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
getName() - Method in interface org.springframework.data.cql.core.keyspace.Option
The (usually lower-cased, underscore-separated) name of this table option.
getName() - Method in interface org.springframework.data.cql.core.keyspace.TableDescriptor
Returns the name of the table.
getName() - Method in class org.springframework.data.cql.core.keyspace.TableNameSpecification
 
getName() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
getName() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
getName() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
getName() - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
getName() - Method in class org.springframework.data.cql.core.keyspace.UserTypeNameSpecification
 
getNettyOptions() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the NettyOptions.
getNetworkTopologyDataCenters() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getNetworkTopologyReplicationFactors() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getNewConnectionThreshold() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
Returns the threshold that triggers the creation of a new connection to a host.
getNonKeyColumns() - Method in interface org.springframework.data.cql.core.keyspace.TableDescriptor
Returns an unmodifiable list of all non-key columns.
getNonKeyColumns() - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Returns an unmodifiable list of all non-key columns.
getNullResultSetValue() - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
 
getNumberAlive() - Method in exception org.springframework.data.cql.support.exception.CassandraInsufficientReplicasAvailableException
 
getNumberRequired() - Method in exception org.springframework.data.cql.support.exception.CassandraInsufficientReplicasAvailableException
 
getObject() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.CassandraCqlTemplateFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.MultiLevelSetFlattenerFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
 
getObject() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getObjectType() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.CassandraCqlTemplateFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.MultiLevelSetFlattenerFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
 
getObjectType() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getOperations() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
getOperator() - Method in class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
 
getOptions() - Method in interface org.springframework.data.cql.core.keyspace.KeyspaceDescriptor
Returns an unmodifiable Map of keyspace options.
getOptions() - Method in class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
 
getOptions() - Method in interface org.springframework.data.cql.core.keyspace.TableDescriptor
Returns an unmodifiable Map of table options.
getOptions() - Method in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
 
getOrdering() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
getOwner() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
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.cql.core.keyspace.TableDescriptor
Returns an unmodifiable list of all partition key columns.
getPartitionKeyColumns() - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Returns an unmodifiable list of all partition key columns.
getPoolingOptions() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the PoolingOptions.
getPoolTimeoutMilliseconds() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the timeout when trying to acquire a connection from a host's pool.
getPort() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the Cassandra port.
getPredicate() - Method in class org.springframework.data.cassandra.core.query.Criteria
 
getPredicate() - Method in interface org.springframework.data.cassandra.core.query.CriteriaDefinition
getPreparedStatement(Session, RegularStatement, Supplier<PreparedStatement>) - Method in class org.springframework.data.cql.core.support.MapPreparedStatementCache
 
getPreparedStatement(Session, RegularStatement) - Method in interface org.springframework.data.cql.core.support.PreparedStatementCache
Obtain a PreparedStatement by Session and RegularStatement.
getPreparedStatement(Session, RegularStatement, Supplier<PreparedStatement>) - Method in interface org.springframework.data.cql.core.support.PreparedStatementCache
Obtain a PreparedStatement by Session and RegularStatement.
getPrimaryKeyColumns() - Method in interface org.springframework.data.cql.core.keyspace.TableDescriptor
Returns an unmodifiable list of all partition and primary key columns.
getPrimaryKeyColumns() - Method in class org.springframework.data.cql.core.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 interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
The ordering (ascending or descending) for the column.
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
 
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.BasicCassandraRowValueProvider
 
getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.CassandraUDTValueProvider
 
getProtocolVersion() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the ProtocolVersion.
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - 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 map Query to CQL-specific data types.
getQueryMethod() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
getQueryMethod() - Method in class org.springframework.data.cassandra.repository.query.AbstractReactiveCassandraQuery
 
getQueryOptions() - Method in class org.springframework.data.cassandra.core.query.Query
 
getQueryOptions() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the QueryOptions.
getRack() - Method in class org.springframework.data.cql.core.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.cql.core.QueryOptions
 
getReadTimeoutMillis() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getReadValue(CassandraValueProvider, CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
Retrieve the value to read for the given CassandraPersistentProperty from BasicCassandraRowValueProvider and perform optionally a conversion of collection element types.
getReceiveBufferSize() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getReconnectionPolicy() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the ReconnectionPolicy.
getRemoteCoreConnections() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the core number of connections per host for the HostDistance.REMOTE scope.
getRemoteMaxConnections() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the maximum number of connections per host for the HostDistance.REMOTE scope.
getRemoteMaxSimultaneousRequests() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the maximum number of requests per connection for the HostDistance.REMOTE scope.
getRemoteMinSimultaneousRequests() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Gets the threshold that triggers the creation of a new connection to a host for the HostDistance.REMOTE scope.
getReplicationFactor() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getReplicationFactor() - Method in class org.springframework.data.cql.core.keyspace.DataCenterReplication
 
getReplicationFactor() - Method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
getReplicationStrategy() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
getReplicationStrategy() - Method in class org.springframework.data.cql.core.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
 
getRetryPolicy() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the RetryPolicy.
getRetryPolicy() - Method in class org.springframework.data.cql.core.QueryOptions
 
getRetryPolicy() - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
getRetryPolicy() - Method in class org.springframework.data.cql.support.CassandraAccessor
 
getReturnType() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
getReuseAddress() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getRow() - Method in class org.springframework.data.cassandra.core.convert.BasicCassandraRowValueProvider
 
getRow() - Method in interface org.springframework.data.cassandra.core.convert.CassandraRowValueProvider
 
getRow() - Method in class org.springframework.data.cassandra.core.convert.ColumnReader
 
getRowValue(Row, int, Class<?>) - Static method in class org.springframework.data.cql.support.RowUtils
Retrieve a CQL column value from a Row, using the specified value type.
getSchemaAction() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
getSchemaAction() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
The SchemaAction to perform at startup.
getScope() - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
 
getSelector(ColumnName) - Method in class org.springframework.data.cassandra.core.query.Columns
 
getSendBufferSize() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getSession() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Returns a reference to the connected Cassandra Session.
getSession() - Method in class org.springframework.data.cql.core.session.DefaultReactiveSessionFactory
 
getSession() - Method in class org.springframework.data.cql.core.session.DefaultSessionFactory
 
getSession() - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
 
getSession() - Method in interface org.springframework.data.cql.core.session.ReactiveSessionFactory
Return a ReactiveSession to be used directly or inside a callback inside ReactiveCqlTemplate.
getSession() - Method in interface org.springframework.data.cql.core.session.SessionFactory
Attempts to establish a Session with the connection infrastructure that this SessionFactory object represents.
getSession() - Method in class org.springframework.data.cql.support.CassandraAccessor
Deprecated.
since 2.0. This class uses a SessionFactory to dispatch CQL calls amongst different Sessions during its lifecycle.
getSessionFactories() - Method in class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
Get the Map of session factories maintained by this object.
getSessionFactory(String) - Method in class org.springframework.data.cql.core.session.lookup.BeanFactorySessionFactoryLookup
 
getSessionFactory(String) - Method in class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
 
getSessionFactory(String) - Method in interface org.springframework.data.cql.core.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.cql.core.session.lookup.SingleSessionFactoryLookup
 
getSessionFactory() - Method in class org.springframework.data.cql.support.CassandraAccessor
Returns the Cassandra SessionFactory used by this template to perform Cassandra data access operations.
getSessionFactory() - Method in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Returns the configured ReactiveSessionFactory.
getShutdownScripts() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getShutdownScripts() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Returns an unmodifiable list of shutdown scripts.
getShutdownScripts() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the list of shutdown scripts to be run after keyspace drops and right before Cluster shutdown.
getSingleColumnRowMapper(Class<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Create a new RowMapper for reading result objects from a single column.
getSingleEntity(ResultSet, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
Deprecated.
as of 1.5, CassandraMappingContext handles type conversion.
getSocketOptions() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the SocketOptions.
getSoLinger() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getSort() - Method in class org.springframework.data.cassandra.core.query.Query
 
getSourceBeanDefinition(BeanDefinitionBuilder, ParserContext, Element) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
Returns a BeanDefinition built from the given BeanDefinitionBuilder enriched with source meta-data derived from the given Element.
getSourceBeanDefinition(BeanDefinitionBuilder, Object) - Static method in class org.springframework.data.cql.config.xml.ParsingUtils
Returns a AbstractBeanDefinition built from the given BeanDefinitionBuilder with the given extracted source applied.
getSpecification() - Method in class org.springframework.data.cql.core.generator.ColumnChangeCqlGenerator
 
getSpecification() - Method in class org.springframework.data.cql.core.generator.IndexNameCqlGenerator
 
getSpecification() - Method in class org.springframework.data.cql.core.generator.KeyspaceNameCqlGenerator
 
getSpecification() - Method in class org.springframework.data.cql.core.generator.TableNameCqlGenerator
 
getSpecification() - Method in class org.springframework.data.cql.core.generator.UserTypeNameCqlGenerator
 
getSpeculativeExecutionPolicy() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the SpeculativeExecutionPolicy.
getStartupScripts() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
getStartupScripts() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Returns an unmodifiable list of startup scripts.
getStartupScripts() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the list of startup scripts to be run after keyspace creations and after Cluster initialization.
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.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.
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(String, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
Lookup TableMetadata.
getTableMetadata(String, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 
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() - 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 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() - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
getTableName() - Method in interface org.springframework.data.cql.core.keyspace.IndexDescriptor
Returns the table name for the index
getTableName() - Method in exception org.springframework.data.cql.support.exception.CassandraTableExistsException
 
getTargetName() - Method in class org.springframework.data.cql.core.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
 
getTcpNoDelay() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
getTimestampGenerator() - Method in class org.springframework.data.cql.config.java.AbstractClusterConfiguration
Returns the TimestampGenerator.
getTracing() - Method in class org.springframework.data.cql.core.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.cql.core.WriteOptions
 
getType() - Method in class org.springframework.data.cql.core.converter.AbstractResultSetConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToBigDecimalConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToBigIntegerConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToBooleanConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToByteBufferConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToDateConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToDoubleConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToFloatConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToInetAddressConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToIntegerConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToListOfStringConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToLongConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToStringConverter
 
getType() - Method in class org.springframework.data.cql.core.converter.ResultSetToUuidConverter
 
getType() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
getType() - Method in class org.springframework.data.cql.core.keyspace.ColumnTypeChangeSpecification
 
getType() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
getType() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
getType() - Method in interface org.springframework.data.cql.core.keyspace.Option
The type that values must be able to be coerced into for this option.
getType() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
getType() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
getType() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
getType() - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
getUnquoted() - Method in class org.springframework.data.cql.core.CqlIdentifier
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 map Update 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.
getUserType() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
getUserType() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 
getUserType() - Method in class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
 
getUsing() - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
getUsing() - Method in interface org.springframework.data.cql.core.keyspace.IndexDescriptor
 
getValue() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
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() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption.ReplicationStrategy
 
getValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.KeyCachingOption
 
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.cql.support.exception.CassandraReadTimeoutException
 
getWriteType() - Method in exception org.springframework.data.cql.support.exception.CassandraWriteTimeoutException
 
gt(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the < operator.
gte(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the <= operator.
GuavaListenableFutureAdapter<T> - Class in org.springframework.data.cql.core
Adapter class to adapt Guava's ListenableFuture into a Spring ListenableFuture.
GuavaListenableFutureAdapter(ListenableFuture<T>, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.cql.core.GuavaListenableFutureAdapter
Create a new GuavaListenableFutureAdapter given a Guava ListenableFuture and a PersistenceExceptionTranslator.

H

hasAnnotatedQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
Returns whether the method has an annotated query.
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.ColumnName
 
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.Query
 
hashCode() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
hashCode() - Method in class org.springframework.data.cql.core.CqlIdentifier
 
hashCode() - Method in class org.springframework.data.cql.core.keyspace.KeyspaceActionSpecification
Hash code incorporates the exact type to distinguish between instances based on this type.
hashCode() - Method in class org.springframework.data.cql.core.KeyspaceIdentifier
 
hashCode() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
hasProperty(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.BasicCassandraRowValueProvider
 
hasProperty(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.core.convert.CassandraUDTValueProvider
 
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.
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.
HOLDER - Static variable in class org.springframework.data.cassandra.core.mapping.CassandraSimpleTypeHolder
 
HostDistancePoolingOptions(Integer, Integer, Integer, Integer) - Constructor for class org.springframework.data.cql.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
Constructs an instance of PoolingOptionsFactoryBean.HostDistancePoolingOptions with PoolingOptions connection settings specific to a particular HostDistance.
HostMapper<T> - Interface in org.springframework.data.cql.core
An interface used by CqlTemplate for mapping Hosts of a Metadata on a per-item basis..

I

id() - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
Factory method.
id(String, Object) - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
Factory method.
id(MapId) - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
Factory method.
id(Class<T>) - Static method in class org.springframework.data.cassandra.repository.support.MapIdFactory
Produces an implementation of the given id interface type using the type's class loader.
id(Class<T>, ClassLoader) - Static method in class org.springframework.data.cassandra.repository.support.MapIdFactory
Produces an implementation of the given class loader.
IdInterfaceException - Exception in org.springframework.data.cassandra.repository.support
Exception thrown on incorrect mapping of an Id interface.
IdInterfaceException(Class<?>, Method, String) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceException
 
IdInterfaceException(String, String, String) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceException
 
IdInterfaceExceptions - Exception in org.springframework.data.cassandra.repository.support
Aggregator of multiple violations for convenience when verifying id interfaces.
IdInterfaceExceptions(Class<?>, Collection<MappingException>) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
Create a new IdInterfaceExceptions for the given idInterfaceClass and exceptions.
IdInterfaceValidator - Class in org.springframework.data.cassandra.repository.support
 
IdInterfaceValidator() - Constructor for class org.springframework.data.cassandra.repository.support.IdInterfaceValidator
 
ifExists(boolean) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
Use light-weight transactions by applying IF EXISTS.
ifExists() - Method in class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
 
ifExists(boolean) - Method in class org.springframework.data.cql.core.keyspace.DropKeyspaceSpecification
 
ifExists() - Method in class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
Enables the inclusion of anIF EXISTS clause.
ifExists(boolean) - Method in class org.springframework.data.cql.core.keyspace.DropUserTypeSpecification
Sets the inclusion of an IF EXISTS clause.
ifNotExists(boolean) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
Use light-weight transactions by applying IF NOT EXISTS.
ifNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
Causes the inclusion of an IF NOT EXISTS clause.
ifNotExists(boolean) - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
Toggles the inclusion of an IF NOT EXISTS clause.
ifNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
Causes the inclusion of an IF NOT EXISTS clause.
ifNotExists(boolean) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
Toggles the inclusion of an IF NOT EXISTS clause.
ifNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
Causes the inclusion of an IF NOT EXISTS clause.
ifNotExists(boolean) - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
Toggles the inclusion of an IF NOT EXISTS clause.
ifNotExists() - Method in class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
Enables the inclusion of anIF NOT EXISTS clause.
ifNotExists(boolean) - Method in class org.springframework.data.cql.core.keyspace.CreateUserTypeSpecification
Sets the inclusion of an IF NOT EXISTS clause.
in(Object...) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the IN operator.
in(Collection<?>) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the IN operator.
include(String) - Method in class org.springframework.data.cassandra.core.query.Columns
Include column columnName to the selection.
include(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns
Include column columnName to the selection.
IncorrectResultSetColumnCountException - Exception in org.springframework.data.cql.support.exception
Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.data.cql.support.exception.IncorrectResultSetColumnCountException
Constructor for IncorrectResultSetColumnCountException.
IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.data.cql.support.exception.IncorrectResultSetColumnCountException
Constructor for IncorrectResultCountDataAccessException.
increment(String) - Method in class org.springframework.data.cassandra.core.query.Update
Increment the value at columnName by 1.
increment(String, Number) - Method in class org.springframework.data.cassandra.core.query.Update
Increment the value at columnName by delta.
IncrOp(ColumnName, Number) - Constructor for class org.springframework.data.cassandra.core.query.Update.IncrOp
 
IndexDescriptor - Interface in org.springframework.data.cql.core.keyspace
Describes an index.
Indexed - Annotation Type in org.springframework.data.cassandra.core.mapping
Identifies a secondary index in the table on a single, non-key column.
IndexNameCqlGenerator<T extends IndexNameSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class for Index CQL generators.
IndexNameCqlGenerator(IndexNameSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.IndexNameCqlGenerator
 
IndexNameSpecification<T extends IndexNameSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Abstract builder class to support the construction of an index.
IndexNameSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.IndexNameSpecification
 
init() - Method in class org.springframework.data.cassandra.config.xml.CassandraNamespaceHandler
 
init() - Method in class org.springframework.data.cql.config.xml.CassandraNamespaceHandler
 
initialize() - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 
insert(T) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Insert the given entity and return the entity if the insert was applied.
insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Insert the given entity applying WriteOptions and return the entity if the insert was applied.
insert(T) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
insert(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add an array of inserts to the batch.
insert(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add a collection of inserts to the batch.
insert(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add a collection of inserts with given WriteOptions to the batch.
insert(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Insert the given entity and return the entity if the insert was applied.
insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Insert the given entity applying WriteOptions and return the entity if the insert was applied.
insert(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insert(T) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Insert the given entity and emit the entity if the insert was applied.
insert(T, InsertOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Insert the given entity applying WriteOptions and emit the entity if the insert was applied.
insert(Publisher<? extends T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Insert the given entities and emit the entity if the insert was applied.
insert(Publisher<? extends T>, InsertOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Insert the given entities applying WriteOptions and emit the entity if the insert was applied.
insert(T) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
insert(T, InsertOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
insert(Publisher<? extends T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
insert(Publisher<? extends T>, InsertOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
insert(S) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
Inserts the given entity.
insert(Iterable<S>) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
Inserts the given entities.
insert(S) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
Inserts the given entity.
insert(Iterable<S>) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
Inserts the given entities.
insert(Publisher<S>) - Method in interface org.springframework.data.cassandra.repository.ReactiveCassandraRepository
Inserts the given a given entities.
insert(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
insert(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
insert(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
insert(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
insert(Publisher<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
InsertOptions - Class in org.springframework.data.cassandra.core
Extension to WriteOptions for use with INSERT operations.
InsertOptions.InsertOptionsBuilder - Class in org.springframework.data.cassandra.core
Builder for InsertOptions.
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToBigDecimalConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToBigIntegerConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToBooleanConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToByteBufferConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToDateConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToDoubleConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToFloatConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToInetAddressConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToIntegerConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToListOfStringConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToLongConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToStringConverter
 
INSTANCE - Static variable in class org.springframework.data.cql.core.converter.ResultSetToUuidConverter
 
instantiatePrimaryKey(CassandraPersistentEntity<?>, CassandraPersistentProperty, CassandraValueProvider) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
instantiators - Variable in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
 
INTEGER_PATTERN - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
INTEGER_REGEX - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
is(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using equality.
isAllowFiltering() - Method in class org.springframework.data.cassandra.core.query.Query
 
isCancelled() - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
isClosed() - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
isClosed() - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Whether this Session instance has been closed.
isClusterKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
isClusterKeyColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
Whether the property is a cluster key column.
isCoerceable(Object) - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
isCoerceable(Object) - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
isCoerceable(Object) - Method in interface org.springframework.data.cql.core.keyspace.Option
Tests whether the given value can be coerced into the type given by Option.getType().
isCoerceable(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
isCoerceable(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
isCoerceable(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
isCoerceable(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
isCollectionQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
 
isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
Returns whether this entity represents a composite primary key.
isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
Whether the property is a composite primary key.
isConnected() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Null-safe operation to determine whether the Cassandra Session is connected or not.
isCustom() - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
isCustom() - Method in interface org.springframework.data.cql.core.keyspace.IndexDescriptor
 
isDone() - Method in class org.springframework.data.cql.core.GuavaListenableFutureAdapter
 
isDurableWrites() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
isEmpty() - Method in class org.springframework.data.cassandra.core.query.Columns
 
isEmpty() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
isEmpty() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
isIdentifier(CharSequence) - Static method in class org.springframework.data.cql.core.KeyspaceIdentifier
Returns true if the given CharSequence is a legal keyspace identifier.
isIfExists() - Method in class org.springframework.data.cassandra.core.UpdateOptions
 
isIfNotExists() - Method in class org.springframework.data.cassandra.core.InsertOptions
 
isIfNotExists() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
isMapLike() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
isMapLike() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
Returns whether the property is a Map.
isPartitionKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
isPartitionKeyColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
Whether the property is a partition key column.
isPrimaryKeyColumn() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
isPrimaryKeyColumn() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
Whether the property is a partition key column or a cluster key column
isQuoted() - Method in class org.springframework.data.cql.core.CqlIdentifier
Whether or not this identifier is quoted.
isQuotedIdentifier(CharSequence) - Static method in class org.springframework.data.cql.core.CqlIdentifier
Returns true if the given CharSequence is a legal unquoted identifier.
isReference() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
isReserved(CharSequence) - Static method in enum org.springframework.data.cql.core.ReservedKeyword
 
isReserved(String) - Static method in enum org.springframework.data.cql.core.ReservedKeyword
Returns whether the given string is a CQL reserved keyword.
isResultSetQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isSingleton() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.CassandraCqlTemplateFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.MultiLevelSetFlattenerFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
 
isSingleton() - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
isStreamQuery() - Method in class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
 
isUnquotedIdentifier(CharSequence) - Static method in class org.springframework.data.cql.core.CqlIdentifier
Returns true if the given CharSequence is a legal unquoted identifier.
isUserDefinedType() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
isUserDefinedType() - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
 
isUserDefinedType() - Method in class org.springframework.data.cassandra.core.mapping.CassandraUserTypePersistentEntity
 
iterator() - Method in class org.springframework.data.cassandra.core.query.Columns
 
iterator() - Method in interface org.springframework.data.cassandra.core.query.Filter
 

K

keySet() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
keySet() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
KeyspaceAction - Enum in org.springframework.data.cql.config
Available actions for Keyspace Specifications
KeyspaceActionSpecification<T extends KeyspaceActionSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Abstract builder class to support the construction of keyspace specifications.
KeyspaceActionSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.KeyspaceActionSpecification
 
KeyspaceActionSpecificationFactoryBean - Class in org.springframework.data.cql.config
A single keyspace XML Element can result in multiple actions.
KeyspaceActionSpecificationFactoryBean() - Constructor for class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
KeyspaceAttributes - Class in org.springframework.data.cql.core.keyspace
Keyspace attributes.
KeyspaceAttributes() - Constructor for class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
KeyspaceCqlGenerator<T extends KeyspaceSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class that contains behavior common to CQL generation for table operations.
KeyspaceCqlGenerator(KeyspaceSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.KeyspaceCqlGenerator
 
KeyspaceDescriptor - Interface in org.springframework.data.cql.core.keyspace
Describes a Keyspace.
KeyspaceIdentifier - Class in org.springframework.data.cql.core
This encapsulates the logic for keyspace identifiers.
KeyspaceIdentifier(CharSequence) - Constructor for class org.springframework.data.cql.core.KeyspaceIdentifier
Create a new KeyspaceIdentifier.
KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class for Keyspace CQL generators.
KeyspaceNameCqlGenerator(KeyspaceActionSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.KeyspaceNameCqlGenerator
 
KeyspaceOption - Enum in org.springframework.data.cql.core.keyspace
 
KeyspaceOption.ReplicationStrategy - Enum in org.springframework.data.cql.core.keyspace
Known Replication Strategy options.
KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class that contains behavior common to CQL generation for table operations.
KeyspaceOptionsCqlGenerator(KeyspaceOptionsSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.KeyspaceOptionsCqlGenerator
 
KeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Abstract builder class to support the construction of table specifications that have table options, that is, those options normally specified by {@code WITH ...
KeyspaceOptionsSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
 
KeyspaceSpecification<T> - Class in org.springframework.data.cql.core.keyspace
Builder class to support the construction of keyspace specifications that have columns.
KeyspaceSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.KeyspaceSpecification
 
ksId(CharSequence) - Static method in class org.springframework.data.cql.core.KeyspaceIdentifier
Factory method for KeyspaceIdentifier.

L

like(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the LIKE operator.
limit(long) - Method in class org.springframework.data.cassandra.core.query.Query
Limit the number of returned rows to limit.
log - Static variable in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
log - Static variable in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
log - Variable in class org.springframework.data.cql.core.CachedPreparedStatementCreator
Deprecated.
 
logger - Variable in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
logger - Variable in class org.springframework.data.cql.support.CassandraAccessor
Logger available to subclasses
logger - Variable in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Logger available to subclasses
lt(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the > operator.
lte(Object) - Method in class org.springframework.data.cassandra.core.query.Criteria
Create a criterion using the >= operator.

M

map() - Static method in class org.springframework.data.cql.core.util.MapBuilder
Factory method to construct a new MapBuilder<Object,Object>.
map(Class<K>, Class<V>) - Static method in class org.springframework.data.cql.core.util.MapBuilder
Factory method to construct a new builder with the given key & value types.
map(Map<K, V>) - Static method in class org.springframework.data.cql.core.util.MapBuilder
Factory method to construct a new builder with a shallow copy of the given map.
MapBuilder<K,V> - Class in org.springframework.data.cql.core.util
Builder for maps, which also conveniently implements Map via delegation for convenience so you don't have to actually MapBuilder.build() it.
MapBuilder() - Constructor for class org.springframework.data.cql.core.util.MapBuilder
Create a new MapBuilder.
MapBuilder(Map<K, V>) - Constructor for class org.springframework.data.cql.core.util.MapBuilder
Create a new instance with a copy of the given map.
mapHosts(Iterable<Host>) - Method in interface org.springframework.data.cql.core.HostMapper
Implementations must implement this method to map each Host in the Metadata.
mapHosts(Iterable<Host>) - Method in enum org.springframework.data.cql.core.RingMemberHostMapper
 
MapId - Interface in org.springframework.data.cassandra.repository
Interface that represents the id of a persistent entity, where the keys correspond to the entity's JavaBean properties.
MapIdCassandraRepository<T> - Interface in org.springframework.data.cassandra.repository
Cassandra repository interface using MapId to represent Ids.
MapIdentifiable - Interface in org.springframework.data.cassandra.repository
Interface that entity classes may choose to implement in order to allow a client of the entity to easily get the entity's MapId.
MapIdFactory - Class in org.springframework.data.cassandra.repository.support
Factory class for producing implementations of given id interfaces.
MapIdFactory() - Constructor for class org.springframework.data.cassandra.repository.support.MapIdFactory
 
Mapping - Class in org.springframework.data.cassandra.core.mapping
 
Mapping() - Constructor for class org.springframework.data.cassandra.core.mapping.Mapping
 
MappingCassandraConverter - Class in org.springframework.data.cassandra.core.convert
CassandraConverter that uses a MappingContext to do sophisticated mapping of domain objects to Row.
MappingCassandraConverter() - Constructor for class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
MappingCassandraConverter(CassandraMappingContext) - Constructor for class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
MappingCassandraEntityInformation<T,ID> - Class in org.springframework.data.cassandra.repository.support
CassandraEntityInformation implementation using a CassandraPersistentEntity instance to lookup the necessary information.
MappingCassandraEntityInformation(CassandraPersistentEntity<T>, CassandraConverter) - Constructor for class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
MapPreparedStatementCache - Class in org.springframework.data.cql.core.support
PreparedStatementCache backed by a Map cache.
MapPreparedStatementCache.CacheKey - Class in org.springframework.data.cql.core.support
MapPreparedStatementCache.CacheKey for PreparedStatement caching.
mapRow(Row, int) - Method in class org.springframework.data.cql.core.ColumnMapRowMapper
 
mapRow(Row, int) - Method in interface org.springframework.data.cql.core.RowMapper
Implementations must implement this method to map each row of data in the ResultSet.
mapRow(Row, int) - Method in class org.springframework.data.cql.core.SingleColumnRowMapper
Extract a value for the single column in the current row.
MapSessionFactoryLookup - Class in org.springframework.data.cql.core.session.lookup
Simple SessionFactoryLookup implementation that relies on a map for doing lookups.
MapSessionFactoryLookup() - Constructor for class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
Create a new instance of MapSessionFactoryLookup.
MapSessionFactoryLookup(Map<String, SessionFactory>) - Constructor for class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
Create a new instance of MapSessionFactoryLookup.
MapSessionFactoryLookup(String, SessionFactory) - Constructor for class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
Create a new instance of MapSessionFactoryLookup.
matches(CharSequence) - Method in enum org.springframework.data.cql.core.CqlConstantType
 
MetadataBackedField(ColumnName, CassandraPersistentEntity<?>, MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
MetadataBackedField(ColumnName, CassandraPersistentEntity<?>, MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty>, CassandraPersistentProperty) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
MultiLevelSetFlattenerFactoryBean<T> - Class in org.springframework.data.cql.config
Given Set of Sets where all child Sets contain the same class, then a single level Set of is generated.
MultiLevelSetFlattenerFactoryBean() - Constructor for class org.springframework.data.cql.config.MultiLevelSetFlattenerFactoryBean
 

N

name - Variable in class org.springframework.data.cassandra.core.convert.QueryMapper.Field
 
name - Variable in class org.springframework.data.cql.core.keyspace.ColumnChangeSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Sets the column's name.
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
name(KeyspaceIdentifier) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.FieldSpecification
Sets the field name.
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.FieldSpecification
Sets the field name.
name(String) - Method in class org.springframework.data.cql.core.keyspace.IndexNameSpecification
Sets the index name.
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.IndexNameSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceActionSpecification
Sets the keyspace name.
name(KeyspaceIdentifier) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceActionSpecification
Sets the keyspace name.
name(String) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.TableNameSpecification
Sets the table name.
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.TableNameSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
 
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
 
name(String) - Method in class org.springframework.data.cql.core.keyspace.UserTypeNameSpecification
Sets the type name.
name(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.UserTypeNameSpecification
Sets the type name.
newArgPreparedStatementBinder(Object[]) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Create a new arg-based PreparedStatementSetter using the args passed in.
newAsyncPreparedStatementCreator(String) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
Create a new CQL-based AsyncPreparedStatementCreator using the CQL passed in.
newColumnMapRowMapper() - Method in class org.springframework.data.cql.core.CqlTemplateSupport
Create a new RowMapper for reading columns as key-value pairs.
newInstance(Class<T>) - Static method in class org.springframework.data.cql.core.SingleColumnRowMapper
Static factory method to create a new SingleColumnRowMapper (with the required type specified only once).
newLocalHostDistancePoolingOptions() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Constructs and returns a PoolingOptionsFactoryBean.HostDistancePoolingOptions instance initialized with the HostDistance.LOCAL-based PoolingOptions as configured on this PoolingOptionsFactoryBean.
newNetworkReplication(DataCenterReplication...) - Static method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
Returns a map of Options suitable as the value of a KeyspaceOption.REPLICATION option with replication strategy class "NetworkTopologyStrategy" and with data centers each with their corresponding replication factors.
newPreparedStatementBinder(Object[]) - Method in class org.springframework.data.cql.core.CqlTemplateSupport
Create a new arg-based PreparedStatementSetter using the args passed in.
newPreparedStatementCreator(String) - Method in class org.springframework.data.cql.core.CqlTemplate
 
newRemoteHostDistancePoolingOptions() - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Constructs and returns a PoolingOptionsFactoryBean.HostDistancePoolingOptions instance initialized with the HostDistance.REMOTE-based PoolingOptions as configured on this PoolingOptionsFactoryBean.
newResultSetExtractor(RowCallbackHandler) - Method in class org.springframework.data.cql.core.CqlTemplateSupport
Constructs a new instance of the ResultSetExtractor initialized with and adapting the given RowCallbackHandler.
newResultSetExtractor(RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplateSupport
Constructs a new instance of the ResultSetExtractor initialized with and adapting the given RowMapper.
newResultSetExtractor(RowMapper<T>, int) - Method in class org.springframework.data.cql.core.CqlTemplateSupport
Constructs a new instance of the ResultSetExtractor initialized with and adapting the given RowMapper.
newSimpleReplication() - Static method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
Returns a map of Options suitable as the value of a KeyspaceOption.REPLICATION option with replication strategy class "SimpleStrategy" and with a replication factor of one.
newSimpleReplication(long) - Static method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
Returns a map of Options suitable as the value of a KeyspaceOption.REPLICATION option with replication strategy class "SimpleStrategy" and with a replication factor equal to that given.
newSingleColumnRowMapper(Class<T>) - Method in class org.springframework.data.cql.core.CqlTemplateSupport
Create a new RowMapper for reading result objects from a single column.
noNull(StringBuilder) - Static method in class org.springframework.data.cql.core.CqlStringUtils
 

O

of(ColumnName, CriteriaDefinition.Predicate) - Static method in class org.springframework.data.cassandra.core.query.Criteria
Static factory method to create a Criteria using the provided columnName.
of(Iterable<Update.AssignmentOp>) - Static method in class org.springframework.data.cassandra.core.query.Update
Create a Update object given a list of Update.AssignmentOps.
of(String, long) - Static method in class org.springframework.data.cql.core.keyspace.DataCenterReplication
Creates a new DataCenterReplication given dataCenter and replicationFactor.
of(PreparedStatementCache, RegularStatement) - Static method in class org.springframework.data.cql.core.support.CachedPreparedStatementCreator
Create a new CachedPreparedStatementCreator given PreparedStatementCache and RegularStatement to prepare.
of(PreparedStatementCache, String) - Static method in class org.springframework.data.cql.core.support.CachedPreparedStatementCreator
Create a new CachedPreparedStatementCreator given PreparedStatementCache and cql to prepare.
of(PreparedStatementCache, String, QueryOptions) - Static method in class org.springframework.data.cql.core.support.CachedPreparedStatementCreator
Create a new CachedPreparedStatementCreator given PreparedStatementCache and cql to prepare.
of(Map<MapPreparedStatementCache.CacheKey, PreparedStatement>) - Static method in class org.springframework.data.cql.core.support.MapPreparedStatementCache
Create a MapPreparedStatementCache using the given Map.
onQueryComplete(ResultSetFuture) - Method in interface org.springframework.data.cql.core.AsynchronousQueryListener
Called upon query completion.
Option - Interface in org.springframework.data.cql.core.keyspace
Interface to represent option types.
options - Variable in class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
 
options - Variable in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
 
optionsCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterKeyspaceCqlGenerator
 
optionsCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
 
optionsCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateKeyspaceCqlGenerator
 
optionValueMap(Map<Option, Object>, StringBuilder) - Method in class org.springframework.data.cql.core.generator.KeyspaceOptionsCqlGenerator
 
optionValueMap(Map<Option, Object>, StringBuilder) - Method in class org.springframework.data.cql.core.generator.TableOptionsCqlGenerator
 
Ordering - Enum in org.springframework.data.cql.core
Enum for Cassandra primary key column ordering.
org.springframework.data.cassandra - package org.springframework.data.cassandra
Spring Data's Cassandra abstraction.
org.springframework.data.cassandra.config - package org.springframework.data.cassandra.config
Spring Data Cassandra factory beans and configuration.
org.springframework.data.cassandra.config.java - package org.springframework.data.cassandra.config.java
Spring Java configuration for Spring Data Cassandra.
org.springframework.data.cassandra.config.xml - package org.springframework.data.cassandra.config.xml
Spring XML namespace configuration for Spring Data Cassandra.
org.springframework.data.cassandra.core - package org.springframework.data.cassandra.core
Apache Cassandra core support.
org.springframework.data.cassandra.core.convert - package org.springframework.data.cassandra.core.convert
Spring Data Cassandra specific converter infrastructure.
org.springframework.data.cassandra.core.mapping - package org.springframework.data.cassandra.core.mapping
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
org.springframework.data.cassandra.core.query - package org.springframework.data.cassandra.core.query
 
org.springframework.data.cassandra.repository - package org.springframework.data.cassandra.repository
Apache Cassandra specific repository implementation.
org.springframework.data.cassandra.repository.cdi - package org.springframework.data.cassandra.repository.cdi
CDI support for Apache Cassandra specific repository implementation.
org.springframework.data.cassandra.repository.config - package org.springframework.data.cassandra.repository.config
Support infrastructure for the configuration of Apache Cassandra specific repositories.
org.springframework.data.cassandra.repository.query - package org.springframework.data.cassandra.repository.query
Query derivation mechanism for Apache Cassandra specific repositories.
org.springframework.data.cassandra.repository.support - package org.springframework.data.cassandra.repository.support
Support infrastructure for query derivation of Apache Cassandra specific repositories.
org.springframework.data.cassandra.util - package org.springframework.data.cassandra.util
 
org.springframework.data.cql - package org.springframework.data.cql
Spring Data's CQL abstraction.
org.springframework.data.cql.config - package org.springframework.data.cql.config
Spring CQL factory beans and configuration.
org.springframework.data.cql.config.java - package org.springframework.data.cql.config.java
Spring Java configuration for Spring CQL.
org.springframework.data.cql.config.xml - package org.springframework.data.cql.config.xml
Spring XML namespace configuration for Spring CQL.
org.springframework.data.cql.core - package org.springframework.data.cql.core
CQL core support.
org.springframework.data.cql.core.converter - package org.springframework.data.cql.core.converter
CQL specific converters.
org.springframework.data.cql.core.generator - package org.springframework.data.cql.core.generator
CQL generators for Keyspace object actions.
org.springframework.data.cql.core.keyspace - package org.springframework.data.cql.core.keyspace
Keyspace object action specifications such as CREATE TABLE, DROP INDEX.
org.springframework.data.cql.core.session - package org.springframework.data.cql.core.session
Provides utility classes for simple Session access and various session implementations.
org.springframework.data.cql.core.session.lookup - package org.springframework.data.cql.core.session.lookup
Provides a strategy for looking up SessionFactory.
org.springframework.data.cql.core.support - package org.springframework.data.cql.core.support
 
org.springframework.data.cql.core.util - package org.springframework.data.cql.core.util
 
org.springframework.data.cql.support - package org.springframework.data.cql.support
CQL support classes and Exception translation.
org.springframework.data.cql.support.exception - package org.springframework.data.cql.support.exception
Spring Data's Cassandra specific Data Access Exceptions.

P

pagingState(PagingState) - Method in class org.springframework.data.cassandra.core.query.Query
Set the PagingState to skip rows.
parseChildElements(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlClusterParser
Parses child elements of cluster.
parseEntity(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.cassandra.config.xml.CassandraClusterParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.cql.config.xml.CassandraCqlClusterParser
 
parseMapping(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
parsePropertyMappings(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
parseSessionAttributes(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
parseSessionChildElements(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
parseUnhandledElement(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
Parse the given element.
parseUnhandledSessionElementAttribute(Attr, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
parseUnhandledSessionElementAttribute(Attr, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
Parse the given session element attribute.
parseUserTypeResolver(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
ParsingUtils - Class in org.springframework.data.cql.config.xml
Utility class for parsing Cassandra XML namespace configuration meta-data.
ParsingUtils() - Constructor for class org.springframework.data.cql.config.xml.ParsingUtils
 
partitioned() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Identifies this column as a primary key column that is also part of a partition key.
partitioned(boolean) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Toggles the identification of this column as a primary key column that also is or is part of a partition key.
partitionKeyColumn(String, DataType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given partition key column to the table.
partitionKeyColumn(CqlIdentifier, DataType) - Method in class org.springframework.data.cql.core.keyspace.TableSpecification
Adds the given partition key column to the table.
PartTreeCassandraQuery - Class in org.springframework.data.cassandra.repository.query
RepositoryQuery implementation for Cassandra.
PartTreeCassandraQuery(CassandraQueryMethod, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
Create a new PartTreeCassandraQuery from the given QueryMethod and CassandraTemplate.
PATTERN - Static variable in class org.springframework.data.cql.core.KeyspaceIdentifier
 
performSchemaAction() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
Perform the configure SchemaAction using CassandraMappingContext metadata.
PoolingOptionsFactoryBean - Class in org.springframework.data.cql.config
Spring FactoryBean for the Cassandra Java driver PoolingOptions.
PoolingOptionsFactoryBean() - Constructor for class org.springframework.data.cql.config.PoolingOptionsFactoryBean
 
PoolingOptionsFactoryBean.HostDistancePoolingOptions - Class in org.springframework.data.cql.config
The HostDistancePoolingOptions class models the PoolingOptions state and connection settings for a particular HostDistance.
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
Deprecated.
preambleCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterKeyspaceCqlGenerator
 
preambleCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
 
preambleCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateKeyspaceCqlGenerator
 
preambleCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateTableCqlGenerator
 
Predicate(CriteriaDefinition.Operator, Object) - Constructor for class org.springframework.data.cassandra.core.query.CriteriaDefinition.Predicate
Create a new CriteriaDefinition.Predicate given operator and value.
prepare(String) - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
prepare(RegularStatement) - Method in class org.springframework.data.cql.core.session.DefaultBridgedReactiveSession
 
prepare(String) - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Prepares the provided query string.
prepare(RegularStatement) - Method in interface org.springframework.data.cql.core.session.ReactiveSession
Prepares the provided query.
PreparedStatementBinder - Interface in org.springframework.data.cql.core
General callback interface used by the CqlTemplate and ReactiveCqlTemplate classes.
PreparedStatementCache - Interface in org.springframework.data.cql.core.support
Cache interface to synchronously prepare CQL statements.
PreparedStatementCallback<T> - Interface in org.springframework.data.cql.core
Generic callback interface for code that operates on a PreparedStatement.
PreparedStatementCreator - Interface in org.springframework.data.cql.core
One of the two central callback interfaces used by the CqlTemplate class.
prepend(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Prepend the value to the collection.
prependAll(Object...) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Prepend all values to the collection.
prependAll(Iterable<? extends Object>) - Method in interface org.springframework.data.cassandra.core.query.Update.AddToBuilder
Prepend all values to the collection.
PrimaryKey - Annotation Type in org.springframework.data.cassandra.core.mapping
Identifies the primary key field of the entity, which may be of a basic type or of a type that represents a composite primary key class.
PrimaryKeyClass - Annotation Type in org.springframework.data.cassandra.core.mapping
Annotates a type that represents the identity type of another class whose instances are stored in a table.
PrimaryKeyClassEntityMetadataVerifier - Class in org.springframework.data.cassandra.core.mapping
PrimaryKeyClassEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.core.mapping.PrimaryKeyClassEntityMetadataVerifier
 
PrimaryKeyColumn - Annotation Type in org.springframework.data.cassandra.core.mapping
Identifies the annotated field of a composite primary key class as a primary key field that is either a partition or cluster key field.
PrimaryKeyType - Enum in org.springframework.data.cql.core
Values representing primary key column types.
processRow(Row) - Method in interface org.springframework.data.cql.core.RowCallbackHandler
Implementations must implement this method to process each row of data in the ResultSet.
PropertyMapping - Class in org.springframework.data.cassandra.core.mapping
Mapping between a persistent entity's property and its column.
PropertyMapping(String) - Constructor for class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
PropertyMapping(String, String) - Constructor for class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
PropertyMapping(String, String, String) - Constructor for class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
put(String, Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
put(K, V) - Method in class org.springframework.data.cql.core.util.MapBuilder
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.data.cql.core.util.MapBuilder
 

Q

Query - Class in org.springframework.data.cassandra.core.query
Query object representing CriteriaDefinitions, Columns, Sort, PagingState and QueryOptions for a CQL query.
query(CriteriaDefinition...) - Static method in class org.springframework.data.cassandra.core.query.Query
Static factory method to create a Query using the provided CriteriaDefinition.
query(Iterable<? extends CriteriaDefinition>) - Static method in class org.springframework.data.cassandra.core.query.Query
Static factory method to create a Query using the provided CriteriaDefinition.
Query - Annotation Type in org.springframework.data.cassandra.repository
Annotation to declare finder queries directly on repository methods.
query(String, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(Statement, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, reading the ResultSet with a ResultSetExtractor.
query(Statement, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(Statement, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, mapping each row to a Java object via a RowMapper.
query(AsyncPreparedStatementCreator, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(AsyncPreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(AsyncPreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement, mapping each row to a Java object via a RowMapper.
query(AsyncPreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ResultSet with a ResultSetExtractor.
query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, RowCallbackHandler) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(Statement, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(Statement, RowCallbackHandler) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(Statement, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(AsyncPreparedStatementCreator, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(AsyncPreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(AsyncPreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(AsyncPreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(AsyncPreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, ResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, RowCallbackHandler, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
query(String, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(Statement, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, reading the ResultSet with a ResultSetExtractor.
query(Statement, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(Statement, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, mapping each row to a Java object via a RowMapper.
query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(PreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement, mapping each row to a Java object via a RowMapper.
query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, RowCallbackHandler) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(Statement, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(Statement, RowCallbackHandler) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(Statement, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(PreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(PreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, ResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, RowCallbackHandler, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
query(String, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query given static CQL, reading the ReactiveResultSet with a ReactiveResultSetExtractor.
query(String, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query given static CQL, mapping each row to a Java object via a RowMapper.
query(Statement, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query given static CQL, reading the ReactiveResultSet with a ReactiveResultSetExtractor.
query(Statement, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query given static CQL, mapping each row to a Java object via a RowMapper.
query(ReactivePreparedStatementCreator, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query using a prepared statement, reading the ReactiveResultSet with a ReactiveResultSetExtractor.
query(String, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query using a prepared statement, reading the ReactiveResultSet with a ReactiveResultSetExtractor.
query(ReactivePreparedStatementCreator, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, reading the ReactiveResultSet with a ResultSetExtractor.
query(String, ReactiveResultSetExtractor<T>, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading the ReactiveResultSet with a ReactiveResultSetExtractor.
query(ReactivePreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query using a prepared statement, mapping each row to a Java object via a RowMapper.
query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(ReactivePreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query using a prepared statement and a PreparedStatementBinder implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(String, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(Statement, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(Statement, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(ReactivePreparedStatementCreator, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Query using a prepared statement, reading the ReactiveResultSet with a ReactiveResultSetExtractor.
query(ReactivePreparedStatementCreator, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(String, PreparedStatementBinder, ReactiveResultSetExtractor<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(String, ReactiveResultSetExtractor<T>, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(ReactivePreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(ReactivePreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
query(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForFlux(String, Class<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result Flux, given static CQL.
queryForFlux(String) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result Flux, given static CQL.
queryForFlux(Statement, Class<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result Flux, given static CQL.
queryForFlux(Statement) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result Flux, given static CQL.
queryForFlux(String, Class<T>, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Flux.
queryForFlux(String, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Flux.
queryForFlux(String, Class<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForFlux(String) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForFlux(Statement, Class<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForFlux(Statement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForFlux(String, Class<T>, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForFlux(String, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForList(String) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result List, given static CQL.
queryForList(String, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result List.
queryForList(String, Class<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result List, given static CQL.
queryForList(String, Class<T>, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result List.
queryForList(Statement) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result List, given static CQL.
queryForList(Statement, Class<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result List, given static CQL.
queryForList(String) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForList(String, Class<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForList(Statement) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForList(Statement, Class<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForList(String, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForList(String, Class<T>, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForList(String) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result List, given static CQL.
queryForList(String, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result List.
queryForList(String, Class<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result List, given static CQL.
queryForList(String, Class<T>, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result List.
queryForList(Statement) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result List, given static CQL.
queryForList(Statement, Class<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result List, given static CQL.
queryForList(String) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForList(String, Class<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForList(Statement) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForList(Statement, Class<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForList(String, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForList(String, Class<T>, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForMap(String) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result Map, given static CQL.
queryForMap(String, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(Statement) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result Map, given static CQL.
queryForMap(String) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForMap(Statement) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForMap(String, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForMap(String) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result Map, given static CQL.
queryForMap(String, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(Statement) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result Map, given static CQL.
queryForMap(String) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForMap(Statement) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForMap(String, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForMap(String) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result Map, given static CQL.
queryForMap(Statement) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result Map, given static CQL.
queryForMap(String, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForMap(Statement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForMap(String, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForObject(String, Class<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result object, given static CQL.
queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(Statement, Class<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a result object, given static CQL.
queryForObject(Statement, RowMapper<T>) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query given static CQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForObject(Statement, Class<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForObject(Statement, RowMapper<T>) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForObject(String, Class<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result object, given static CQL.
queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(Statement, Class<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a result object, given static CQL.
queryForObject(Statement, RowMapper<T>) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query given static CQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForObject(Statement, Class<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForObject(Statement, RowMapper<T>) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForObject(String, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query given static CQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result object, given static CQL.
queryForObject(Statement, RowMapper<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query given static CQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(Statement, Class<T>) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a result object, given static CQL.
queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForObject(String, Class<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForObject(Statement, RowMapper<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForObject(Statement, Class<T>) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForObject(String, Class<T>, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForResultSet(String) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a ResultSet, given static CQL.
queryForResultSet(String, Object...) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
queryForResultSet(Statement) - Method in interface org.springframework.data.cql.core.AsyncCqlOperations
Execute a query for a ResultSet, given static CQL.
queryForResultSet(String) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForResultSet(Statement) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForResultSet(String, Object...) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
 
queryForResultSet(String) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a ResultSet, given static CQL.
queryForResultSet(String, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
queryForResultSet(Statement) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for a ResultSet, given static CQL.
queryForResultSet(String) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForResultSet(Statement) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForResultSet(String, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForResultSet(String) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a ResultSet, given static CQL.
queryForResultSet(Statement) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for a ResultSet, given static CQL.
queryForResultSet(String, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting a ResultSet.
queryForResultSet(String) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForResultSet(Statement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForResultSet(String, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForRows(String) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for Rows, given static CQL.
queryForRows(String, Object...) - Method in interface org.springframework.data.cql.core.CqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting Rows.
queryForRows(Statement) - Method in interface org.springframework.data.cql.core.CqlOperations
Execute a query for Rows, given static CQL.
queryForRows(String) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForRows(Statement) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForRows(String, Object...) - Method in class org.springframework.data.cql.core.CqlTemplate
 
queryForRows(String) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for Rows, given static CQL.
queryForRows(Statement) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Execute a query for Rows, given static CQL.
queryForRows(String, Object...) - Method in interface org.springframework.data.cql.core.ReactiveCqlOperations
Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, expecting Rows.
queryForRows(String) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForRows(Statement) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
queryForRows(String, Object...) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
 
QueryMapper - Class in org.springframework.data.cassandra.core.convert
Map Query to CQL-specific data types.
QueryMapper(CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.convert.QueryMapper
Creates a new QueryMapper with the given CassandraConverter.
QueryMapper.Field - Class in org.springframework.data.cassandra.core.convert
Value object to represent a field and its meta-information.
QueryMapper.MetadataBackedField - Class in org.springframework.data.cassandra.core.convert
Extension of QueryMapper.Field to be backed with mapping metadata.
queryOptions(QueryOptions) - Method in class org.springframework.data.cassandra.core.query.Query
Set the QueryOptions.
QueryOptions - Class in org.springframework.data.cql.core
Cassandra Query Options for queries.
QueryOptions() - Constructor for class org.springframework.data.cql.core.QueryOptions
Creates new QueryOptions.
QueryOptions(ConsistencyLevel, RetryPolicy) - Constructor for class org.springframework.data.cql.core.QueryOptions
Creates new QueryOptions for the given ConsistencyLevel and RetryPolicy.
QueryOptions.QueryOptionsBuilder - Class in org.springframework.data.cql.core
Builder for QueryOptions.
QueryOptionsUtil - Class in org.springframework.data.cql.core
Utility class to associate QueryOptions and WriteOptions with QueryBuilder Statements.
QueryOptionsUtil() - Constructor for class org.springframework.data.cql.core.QueryOptionsUtil
 
querySettingsEquals(Query) - Method in class org.springframework.data.cassandra.core.query.Query
Tests whether the settings of the given Query are equal to this query.
QUOTED - Static variable in class org.springframework.data.cql.core.CqlIdentifier
 
QUOTED_REGEX - Static variable in class org.springframework.data.cql.core.CqlIdentifier
 
quotedCqlId(CharSequence) - Static method in class org.springframework.data.cql.core.CqlIdentifier
Factory method for a force-quoted CqlIdentifier.
quotesValue() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
quotesValue() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
quotesValue() - Method in interface org.springframework.data.cql.core.keyspace.Option
Whether this option's value should be single-quoted.
quotesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
quotesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
quotesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
quotesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 

R

ReactiveCassandraAccessor - Class in org.springframework.data.cql.support
Base class for ReactiveCqlTemplate and other CQL-accessing DAO helpers, defining common properties such as ReactiveSessionFactory and exception translator.
ReactiveCassandraAccessor() - Constructor for class org.springframework.data.cql.support.ReactiveCassandraAccessor
 
ReactiveCassandraOperations - Interface in org.springframework.data.cassandra.core
Interface specifying a basic set of reactive Cassandra operations.
ReactiveCassandraQueryMethod - Class in org.springframework.data.cassandra.repository.query
Reactive specific implementation of CassandraQueryMethod.
ReactiveCassandraQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends CassandraPersistentEntity<?>, ? extends CassandraPersistentProperty>) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveCassandraQueryMethod
Create a new ReactiveCassandraQueryMethod from the given Method.
ReactiveCassandraRepository<T,ID> - Interface in org.springframework.data.cassandra.repository
Cassandra specific Repository interface with reactive support.
ReactiveCassandraRepositoryConfigurationExtension - Class in org.springframework.data.cassandra.repository.config
ReactiveCassandraRepositoryConfigurationExtension() - Constructor for class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 
ReactiveCassandraRepositoryFactory - Class in org.springframework.data.cassandra.repository.support
Factory to create ReactiveCassandraRepository instances.
ReactiveCassandraRepositoryFactory(ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactory
ReactiveCassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> - Class in org.springframework.data.cassandra.repository.support
ReactiveCassandraRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
Create a new ReactiveCassandraRepositoryFactoryBean for the given repository interface.
reactiveCassandraTemplate() - Method in class org.springframework.data.cassandra.config.java.AbstractReactiveCassandraConfiguration
ReactiveCassandraTemplate - Class in org.springframework.data.cassandra.core
Primary implementation of ReactiveCassandraOperations.
ReactiveCassandraTemplate(ReactiveSession) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
Creates an instance of ReactiveCassandraTemplate initialized with the given ReactiveSession and a default MappingCassandraConverter.
ReactiveCassandraTemplate(ReactiveSession, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
Create an instance of CassandraTemplate initialized with the given ReactiveSession and CassandraConverter.
ReactiveCassandraTemplate(ReactiveSessionFactory, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
Create an instance of ReactiveCassandraTemplate initialized with the given ReactiveSessionFactory and CassandraConverter.
ReactiveCassandraTemplate(ReactiveCqlOperations, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
Create an instance of ReactiveCassandraTemplate initialized with the given ReactiveCqlOperations and CassandraConverter.
ReactiveCqlOperations - Interface in org.springframework.data.cql.core
Interface specifying a basic set of CQL operations executed in a reactive fashion.
reactiveCqlTemplate() - Method in class org.springframework.data.cassandra.config.java.AbstractReactiveCassandraConfiguration
Creates a ReactiveCqlTemplate using the configured ReactiveSessionFactory.
ReactiveCqlTemplate - Class in org.springframework.data.cql.core
This is the central class in the CQL core package for reactive Cassandra data access.
ReactiveCqlTemplate() - Constructor for class org.springframework.data.cql.core.ReactiveCqlTemplate
Construct a new ReactiveCqlTemplate Note: The {@link ReactiveSessionFactory} has to be set before using the instance.
ReactiveCqlTemplate(ReactiveSession) - Constructor for class org.springframework.data.cql.core.ReactiveCqlTemplate
Construct a new ReactiveCqlTemplate, given a ReactiveSession.
ReactiveCqlTemplate(ReactiveSessionFactory) - Constructor for class org.springframework.data.cql.core.ReactiveCqlTemplate
Construct a new ReactiveCqlTemplate, given a ReactiveSessionFactory to obtain ReactiveSessions from.
ReactivePartTreeCassandraQuery - Class in org.springframework.data.cassandra.repository.query
Reactive PartTree RepositoryQuery implementation for Cassandra.
ReactivePartTreeCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.ReactivePartTreeCassandraQuery
ReactivePreparedStatementCallback<T> - Interface in org.springframework.data.cql.core
Generic callback interface for code that operates on a PreparedStatement.
ReactivePreparedStatementCreator - Interface in org.springframework.data.cql.core
One of the two central callback interfaces used by the ReactiveCqlTemplate class.
ReactiveResultSet - Interface in org.springframework.data.cql.core.session
The reactive result of a query.
ReactiveResultSetExtractor<T> - Interface in org.springframework.data.cql.core
Callback interface used by ReactiveCqlTemplate's query methods.
ReactiveRowMapperResultSetExtractor<T> - Class in org.springframework.data.cql.core
Adapter implementation of the ReactiveResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.
ReactiveRowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.data.cql.core.ReactiveRowMapperResultSetExtractor
reactiveSession() - Method in class org.springframework.data.cassandra.config.java.AbstractReactiveCassandraConfiguration
Creates a ReactiveSession object.
ReactiveSession - Interface in org.springframework.data.cql.core.session
A session holds connections to a Cassandra cluster, allowing it to be queried.
ReactiveSessionCallback<T> - Interface in org.springframework.data.cql.core
Generic callback interface for code that operates on a CQL ReactiveSession.
reactiveSessionFactory() - Method in class org.springframework.data.cassandra.config.java.AbstractReactiveCassandraConfiguration
ReactiveSessionFactory - Interface in org.springframework.data.cql.core.session
Strategy interface to produce ReactiveSession instances.
ReactiveStatementCallback<T> - Interface in org.springframework.data.cql.core
Generic callback interface for code that operates on a CQL Statement.
ReactiveStringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
String-based AbstractReactiveCassandraQuery implementation.
ReactiveStringBasedCassandraQuery(ReactiveCassandraQueryMethod, ReactiveCassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
ReactiveStringBasedCassandraQuery(String, ReactiveCassandraQueryMethod, ReactiveCassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.ReactiveStringBasedCassandraQuery
read(Class<R>, Object) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readEntityFromRow(CassandraPersistentEntity<S>, Row) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readEntityFromUdt(CassandraPersistentEntity<S>, UDTValue) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readProperties(CassandraPersistentEntity<?>, CassandraValueProvider, PersistentPropertyAccessor) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readPropertiesFromRow(CassandraPersistentEntity<?>, CassandraRowValueProvider, PersistentPropertyAccessor) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readProperty(CassandraPersistentEntity<?>, CassandraPersistentProperty, CassandraValueProvider, PersistentPropertyAccessor) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readRow(Class<R>, Row) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
readTimeout(long) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
readTimeout(long) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
readTimeout(long, TimeUnit) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
readTimeout(long) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Sets the read timeout in milliseconds.
readTimeout(long, TimeUnit) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Sets the read timeout.
readTimeout(long) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
readTimeout(long, TimeUnit) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
ref(CharSequence) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
reference - Variable in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
Regex() - Constructor for class org.springframework.data.cql.core.CqlConstantType.Regex
 
REGEX - Static variable in class org.springframework.data.cql.core.KeyspaceIdentifier
 
remove(String, Object) - Method in class org.springframework.data.cassandra.core.query.Update
Remove value from the collection at columnName.
remove(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
remove(Object) - Method in class org.springframework.data.cql.core.util.MapBuilder
 
RemoveOp(ColumnName, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.RemoveOp
 
removeSingleQuotes(Object) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Removed single quotes from quoted String option values
rename(String, String) - Method in class org.springframework.data.cql.core.keyspace.AlterTableSpecification
Adds a RENAME to the list of column changes.
rename(String, String) - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Adds an RENAME to the list of field changes.
rename(CqlIdentifier, CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.AlterUserTypeSpecification
Adds an RENAME to the list of field changes.
RenameColumnCqlGenerator - Class in org.springframework.data.cql.core.generator
CQL generator for generating an RENAME column clause of an ALTER TABLE statement.
RenameColumnSpecification - Class in org.springframework.data.cql.core.keyspace
ColumnChangeSpecification to rename a column.
requiresValue() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
requiresValue() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
requiresValue() - Method in interface org.springframework.data.cql.core.keyspace.Option
Whether this option requires a value.
requiresValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
requiresValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
requiresValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
requiresValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
ReservedKeyword - Enum in org.springframework.data.cql.core
CQL keywords.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.cql.config.xml.CassandraCqlClusterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.cql.config.xml.CassandraCqlTemplateParser
 
resolveSpecifiedLookupKey(Object) - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
Resolve the given lookup key object, as specified in the AbstractRoutingSessionFactory.setTargetSessionFactories(Map) map, into the actual lookup key to be used for matching with the current lookup key.
resolveSpecifiedSessionFactory(Object) - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
Resolve the specified sessionFactory object into a SessionFactory instance.
resolveType(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
 
resolveType(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.UserTypeResolver
Resolve a UserType by its name.
ResultSetExtractor<T> - Interface in org.springframework.data.cql.core
Callback interface used by CqlTemplate's query methods.
ResultSetToArrayConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to Object array.
ResultSetToArrayConverter(Converter<Row, Object[]>) - Constructor for class org.springframework.data.cql.core.converter.ResultSetToArrayConverter
Create a new ResultSetToArrayConverter given a row Converter.
ResultSetToBigDecimalConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single BigDecimal value.
ResultSetToBigDecimalConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToBigDecimalConverter
 
ResultSetToBigIntegerConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single BigInteger value.
ResultSetToBigIntegerConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToBigIntegerConverter
 
ResultSetToBooleanConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single Boolean value.
ResultSetToBooleanConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToBooleanConverter
 
ResultSetToByteBufferConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single ByteBuffer value.
ResultSetToByteBufferConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToByteBufferConverter
 
ResultSetToDateConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single Date value.
ResultSetToDateConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToDateConverter
 
ResultSetToDoubleConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single Double value.
ResultSetToDoubleConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToDoubleConverter
 
ResultSetToFloatConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single Float value.
ResultSetToFloatConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToFloatConverter
 
ResultSetToInetAddressConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single InetAddress value.
ResultSetToInetAddressConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToInetAddressConverter
 
ResultSetToIntegerConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single Integer value.
ResultSetToIntegerConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToIntegerConverter
 
ResultSetToListConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to Map.
ResultSetToListConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToListConverter
Create a new ResultSetToListConverter using a default RowToMapConverter.
ResultSetToListConverter(Converter<Row, Map<String, Object>>) - Constructor for class org.springframework.data.cql.core.converter.ResultSetToListConverter
Create a new ResultSetToListConverter given a row to map Converter.
ResultSetToListOfStringConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a List of String.
ResultSetToListOfStringConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToListOfStringConverter
 
ResultSetToLongConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single Long value.
ResultSetToLongConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToLongConverter
 
ResultSetToStringConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single String value.
ResultSetToStringConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToStringConverter
 
ResultSetToUuidConverter - Class in org.springframework.data.cql.core.converter
Converter from ResultSet to a single UUID value.
ResultSetToUuidConverter() - Constructor for class org.springframework.data.cql.core.converter.ResultSetToUuidConverter
 
retryPolicy(RetryPolicy) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
retryPolicy(RetryPolicy) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
retryPolicy(RetryPolicy) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Sets the driver RetryPolicy to use.
retryPolicy(RetryPolicy) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
RingMember - Class in org.springframework.data.cql.core
Domain object representing a Cassandra host.
RingMemberHostMapper - Enum in org.springframework.data.cql.core
HostMapper to to map hosts into RingMember objects.
row - Variable in class org.springframework.data.cassandra.core.convert.ColumnReader
 
RowCallbackHandler - Interface in org.springframework.data.cql.core
An interface used by CqlTemplate for processing rows of a ResultSet on a per-row basis.
RowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.data.cql.core.CqlTemplateSupport.RowCallbackHandlerResultSetExtractor
 
RowMapper<T> - Interface in org.springframework.data.cql.core
An interface used by CqlTemplate for mapping rows of a ResultSet on a per-row basis.
RowMapperResultSetExtractor<T> - Class in org.springframework.data.cql.core
Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.
RowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.data.cql.core.RowMapperResultSetExtractor
RowMapperResultSetExtractor(RowMapper<T>, int) - Constructor for class org.springframework.data.cql.core.RowMapperResultSetExtractor
rows() - Method in interface org.springframework.data.cql.core.session.ReactiveResultSet
Returns a Flux over the rows contained in this result set.
RowToArrayConverter - Enum in org.springframework.data.cql.core.converter
Converter to convert Row to Object array.
RowToListConverter - Enum in org.springframework.data.cql.core.converter
Converter to convert Rows to a List of Object representation.
RowToMapConverter - Enum in org.springframework.data.cql.core.converter
Converter to convert Rows to a Map of String/Object representation.
RowUtils - Class in org.springframework.data.cql.support
Generic utility methods for working with Cassandra.
RowUtils() - Constructor for class org.springframework.data.cql.support.RowUtils
 

S

save(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
save(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
saveAll(Iterable<S>) - Method in interface org.springframework.data.cassandra.repository.CassandraRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
saveAll(Publisher<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
 
scan(String...) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
scan(Class<?>...) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
scan(Collection<String>) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
scan(Collection<String>, Collection<Class<?>>) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
scanBasePackageForEntities(String) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
scanForEntityClasses() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
Scans the mapping base package for entity classes annotated with Table or Persistent.
SchemaAction - Enum in org.springframework.data.cassandra.config
Enum identifying any schema actions to take at startup.
select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting items to a List of entities.
select(String, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting items notifying Consumer for each entity.
select(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting items to a List of entities.
select(Statement, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting items notifying Consumer for each entity.
select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting items to a List of entities.
select(Query, Consumer<T>, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting items notifying Consumer for each entity.
select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
select(String, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
select(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
select(Statement, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
select(Query, Consumer<T>, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting items to a List of entities.
select(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting items to a List of entities.
select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting items to a List of entities.
select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
select(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
select(String, Columns.Selector) - Method in class org.springframework.data.cassandra.core.query.Columns
Include column columnName with Columns.Selector.
select(CqlIdentifier, Columns.Selector) - Method in class org.springframework.data.cassandra.core.query.Columns
Include column columnName with Columns.Selector.
select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a SELECT query and convert the resulting items to a stream of entities.
select(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a SELECT query and convert the resulting items to a stream of entities.
select(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a SELECT query and convert the resulting items to a stream of entities.
select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
select(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
select(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
select(Query, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.StatementFactory
Create a SELECT statement by mapping Query to Select.
selectBySimpleIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Select objects for the given entityClass and ids.
selectBySimpleIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
selectOne(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a SELECT query and convert the resulting item to an entity.
selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
selectOne(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
selectOne(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute the Select by id for the given entityClass.
selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute the Select by id for the given entityClass.
selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOneById(Object, Class<T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute the Select by id for the given entityClass.
selectOneById(Object, Class<T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
session() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
Creates a CassandraSessionFactoryBean that provides a Cassandra Session.
session() - Method in class org.springframework.data.cql.config.java.AbstractSessionConfiguration
Creates a CassandraCqlSessionFactoryBean that provides a Cassandra Session.
SESSION - Static variable in interface org.springframework.data.cql.config.xml.DefaultCqlBeanNames
 
SessionCallback<T> - Interface in org.springframework.data.cql.core
Generic callback interface for code that operates on a Cassandra Session.
sessionFactory - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
sessionFactory() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
sessionFactory() - Method in class org.springframework.data.cql.config.java.AbstractSessionConfiguration
Creates a DefaultSessionFactory using the configured AbstractSessionConfiguration.session() to be used with CqlTemplate.
SessionFactory - Interface in org.springframework.data.cql.core.session
A factory for Apache Cassandra sessions.
SessionFactoryLookup - Interface in org.springframework.data.cql.core.session.lookup
Strategy interface for looking up SessionFactory by name.
SessionFactoryLookupFailureException - Exception in org.springframework.data.cql.core.session.lookup
Exception to be thrown by a SessionFactoryLookup implementation, indicating that the specified SessionFactory could not be obtained.
SessionFactoryLookupFailureException(String) - Constructor for exception org.springframework.data.cql.core.session.lookup.SessionFactoryLookupFailureException
SessionFactoryLookupFailureException(String, Throwable) - Constructor for exception org.springframework.data.cql.core.session.lookup.SessionFactoryLookupFailureException
set(String, Object) - Method in class org.springframework.data.cassandra.core.query.Update
Set the columnName to value.
set(String) - Method in class org.springframework.data.cassandra.core.query.Update
Create a new Update.SetBuilder to set a collection item for columnName in a fluent style.
setAction(KeyspaceAction) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setAddressTranslator(AddressTranslator) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Configures the address translator used by the new cluster to translate IP addresses received from Cassandra nodes into locally query-able addresses.
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 
SetAtIndexOp(ColumnName, int, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.SetAtIndexOp
 
SetAtKeyOp(ColumnName, Object, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 
setAuthProvider(AuthProvider) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the AuthProvider.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.cql.core.session.lookup.BeanFactorySessionFactoryLookup
 
setBeanName(String) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
setCassandraTemplate(CassandraTemplate) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
Configures the CassandraTemplate used for Cassandra data access operations.
setCluster(Cluster) - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Sets a reference to the Cassandra Cluster to use.
setClusterBuilderConfigurer(ClusterBuilderConfigurer) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Sets the ClusterBuilderConfigurer used to apply additional configuration logic to the Cluster.Builder.
setClusterName(String) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
An optional name for the cluster instance.
setColumnName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
setColumnName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
If this property is mapped with a single column, set the column name to the given CqlIdentifier.
setColumnName(String) - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
setCompressionType(CompressionType) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
setConnectTimeoutMillis(Integer) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cql.core.QueryOptions
Sets the driver ConsistencyLevel.
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Set the consistency level for this ReactiveCqlTemplate.
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.cql.support.CassandraAccessor
Set the consistency level for this template.
setContactPoints(String) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set a comma-delimited string of the contact points (hosts) to connect to.
setConversionService(ConversionService) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
Deprecated.
as of 1.5, CassandraMappingContext handles type conversion.
setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
Set the CassandraConverter to use.
setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
Set the CassandraConverter to use.
setCqlOperations(CqlOperations) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
Sets the Cassandra CqlOperations to use.
setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
Registers the given custom conversions with the converter.
setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
setDefaultProperties(BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
setDefaultProperties(BeanDefinitionBuilder) - Method in class org.springframework.data.cql.config.xml.CassandraCqlSessionParser
 
setDefaultTargetSessionFactory(Object) - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
Specify the default target SessionFactory, if any.
setDurableWrites(boolean) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setDurableWrites(boolean) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
setEntityBasePackageClasses(Collection<Class<?>>) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
setEntityBasePackages(Collection<String>) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
setEntityClassName(String) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 
setEntityMappings(Set<EntityMapping>) - Method in class org.springframework.data.cassandra.core.mapping.Mapping
 
setExceptionTranslator(CqlExceptionTranslator) - Method in class org.springframework.data.cql.support.CassandraAccessor
Sets the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's Exception Hierarchy.
setExceptionTranslator(CqlExceptionTranslator) - Method in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Sets the exception translator used by this template to translate Cassandra specific exceptions into Spring DAO's Exception Hierarchy.
setFetchSize(int) - Method in class org.springframework.data.cql.core.QueryOptions
Sets the query fetch size for ResultSet chunks.
setFetchSize(int) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Set the fetch size for this ReactiveCqlTemplate.
setFetchSize(int) - Method in class org.springframework.data.cql.support.CassandraAccessor
Set the fetch size for this template.
setForceQuote(boolean) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
setForceQuote(boolean) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentProperty
 
setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
Sets whether to enforce quoting when using the CassandraPersistentEntity.getTableName() in CQL.
setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentProperty
Whether to force-quote the column names of this property.
setForceQuote(String) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 
setForceQuote(String) - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
setHeartbeatIntervalSeconds(int) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the heart beat interval, after which a message is sent on an idle connection to make sure it's still alive.
setHostStateListener(Host.StateListener) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
setIdleTimeoutSeconds(int) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the timeout before an idle connection is removed.
setIfNotExists(boolean) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setInitializationExecutor(Executor) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the Executor to use for connection initialization.
setInstantiators(EntityInstantiators) - Method in class org.springframework.data.cassandra.core.convert.AbstractCassandraConverter
Registers EntityInstantiators to customize entity instantiation.
setJmxReportingEnabled(boolean) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set whether to use JMX reporting.
setKeepAlive(Boolean) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setKeyspaceCreations(List<CreateKeyspaceSpecification>) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set a List of create keyspace specifications that are executed when this factory is initialized.
setKeyspaceDrops(List<DropKeyspaceSpecification>) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set a List of drop keyspace specifications that are executed when this factory is destroyed.
setKeyspaceName(String) - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Sets the name of the Cassandra Keyspace to connect to.
setKeyspaceSpecifications(Set<KeyspaceActionSpecification<?>>) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
setLatencyTracker(LatencyTracker) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
setLenientFallback(boolean) - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
Specify whether to apply a lenient fallback to the default SessionFactory if no specific SessionFactory could be found for the current lookup key.
setLoadBalancingPolicy(LoadBalancingPolicy) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the LoadBalancingPolicy that decides which Cassandra hosts to contact for each new query.
setLocalCoreConnections(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the core number of connections per host for the HostDistance.LOCAL scope.
setLocalMaxConnections(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the maximum number of connections per host for the HostDistance.LOCAL scope.
setLocalMaxSimultaneousRequests(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the maximum number of requests per connection for the HostDistance.LOCAL scope.
setLocalMinSimultaneousRequests(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the threshold that triggers the creation of a new connection to a host for the HostDistance.LOCAL scope.
setMapping(Mapping) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Sets the Mapping.
setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
 
setMaxQueueSize(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the maximum number of requests that get enqueued if no connection is available.
setMaxSchemaAgreementWaitSeconds(int) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Sets the maximum time to wait for schema agreement before returning from a DDL query.
setMetricsEnabled(boolean) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set whether metrics are enabled.
setMultiLevelSet(Set<Set<T>>) - Method in class org.springframework.data.cql.config.MultiLevelSetFlattenerFactoryBean
 
setName(String) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setName(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.ColumnChangeSpecification
Sets the column name.
setName(String) - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
setNettyOptions(NettyOptions) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the NettyOptions used by a client to customize the driver's underlying Netty layer.
setNetworkTopologyDataCenters(List<String>) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setNetworkTopologyReplicationFactors(List<String>) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
SetOp(ColumnName, Object) - Constructor for class org.springframework.data.cassandra.core.query.Update.SetOp
 
setPassword(String) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the username to use with PlainTextAuthProvider.
setPoolingOptions(PoolingOptions) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the PoolingOptions to configure the connection pooling behavior.
setPoolTimeoutMilliseconds(int) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the timeout when trying to acquire a connection from a host's pool.
setPort(int) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the port for the contact points.
setPropertyMappings(Map<String, PropertyMapping>) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 
setPropertyName(String) - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
setProtocolVersion(ProtocolVersion) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the ProtocolVersion.
setQueryOptions(QueryOptions) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the QueryOptions to tune to defaults for individual queries.
setReactiveCassandraOperations(ReactiveCassandraOperations) - Method in class org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean
Configures the ReactiveCassandraOperations used for Cassandra data access operations.
setReadTimeout(long) - Method in class org.springframework.data.cql.core.QueryOptions
Sets the read timeout in milliseconds.
setReadTimeoutMillis(Integer) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setReceiveBufferSize(Integer) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setReconnectionPolicy(ReconnectionPolicy) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the ReconnectionPolicy that decides how often the reconnection to a dead node is attempted.
setRemoteCoreConnections(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the core number of connections per host for the HostDistance.REMOTE scope.
setRemoteMaxConnections(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the maximum number of connections per host for the HostDistance.REMOTE scope.
setRemoteMaxSimultaneousRequests(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the maximum number of requests per connection for the HostDistance.REMOTE scope.
setRemoteMinSimultaneousRequests(Integer) - Method in class org.springframework.data.cql.config.PoolingOptionsFactoryBean
Sets the threshold that triggers the creation of a new connection to a host for the HostDistance.REMOTE scope.
setReplicationFactor(long) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setReplicationFactor(long) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
setReplicationStrategy(KeyspaceOption.ReplicationStrategy) - Method in class org.springframework.data.cql.config.KeyspaceActionSpecificationFactoryBean
 
setReplicationStrategy(KeyspaceOption.ReplicationStrategy) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceAttributes
 
setRequiredType(Class<T>) - Method in class org.springframework.data.cql.core.SingleColumnRowMapper
Set the type that each result object is expected to match.
setRetryPolicy(RetryPolicy) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the RetryPolicy that defines a default behavior to adopt when a request fails.
setRetryPolicy(RetryPolicy) - Method in class org.springframework.data.cql.core.QueryOptions
Sets the RetryPolicy.
setRetryPolicy(RetryPolicy) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Set the retry policy for this ReactiveCqlTemplate.
setRetryPolicy(RetryPolicy) - Method in class org.springframework.data.cql.support.CassandraAccessor
Set the retry policy for this template.
setReuseAddress(Boolean) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setSchemaAction(SchemaAction) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
Set the SchemaAction.
setSendBufferSize(Integer) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setSession(Session) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
Sets the Cassandra Session to use.
setSession(Session) - Method in class org.springframework.data.cql.config.CassandraCqlTemplateFactoryBean
Sets the Cassandra Session to use.
setSession(Session) - Method in class org.springframework.data.cql.support.CassandraAccessor
Sets the Cassandra Session used by this template to perform Cassandra data access operations.
setSessionFactories(Map<String, SessionFactory>) - Method in class org.springframework.data.cql.core.session.lookup.MapSessionFactoryLookup
Set the Map of session factories; the keys are Strings, the values are actual SessionFactory instances.
setSessionFactory(SessionFactory) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
Sets the Cassandra SessionFactory to use.
setSessionFactory(SessionFactory) - Method in class org.springframework.data.cql.support.CassandraAccessor
Sets the Cassandra SessionFactory used by this template to perform Cassandra data access operations.
setSessionFactory(ReactiveSessionFactory) - Method in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Sets the ReactiveSessionFactory to use.
setSessionFactoryLookup(SessionFactoryLookup) - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
Set the SessionFactoryLookup implementation to use for resolving session factory name Strings in the AbstractRoutingSessionFactory.setTargetSessionFactories(Map) map.
setShutdownScripts(List<String>) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set a List of raw CQL statements that are executed when this factory is destroyed.
setShutdownScripts(List<String>) - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Sets CQL scripts to be executed immediately before the session is shutdown.
setSocketOptions(SocketOptions) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the SocketOptions containing low-level socket options.
setSoLinger(Integer) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setSpecification(ColumnChangeSpecification) - Method in class org.springframework.data.cql.core.generator.ColumnChangeCqlGenerator
 
setSpecification(IndexNameSpecification<T>) - Method in class org.springframework.data.cql.core.generator.IndexNameCqlGenerator
 
setSpecification(KeyspaceActionSpecification<T>) - Method in class org.springframework.data.cql.core.generator.KeyspaceNameCqlGenerator
 
setSpecification(TableNameSpecification<T>) - Method in class org.springframework.data.cql.core.generator.TableNameCqlGenerator
 
setSpecification(UserTypeNameSpecification<T>) - Method in class org.springframework.data.cql.core.generator.UserTypeNameCqlGenerator
setSpeculativeExecutionPolicy(SpeculativeExecutionPolicy) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Configures the speculative execution policy to use for the new cluster.
setSslEnabled(boolean) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set whether to use SSL.
setSslOptions(SSLOptions) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
setStartupScripts(List<String>) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set a List of raw CQL statements that are executed when this factory is initialized.
setStartupScripts(List<String>) - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
Sets CQL scripts to be executed immediately after the session is connected.
setTableName(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
setTableName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntity
Sets the CQL table name.
setTableName(String) - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 
setTargetSessionFactories(Map<Object, Object>) - Method in class org.springframework.data.cql.core.session.lookup.AbstractRoutingSessionFactory
Specify the map of target session factories, with the lookup key as key.
setTcpNoDelay(Boolean) - Method in class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
setTimestampGenerator(TimestampGenerator) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Configures the generator that will produce the client-side timestamp sent with each query.
setTracing(boolean) - Method in class org.springframework.data.cql.core.QueryOptions
Enables statement tracing.
setTtl(Integer) - Method in class org.springframework.data.cql.core.WriteOptions
Sets the time to live for write operations.
setType(Class<?>) - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
setUsername(String) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
Set the username to use with PlainTextAuthProvider.
setUserTypeResolver(UserTypeResolver) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 
shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
 
SimpleCassandraRepository<T,ID> - Class in org.springframework.data.cassandra.repository.support
Repository base implementation for Cassandra.
SimpleCassandraRepository(CassandraEntityInformation<T, ID>, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
simpleCriteriaEquals(CriteriaDefinition, CriteriaDefinition) - Method in class org.springframework.data.cassandra.core.query.Criteria
 
SimplePreparedStatementCreator - Class in org.springframework.data.cql.core
Trivial implementation of PreparedStatementCreator.
SimplePreparedStatementCreator(String) - Constructor for class org.springframework.data.cql.core.SimplePreparedStatementCreator
Create a SimplePreparedStatementCreator given cql.
SimpleReactiveCassandraRepository<T,ID> - Class in org.springframework.data.cassandra.repository.support
Reactive repository base implementation for Cassandra.
SimpleReactiveCassandraRepository(CassandraEntityInformation<T, ID>, ReactiveCassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.SimpleReactiveCassandraRepository
SimpleUserTypeResolver - Class in org.springframework.data.cassandra.core.mapping
Default implementation of UserTypeResolver that resolves UserType by their name from Cluster.getMetadata().
SimpleUserTypeResolver(Cluster, String) - Constructor for class org.springframework.data.cassandra.core.mapping.SimpleUserTypeResolver
SINGLE_QUOTE - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
SingleColumnRowMapper<T> - Class in org.springframework.data.cql.core
RowMapper implementation that converts a single column into a single result value per row.
SingleColumnRowMapper() - Constructor for class org.springframework.data.cql.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper for bean-style configuration.
SingleColumnRowMapper(Class<T>) - Constructor for class org.springframework.data.cql.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
singleQuote(Object) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Surrounds given object's Object.toString() with single quotes.
SingleSessionFactoryLookup - Class in org.springframework.data.cql.core.session.lookup
An implementation of SessionFactoryLookup that simply wraps a single given SessionFactory, returned for any session factory name.
SingleSessionFactoryLookup(SessionFactory) - Constructor for class org.springframework.data.cql.core.session.lookup.SingleSessionFactoryLookup
Create a new instance of SingleSessionFactoryLookup given SessionFactory.
size() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
size() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
SocketOptionsFactoryBean - Class in org.springframework.data.cql.config
Socket Options Factory Bean.
SocketOptionsFactoryBean() - Constructor for class org.springframework.data.cql.config.SocketOptionsFactoryBean
 
sort(Sort) - Method in class org.springframework.data.cassandra.core.query.Query
Add a Sort to the Query instance.
spec() - Method in class org.springframework.data.cql.core.generator.ColumnChangeCqlGenerator
 
spec() - Method in class org.springframework.data.cql.core.generator.IndexNameCqlGenerator
Convenient synonymous method of IndexNameCqlGenerator.getSpecification().
spec() - Method in class org.springframework.data.cql.core.generator.KeyspaceCqlGenerator
 
spec() - Method in class org.springframework.data.cql.core.generator.KeyspaceNameCqlGenerator
Convenient synonymous method of KeyspaceNameCqlGenerator.getSpecification().
spec() - Method in class org.springframework.data.cql.core.generator.KeyspaceOptionsCqlGenerator
 
spec() - Method in class org.springframework.data.cql.core.generator.TableCqlGenerator
 
spec() - Method in class org.springframework.data.cql.core.generator.TableNameCqlGenerator
Convenient synonymous method of TableNameCqlGenerator.getSpecification().
spec() - Method in class org.springframework.data.cql.core.generator.TableOptionsCqlGenerator
 
spec() - Method in class org.springframework.data.cql.core.generator.UserTypeNameCqlGenerator
Convenient synonymous method of UserTypeNameCqlGenerator.getSpecification().
SpelUtils - Class in org.springframework.data.cassandra.util
 
SpelUtils() - Constructor for class org.springframework.data.cassandra.util.SpelUtils
 
StatementFactory - Class in org.springframework.data.cassandra.core
Statement factory to render Statement from Query and Update objects.
StatementFactory(UpdateMapper) - Constructor for class org.springframework.data.cassandra.core.StatementFactory
StatementFactory(QueryMapper, UpdateMapper) - Constructor for class org.springframework.data.cassandra.core.StatementFactory
stream(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting items to a Iterator of entities.
stream(Statement, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting items to a Iterator of entities.
stream(Query, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a SELECT query and convert the resulting items to a Iterator of entities.
stream(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
stream(Statement, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
stream(Query, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
STRING_PATTERN - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
STRING_REGEX - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
StringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
String-based AbstractCassandraQuery implementation.
StringBasedCassandraQuery(CassandraQueryMethod, CassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
StringBasedCassandraQuery(String, CassandraQueryMethod, CassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery

T

Table - Annotation Type in org.springframework.data.cassandra.core.mapping
Identifies a domain object to be persisted to Cassandra as a table.
table() - Static method in class org.springframework.data.cql.core.keyspace.DefaultTableDescriptor
Factory method to produce a new DefaultTableDescriptor.
TableCqlGenerator<T extends TableSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class that contains behavior common to CQL generation for table operations.
TableCqlGenerator(TableSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.TableCqlGenerator
 
TableDescriptor - Interface in org.springframework.data.cql.core.keyspace
Describes a table.
tableName(String) - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
Sets the table name.
tableName(CqlIdentifier) - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
TableNameCqlGenerator<T extends TableNameSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class for Table CQL generators.
TableNameCqlGenerator(TableNameSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.TableNameCqlGenerator
 
TableNameSpecification<T extends TableNameSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Abstract builder class to support the construction of table specifications.
TableNameSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.TableNameSpecification
 
TableOption - Enum in org.springframework.data.cql.core.keyspace
Enumeration that represents all known table options.
TableOption.CachingOption - Enum in org.springframework.data.cql.core.keyspace
Known caching options.
TableOption.CompactionOption - Enum in org.springframework.data.cql.core.keyspace
Known compaction options.
TableOption.CompressionOption - Enum in org.springframework.data.cql.core.keyspace
Known compression options.
TableOption.KeyCachingOption - Enum in org.springframework.data.cql.core.keyspace
Known KeyCaching Options
TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>> - Class in org.springframework.data.cql.core.generator
Base class that contains behavior common to CQL generation for table operations.
TableOptionsCqlGenerator(TableOptionsSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.TableOptionsCqlGenerator
 
TableOptionsSpecification<T extends TableOptionsSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Abstract builder class to support the construction of table specifications that have table options, that is, those options normally specified by {@code WITH ...
TableOptionsSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
 
TableSpecification<T> - Class in org.springframework.data.cql.core.keyspace
Builder class to support the construction of table specifications that have columns.
TableSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.TableSpecification
 
takesValue() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
takesValue() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
takesValue() - Method in interface org.springframework.data.cql.core.keyspace.Option
Whether this option takes a value.
takesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
takesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
takesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
takesValue() - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
TEMPLATE - Static variable in interface org.springframework.data.cql.config.xml.DefaultCqlBeanNames
 
to(Object) - Method in interface org.springframework.data.cassandra.core.query.Update.SetValueBuilder
Associate the value with the collection at ColumnName with a previously specified index.
toCql() - Method in class org.springframework.data.cassandra.core.query.ColumnName
Represent the column name as CQL.
toCql() - Method in class org.springframework.data.cql.core.CqlIdentifier
Renders this identifier appropriately.
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.CqlIdentifier
Appends the rendering of this identifier to the given StringBuilder, then returns that StringBuilder.
toCql(DataType) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Renders the given DataType as a CQL string.
toCql(Object) - Static method in class org.springframework.data.cql.core.CqlTemplateSupport
Determine CQL from potential provider object.
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AddColumnCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterColumnCqlGenerator
 
toCql(AlterKeyspaceSpecification) - Static method in class org.springframework.data.cql.core.generator.AlterKeyspaceCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterKeyspaceCqlGenerator
 
toCql(AlterTableSpecification) - Static method in class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
Generates a CQL statement from the given specification.
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterTableCqlGenerator
 
toCql(AlterUserTypeSpecification) - Static method in class org.springframework.data.cql.core.generator.AlterUserTypeCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.AlterUserTypeCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.ColumnChangeCqlGenerator
 
toCql(CreateIndexSpecification) - Static method in class org.springframework.data.cql.core.generator.CreateIndexCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateIndexCqlGenerator
 
toCql(CreateKeyspaceSpecification) - Static method in class org.springframework.data.cql.core.generator.CreateKeyspaceCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateKeyspaceCqlGenerator
 
toCql(CreateTableSpecification) - Static method in class org.springframework.data.cql.core.generator.CreateTableCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateTableCqlGenerator
 
toCql(CreateUserTypeSpecification) - Static method in class org.springframework.data.cql.core.generator.CreateUserTypeCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.CreateUserTypeCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.DropColumnCqlGenerator
 
toCql(DropIndexSpecification) - Static method in class org.springframework.data.cql.core.generator.DropIndexCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.DropIndexCqlGenerator
 
toCql(DropKeyspaceSpecification) - Static method in class org.springframework.data.cql.core.generator.DropKeyspaceCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.DropKeyspaceCqlGenerator
 
toCql(DropTableSpecification) - Static method in class org.springframework.data.cql.core.generator.DropTableCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.DropTableCqlGenerator
 
toCql(DropUserTypeSpecification) - Static method in class org.springframework.data.cql.core.generator.DropUserTypeCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.DropUserTypeCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.IndexNameCqlGenerator
 
toCql() - Method in class org.springframework.data.cql.core.generator.IndexNameCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.KeyspaceNameCqlGenerator
 
toCql() - Method in class org.springframework.data.cql.core.generator.KeyspaceNameCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.RenameColumnCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.TableNameCqlGenerator
 
toCql() - Method in class org.springframework.data.cql.core.generator.TableNameCqlGenerator
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.generator.UserTypeNameCqlGenerator
 
toCql() - Method in class org.springframework.data.cql.core.generator.UserTypeNameCqlGenerator
 
toCql() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
toCql() - Method in class org.springframework.data.cql.core.keyspace.FieldSpecification
 
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.keyspace.FieldSpecification
 
toCql() - Method in class org.springframework.data.cql.core.KeyspaceIdentifier
Renders this identifier appropriately.
toCql(StringBuilder) - Method in class org.springframework.data.cql.core.KeyspaceIdentifier
Appends the rendering of this identifier to the given StringBuilder, then returns that StringBuilder.
toString() - Method in class org.springframework.data.cassandra.core.mapping.EntityMapping
 
toString() - Method in class org.springframework.data.cassandra.core.mapping.PropertyMapping
 
toString() - Method in class org.springframework.data.cassandra.core.query.Columns.ColumnSelector
 
toString() - Method in class org.springframework.data.cassandra.core.query.Columns.FunctionCall
 
toString() - Method in class org.springframework.data.cassandra.core.query.Columns
 
toString() - Method in class org.springframework.data.cassandra.core.query.Criteria
 
toString() - Method in interface org.springframework.data.cassandra.core.query.CriteriaDefinition.Operator
 
toString() - Method in enum org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
 
toString() - Method in class org.springframework.data.cassandra.core.query.Query
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.AddToMapOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.AddToOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.IncrOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.RemoveOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtIndexOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.SetAtKeyOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update.SetOp
 
toString() - Method in class org.springframework.data.cassandra.core.query.Update
 
toString() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
toString() - Method in class org.springframework.data.cql.core.CqlIdentifier
toString() - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
 
toString() - Method in class org.springframework.data.cql.core.keyspace.DataCenterReplication
 
toString(Object) - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
toString() - Method in class org.springframework.data.cql.core.keyspace.DefaultOption
 
toString() - Method in class org.springframework.data.cql.core.keyspace.FieldSpecification
 
toString() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption.ReplicationStrategy
 
toString() - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
toString(Object) - Method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
 
toString(Object) - Method in interface org.springframework.data.cql.core.keyspace.Option
First ensures that the given value is coerceable into the type expected by this option, then returns the result of Object.toString() called on the given value.
toString() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
toString(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
 
toString() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
toString(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
 
toString() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
toString(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
 
toString() - Method in enum org.springframework.data.cql.core.keyspace.TableOption.KeyCachingOption
 
toString() - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
toString(Object) - Method in enum org.springframework.data.cql.core.keyspace.TableOption
 
toString() - Method in class org.springframework.data.cql.core.KeyspaceIdentifier
tracing(boolean) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
tracing(boolean) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
tracing(boolean) - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Enables statement tracing.
tracing(boolean) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
translate(String, String, DriverException) - Method in class org.springframework.data.cql.support.CassandraAccessor
Translate the given DriverException into a generic DataAccessException.
translate(String, String, DriverException) - Method in class org.springframework.data.cql.support.CassandraExceptionTranslator
 
translate(String, String, DriverException) - Method in interface org.springframework.data.cql.support.CqlExceptionTranslator
Translate the given DriverException into a generic DataAccessException.
translate(String, String, DriverException) - Method in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Translate the given DriverException into a generic DataAccessException.
translateException(String, String, DriverException) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
Translate the given DriverException into a generic DataAccessException.
translateException(String, String, DriverException) - Method in class org.springframework.data.cql.core.CqlTemplate
Translate the given DriverException into a generic DataAccessException.
translateException(String, String) - Method in class org.springframework.data.cql.core.ReactiveCqlTemplate
Exception translation Function intended for Mono#otherwise(Function) usage.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cql.config.CassandraCqlClusterFactoryBean
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cql.config.CassandraCqlSessionFactoryBean
 
translateExceptionIfPossible(String, String, RuntimeException) - Method in class org.springframework.data.cql.core.AsyncCqlTemplate
Translate the given DriverException into a generic DataAccessException.
translateExceptionIfPossible(DriverException) - Method in class org.springframework.data.cql.support.CassandraAccessor
Translate the given DriverException into a generic DataAccessException.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.cql.support.CassandraExceptionTranslator
 
translateExceptionIfPossible(DriverException) - Method in class org.springframework.data.cql.support.ReactiveCassandraAccessor
Translate the given DriverException into a generic DataAccessException.
truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Execute a TRUNCATE query to remove all entities of a given class.
truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute a TRUNCATE query to remove all entities of a given class.
truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
truncate(Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Execute a TRUNCATE query to remove all entities of a given class.
truncate(Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
ttl(int) - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
ttl(String) - Method in class org.springframework.data.cassandra.core.query.Columns
Include column columnName as TTL value in the selection.
ttl(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.query.Columns
Include column columnName as TTL value in the selection.
ttl(int) - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
ttl(int) - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
Sets the time to live for write operations.
type(DataType) - Method in class org.springframework.data.cql.core.keyspace.ColumnSpecification
Sets the column's type.
type(DataType) - Method in class org.springframework.data.cql.core.keyspace.FieldSpecification
Sets the column's type.
TYPE_PARAMETER_PREFIX - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
TYPE_PARAMETER_SUFFIX - Static variable in class org.springframework.data.cql.core.CqlStringUtils
 
TypedIdCassandraRepository<T,ID> - Interface in org.springframework.data.cassandra.repository
Deprecated.
since 2.0, use CassandraRepository.

U

unquote(String) - Static method in class org.springframework.data.cql.core.CqlStringUtils
 
unquote(String, String) - Static method in class org.springframework.data.cql.core.CqlStringUtils
 
UNQUOTED - Static variable in class org.springframework.data.cql.core.CqlIdentifier
 
UNQUOTED_REGEX - Static variable in class org.springframework.data.cql.core.CqlIdentifier
 
UnsupportedCassandraOperationException - Exception in org.springframework.data.cql.support.exception
 
UnsupportedCassandraOperationException(String) - Constructor for exception org.springframework.data.cql.support.exception.UnsupportedCassandraOperationException
 
UnsupportedCassandraOperationException(String, Throwable) - Constructor for exception org.springframework.data.cql.support.exception.UnsupportedCassandraOperationException
 
UnsupportedCassandraQueryOperatorException - Exception in org.springframework.data.cassandra.repository.query
 
UnsupportedCassandraQueryOperatorException(String) - Constructor for exception org.springframework.data.cassandra.repository.query.UnsupportedCassandraQueryOperatorException
 
UnsupportedCassandraQueryOperatorException(String, Throwable) - Constructor for exception org.springframework.data.cassandra.repository.query.UnsupportedCassandraQueryOperatorException
 
update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Update the queried entities and return true if the update was applied.
update(T) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Update the given entity and return the entity if the update was applied.
update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.AsyncCassandraOperations
Update the given entity applying WriteOptions and return the entity if the update was applied.
update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
update(T) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.AsyncCassandraTemplate
 
update(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add an array of updates to the batch.
update(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add a collection of updates to the batch.
update(Iterable<?>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Add a collection of updates with given WriteOptions to the batch.
update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the queried entities and return true if the update was applied.
update(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the given entity and return the entity if the update was applied.
update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the given entity applying WriteOptions and return the entity if the update was applied.
update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
update(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
Update - Class in org.springframework.data.cassandra.core.query
Update object representing representing a set of update operations.
update(String, Object) - Static method in class org.springframework.data.cassandra.core.query.Update
Set the columnName to value.
update(Query, Update, Class<?>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Update the queried entities and return true if the update was applied.
update(T) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Update the given entity and emit the entity if the update was applied.
update(T, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Update the given entity applying WriteOptions and emit the entity if the update was applied.
update(Publisher<? extends T>) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Update the given entities and emit the entity if the update was applied.
update(Publisher<? extends T>, UpdateOptions) - Method in interface org.springframework.data.cassandra.core.ReactiveCassandraOperations
Update the given entities applying WriteOptions and emit the entity if the update was applied.
update(Query, Update, Class<?>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
update(T) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
update(T, UpdateOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
update(Publisher<? extends T>) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
update(Publisher<? extends T>, UpdateOptions) - Method in class org.springframework.data.cassandra.core.ReactiveCassandraTemplate
 
update(Query, Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.StatementFactory
Create an UPDATE statement by mapping Query to Update.
Update.AddToBuilder - Interface in org.springframework.data.cassandra.core.query
Builder to add a single element/multiple elements to a collection associated with a ColumnName.
Update.AddToMapOp - Class in org.springframework.data.cassandra.core.query
Add element(s) to Map operation.
Update.AddToOp - Class in org.springframework.data.cassandra.core.query
Add element(s) to collection operation.
Update.AddToOp.Mode - Enum in org.springframework.data.cassandra.core.query
 
Update.AssignmentOp - Class in org.springframework.data.cassandra.core.query
Abstract class for an update assignment related to a specific ColumnName.
Update.IncrOp - Class in org.springframework.data.cassandra.core.query
Increment operation.
Update.RemoveOp - Class in org.springframework.data.cassandra.core.query
Remove operation.
Update.SetAtIndexOp - Class in org.springframework.data.cassandra.core.query
Set at index operation.
Update.SetAtKeyOp - Class in org.springframework.data.cassandra.core.query
Set at map key operation.
Update.SetBuilder - Interface in org.springframework.data.cassandra.core.query
Builder to associate a single value with a collection at a given index at ColumnName.
Update.SetOp - Class in org.springframework.data.cassandra.core.query
Set operation.
Update.SetValueBuilder - Interface in org.springframework.data.cassandra.core.query
Builder to associate a single value with a collection at a given index at ColumnName.
UpdateMapper - Class in org.springframework.data.cassandra.core.convert
Map Update to CQL-specific data types.
UpdateMapper(CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.convert.UpdateMapper
Creates a new UpdateMapper with the given CassandraConverter.
UpdateOptions - Class in org.springframework.data.cassandra.core
Extension to WriteOptions for use with UPDATE operations.
UpdateOptions.UpdateOptionsBuilder - Class in org.springframework.data.cassandra.core
Builder for UpdateOptions.
USER_TYPE_RESOLVER - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 
UserDefinedType - Annotation Type in org.springframework.data.cassandra.core.mapping
Identifies a domain object as Cassandra User Defined type (UDT).
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.config.ReactiveCassandraRepositoryConfigurationExtension
 
UserTypeNameCqlGenerator<T extends UserTypeNameSpecification<T>> - Class in org.springframework.data.cql.core.generator
Abstract class to support User type CQL generation.
UserTypeNameCqlGenerator(UserTypeNameSpecification<T>) - Constructor for class org.springframework.data.cql.core.generator.UserTypeNameCqlGenerator
UserTypeNameSpecification<T extends UserTypeNameSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Abstract builder class to support the construction of user type specifications.
UserTypeNameSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.UserTypeNameSpecification
 
UserTypeResolver - Interface in org.springframework.data.cassandra.core.mapping
Strategy interface to resolve UserType by its name.
UserTypeSpecification<T extends UserTypeSpecification<T>> - Class in org.springframework.data.cql.core.keyspace
Builder class to support the construction of user type specifications that have columns.
UserTypeSpecification() - Constructor for class org.springframework.data.cql.core.keyspace.UserTypeSpecification
 
usesTable(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Returns whether this mapping context has any entities mapped to the given table.
usesUserType(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Returns whether this mapping context has any entities using the given user type.
using(String) - Method in class org.springframework.data.cql.core.keyspace.CreateIndexSpecification
 
UUID_PATTERN - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 
UUID_REGEX - Static variable in class org.springframework.data.cql.core.CqlConstantType.Regex
 

V

val(Object) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
validate(Class<?>) - Static method in class org.springframework.data.cassandra.repository.support.IdInterfaceValidator
Validates the form of the given id interface candidate type.
value - Variable in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
valueOf(String) - Static method in enum org.springframework.data.cassandra.config.SchemaAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.config.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.config.KeyspaceAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.converter.RowToArrayConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.converter.RowToListConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.converter.RowToMapConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.CqlConstantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption.ReplicationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.KeyCachingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.keyspace.TableOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.Ordering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.PrimaryKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.ReservedKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.core.RingMemberHostMapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cql.support.exception.CassandraSchemaElementExistsException.ElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.cassandra.config.SchemaAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.mapping.CassandraPrimaryKeyColumnAnnotationComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
values() - Static method in enum org.springframework.data.cql.config.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.config.KeyspaceAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.converter.RowToArrayConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.converter.RowToListConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.converter.RowToMapConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.CqlConstantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption.ReplicationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.KeyspaceOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.CachingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.CompactionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.CompressionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.TableOption.KeyCachingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.keyspace.TableOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.PrimaryKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.ReservedKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.cql.core.RingMemberHostMapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.data.cql.core.util.MapBuilder
 
values() - Static method in enum org.springframework.data.cql.support.exception.CassandraSchemaElementExistsException.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
valuize(String) - Static method in class org.springframework.data.cql.core.CqlStringUtils
Renders the given string as a legal Cassandra string column or table option value, by escaping single quotes and encasing the result in single quotes.
VerifierMappingExceptions - Exception in org.springframework.data.cassandra.core.mapping
Aggregator of multiple MappingException for convenience when verifying persistent entities.
VerifierMappingExceptions(CassandraPersistentEntity<?>, Collection<MappingException>) - Constructor for exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
Create a new VerifierMappingExceptions for the given entity and message.
VerifierMappingExceptions(CassandraPersistentEntity<?>, String) - Constructor for exception org.springframework.data.cassandra.core.mapping.VerifierMappingExceptions
Create a new VerifierMappingExceptions for the given entity and message.
verify() - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
 
verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntityMetadataVerifier
 
verify(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.mapping.CassandraPersistentEntityMetadataVerifier
Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.CompositeCassandraPersistentEntityMetadataVerifier
 
verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.mapping.PrimaryKeyClassEntityMetadataVerifier
 
verify(Method, RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
Validates that this query is not a page or slice query.

W

warnIfMoreResults(Iterator<Row>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
Deprecated.
wasApplied() - Method in interface org.springframework.data.cql.core.session.ReactiveResultSet
If the query that produced this ResultSet was a conditional update, return whether it was successfully applied.
where(String) - Static method in class org.springframework.data.cassandra.core.query.Criteria
Static factory method to create a Criteria using the provided columnName.
with(ColumnName) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.Field
Returns a new QueryMapper.Field with the given name.
with(ColumnName) - Method in class org.springframework.data.cassandra.core.convert.QueryMapper.MetadataBackedField
 
with(String, Object) - Method in interface org.springframework.data.cassandra.repository.MapId
Builder method that adds the value for the named property, then returns this.
with(String, Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
with(KeyspaceOption) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
with(KeyspaceOption, Object) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
with(String, Object, boolean, boolean) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
with(TableOption) - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
with(TableOption, Object) - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
with(String, Object, boolean, boolean) - Method in class org.springframework.data.cql.core.keyspace.CreateTableSpecification
 
with(KeyspaceOption) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
Convenience method that calls with(option, null).
with(KeyspaceOption, Object) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
Sets the given table option.
with(String, Object, boolean, boolean) - Method in class org.springframework.data.cql.core.keyspace.KeyspaceOptionsSpecification
Adds the given option by name to this keyspaces's options.
with(TableOption) - Method in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
Convenience method that calls with(option, null).
with(TableOption, Object) - Method in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
Sets the given table option.
with(String, Object, boolean, boolean) - Method in class org.springframework.data.cql.core.keyspace.TableOptionsSpecification
Adds the given option by name to this table's options.
withAllowFiltering() - Method in class org.springframework.data.cassandra.core.query.Query
Allow filtering with this Query.
withIfExists() - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
Use light-weight transactions by applying IF EXISTS.
withIfNotExists() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
Use light-weight transactions by applying IF NOT EXISTS.
withNetworkReplication(DataCenterReplication...) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
withSimpleReplication() - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
withSimpleReplication(long) - Method in class org.springframework.data.cql.core.keyspace.CreateKeyspaceSpecification
 
withTimestamp(long) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
Apply a given timestamp to the whole batch.
withTracing() - Method in class org.springframework.data.cassandra.core.InsertOptions.InsertOptionsBuilder
 
withTracing() - Method in class org.springframework.data.cassandra.core.UpdateOptions.UpdateOptionsBuilder
 
withTracing() - Method in class org.springframework.data.cql.core.QueryOptions.QueryOptionsBuilder
Enables statement tracing.
withTracing() - Method in class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
write(Object, Object, CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.core.convert.CassandraConverter
Converts and writes a source object into a sink using the given CassandraPersistentEntity.
write(Object, Object) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
write(Object, Object, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
writeDeleteWhereFromObject(Object, Delete.Where, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
writeInsertFromObject(Object, Insert, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
writeInsertFromWrapper(ConvertingPropertyAccessor, Insert, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
WriteOptions - Class in org.springframework.data.cql.core
Cassandra Write Options are an extension to QueryOptions for write operations.
WriteOptions() - Constructor for class org.springframework.data.cql.core.WriteOptions
Creates new WriteOptions.
WriteOptions(ConsistencyLevel, RetryPolicy) - Constructor for class org.springframework.data.cql.core.WriteOptions
Creates new WriteOptions for the given ConsistencyLevel and RetryPolicy.
WriteOptions(ConsistencyLevel, RetryPolicy, Integer) - Constructor for class org.springframework.data.cql.core.WriteOptions
Creates new WriteOptions for the given ConsistencyLevel, RetryPolicy and ttl.
WriteOptions.WriteOptionsBuilder - Class in org.springframework.data.cql.core
Builder for QueryOptions.
WriteOptionsBuilder() - Constructor for class org.springframework.data.cql.core.WriteOptions.WriteOptionsBuilder
 
writeSelectWhereFromObject(Object, Select.Where, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
writeUDTValueWhereFromObject(ConvertingPropertyAccessor, UDTValue, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
writeUpdateFromObject(Object, Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
writeUpdateFromWrapper(ConvertingPropertyAccessor, Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.core.convert.MappingCassandraConverter
 
A B C D E F G H I K L M N O P Q R S T U V W 
Spring Data for Apache Cassandra

Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.