Skip navigation links
Spring Data Cassandra Core
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.convert
Base class for CassandraConverter implementations.
AbstractCassandraConverter(ConversionService) - Constructor for class org.springframework.data.cassandra.convert.AbstractCassandraConverter
Creates 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
add(MappingException) - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
 
add(IdInterfaceException) - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
addAssociation(Association<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
addCompositePrimaryKeyColumnNames(CassandraPersistentEntity<?>, List<CqlIdentifier>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
addCompositePrimaryKeyProperties(CassandraPersistentEntity<?>, List<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
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.convert.AbstractCassandraConverter
 
afterPropertiesSet() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 
ALLOWED_PARAMETER_TYPES - Static variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
alterTable(CqlIdentifier, Class<?>, boolean) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
Add columns to the given table from the given class.
alterTable(CqlIdentifier, Class<?>, boolean) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 
alterTable(String, CassandraPersistentEntity<?>, TableMetadata) - Static method in class org.springframework.data.cassandra.util.CqlUtils
Deprecated.
Alter the table to reflect the entity annotations
appendIdCriteria(CassandraTemplate.ClauseCallback, CassandraPersistentEntity<?>, Map<?, ?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
appendIdCriteria(CassandraTemplate.ClauseCallback, CassandraPersistentEntity<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
appendIdCriteria(Select.Where, CassandraPersistentEntity<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
appendIdCriteria(Delete.Where, CassandraPersistentEntity<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
applicationContext - Variable in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 

B

BasicCassandraMappingContext - Class in org.springframework.data.cassandra.mapping
Default implementation of a MappingContext for Cassandra using CassandraPersistentEntity and CassandraPersistentProperty as primary abstractions.
BasicCassandraMappingContext() - Constructor for class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
BasicCassandraPersistentEntity<T> - Class in org.springframework.data.cassandra.mapping
Cassandra specific BasicPersistentEntity implementation that adds Cassandra specific metadata.
BasicCassandraPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
BasicCassandraPersistentEntity(TypeInformation<T>, CassandraMappingContext) - Constructor for class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
Creates a new BasicCassandraPersistentEntity with the given TypeInformation.
BasicCassandraPersistentEntity(TypeInformation<T>, CassandraMappingContext, CassandraPersistentEntityMetadataVerifier) - Constructor for class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
Creates a new BasicCassandraPersistentEntity with the given TypeInformation.
BasicCassandraPersistentEntityMetadataVerifier - Class in org.springframework.data.cassandra.mapping
Default implementation for Cassandra Persistent Entity Verification.
BasicCassandraPersistentEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
 
BasicCassandraPersistentProperty - Class in org.springframework.data.cassandra.mapping
Cassandra specific AnnotationBasedPersistentProperty implementation.
BasicCassandraPersistentProperty(Field, PropertyDescriptor, CassandraPersistentEntity<?>, CassandraSimpleTypeHolder) - Constructor for class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
BasicCassandraRowValueProvider - Class in org.springframework.data.cassandra.convert
PropertyValueProvider to read property values from a Row.
BasicCassandraRowValueProvider(Row, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.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
 
BasicMapId(Map<String, Serializable>) - Constructor for class org.springframework.data.cassandra.repository.support.BasicMapId
 
beanClassLoader - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
beanClassLoader - Variable in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
 
beanClassLoader - Variable in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
beanClassLoader - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
BeanDefinitionBuilderArgument - Class in org.springframework.data.cassandra.config
BeanDefinitionBuilderArgument(boolean, Object) - Constructor for class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
BeanDefinitionUtils - Class in org.springframework.data.cassandra.config
 
BeanDefinitionUtils() - Constructor for class org.springframework.data.cassandra.config.BeanDefinitionUtils
 

C

CASSANDRA_SIMPLE_TYPES - Static variable in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
 
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
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 <cluster> element.
CassandraClusterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraClusterParser
 
CassandraColumnAnnotationComparator - Enum in org.springframework.data.cassandra.mapping
Comparator implementation that uses Column.value().
cassandraConverter() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
Return the CassandraConverter instance to convert Rows to Objects, Objects to BuiltStatements
CassandraConverter - Interface in org.springframework.data.cassandra.convert
Central Cassandra specific converter interface from Object to Row.
cassandraConverter - Variable in class org.springframework.data.cassandra.core.CassandraTemplate
 
CassandraConverterRowCallback<T> - Class in org.springframework.data.cassandra.core
Simple RowCallback that will transform a Row into the given target type using the given CassandraConverter.
CassandraConverterRowCallback(CassandraConverter, Class<T>) - Constructor for class org.springframework.data.cassandra.core.CassandraConverterRowCallback
 
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 extends Serializable> - 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.
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
BeanDefinitionRegistryPostProcessor that does its best to register any missing Spring Data Cassandra beans that can be defaulted.
CassandraMappingBeanFactoryPostProcessor() - Constructor for class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
CassandraMappingContext - Interface in org.springframework.data.cassandra.mapping
A MappingContext for Cassandra.
CassandraMappingContextParser - Class in org.springframework.data.cassandra.config.xml
Spring Data Cassandra XML namespace parser for the <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 <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
 
CassandraOperations - Interface in org.springframework.data.cassandra.core
Operations for interacting with Cassandra.
CassandraParameterAccessor - Interface in org.springframework.data.cassandra.repository.query
 
CassandraParameters - Class in org.springframework.data.cassandra.repository.query
 
CassandraParameters(List<Parameter>) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
 
CassandraParameters(Method) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
 
CassandraParametersParameterAccessor - Class in org.springframework.data.cassandra.repository.query
 
CassandraParametersParameterAccessor(CassandraQueryMethod, Object...) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
CassandraPersistentEntity<T> - Interface in org.springframework.data.cassandra.mapping
Cassandra specific PersistentEntity abstraction.
CassandraPersistentEntityMetadataVerifier - Interface in org.springframework.data.cassandra.mapping
Interface for Cassandra Persistent Entity Mapping Verification.
CassandraPersistentEntityParameterValueProvider - Class in org.springframework.data.cassandra.convert
 
CassandraPersistentEntityParameterValueProvider(PersistentEntity<?, CassandraPersistentProperty>, PropertyValueProvider<CassandraPersistentProperty>, Object) - Constructor for class org.springframework.data.cassandra.convert.CassandraPersistentEntityParameterValueProvider
 
CassandraPersistentProperty - Interface in org.springframework.data.cassandra.mapping
Cassandra specific PersistentProperty extension.
CassandraPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.cassandra.mapping
 
CassandraPersistentPropertyComparator - Enum in org.springframework.data.cassandra.mapping
Comparator implementation that orders CassandraPersistentProperty instances.
CassandraPrimaryKeyColumnAnnotationComparator - Enum in org.springframework.data.cassandra.mapping
Comparator implementation that uses, in order, the...
CassandraQueryMethod - Class in org.springframework.data.cassandra.repository.query
 
CassandraQueryMethod(Method, RepositoryMetadata, ProjectionFactory, CassandraMappingContext) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
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> - Interface in org.springframework.data.cassandra.repository
Basic Cassandra repository interface.
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 TypedIdCassandraRepository instances.
CassandraRepositoryFactory(CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
Creates a new CassandraRepositoryFactory with the given CassandraOperations.
CassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.cassandra.repository.support
CassandraRepositoryFactoryBean() - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 
CassandraRowValueProvider - Interface in org.springframework.data.cassandra.convert
 
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 <session> element.
CassandraSessionParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
CassandraSimpleTypeHolder - Class in org.springframework.data.cassandra.mapping
Simple constant holder for a SimpleTypeHolder enriched with Cassandra specific simple types.
CassandraSimpleTypeHolder() - Constructor for class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
 
cassandraTemplate() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
CassandraTemplate - Class in org.springframework.data.cassandra.core
The CassandraTemplate is a convenient API for all Cassandra operations using POJOs with their Spring Data Cassandra mapping information.
CassandraTemplate() - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
Default Constructor for wiring in the required components later
CassandraTemplate(Session) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
 
CassandraTemplate(Session, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
Constructor if only session and converter are known at time of Template Creation
CassandraTemplate.ClauseCallback - Interface in org.springframework.data.cassandra.core
 
CassandraTemplateFactoryBean - Class in org.springframework.data.cassandra.config
 
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 <template> element.
CassandraTemplateParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
 
CassandraType - Annotation Type in org.springframework.data.cassandra.mapping
Specifies the Cassandra type of the annotated property.
CassandraValue - Class in org.springframework.data.cassandra.core
Simple Cassandra value of the ByteBuffer with DataType
CassandraValue(ByteBuffer, DataType) - Constructor for class org.springframework.data.cassandra.core.CassandraValue
 
clear() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
Column - Annotation Type in org.springframework.data.cassandra.mapping
Annotation to define custom metadata for document fields.
columnName - Variable in class org.springframework.data.cassandra.mapping.PropertyMapping
 
columnNames - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
An unmodifiable list of this property's column names.
ColumnReader - Class in org.springframework.data.cassandra.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.convert.ColumnReader
 
columns - Variable in class org.springframework.data.cassandra.convert.ColumnReader
 
compare(Column, Column) - Method in enum org.springframework.data.cassandra.mapping.CassandraColumnAnnotationComparator
 
compare(CassandraPersistentProperty, CassandraPersistentProperty) - Method in enum org.springframework.data.cassandra.mapping.CassandraPersistentPropertyComparator
 
compare(PrimaryKeyColumn, PrimaryKeyColumn) - Method in enum org.springframework.data.cassandra.mapping.CassandraPrimaryKeyColumnAnnotationComparator
 
Constants - Interface in org.springframework.data.cassandra
 
contains(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
contains(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns whether this CassandraMappingContext already contains a CassandraPersistentEntity for the given type.
containsKey(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
containsValue(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
CONTEXT - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 
context - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
context - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
context - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
conversionService - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
 
convert(CassandraPersistentProperty) - Method in enum org.springframework.data.cassandra.mapping.CassandraPersistentProperty.PropertyToFieldNameConverter
 
converter - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
CONVERTER - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 
count(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
count(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
count() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
CqlUtils - Class in org.springframework.data.cassandra.util
Deprecated.
need to find a better place for this
CqlUtils() - Constructor for class org.springframework.data.cassandra.util.CqlUtils
Deprecated.
 
create(CreationalContext<T>, Class<T>, Object) - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
 
createAssociation() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
createBeanDefinitionBuilderIfNoBeanDefinitionOfTypeExists(ListableBeanFactory, Class<?>, Class<?>, BeanDefinitionBuilderArgument...) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
Returns a BeanDefinitionBuilder iff no BeanDefinition of the required type is found in the given ListableBeanFactory, otherwise returns null, indicating that at least one existed.
createColumnName(String, String, boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
createDefaultConversionService() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
createDeleteBatchQuery(String, List<T>, QueryOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
Create a Batch Query object for multiple deletes.
createDeleteQuery(String, Object, QueryOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
Create a Delete Query Object from an annotated POJO
createFrom(List<Parameter>) - Method in class org.springframework.data.cassandra.repository.query.CassandraParameters
 
createInsertBatchQuery(String, List<T>, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
Generates a Batch Object for multiple inserts
createInsertQuery(String, Object, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
Generates a Query Object for an insert
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.mapping.BasicCassandraMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, CassandraPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, CassandraPersistentEntity<?>, CassandraSimpleTypeHolder) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
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.StringBasedCassandraQuery
 
createRepositoryFactory() - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
 
createSessionException(int, Class<?>...) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
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
 
createTables(boolean, boolean, boolean) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
createUpdateBatchQuery(String, List<T>, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
Generates a Batch Object for multiple Updates
createUpdateQuery(String, Object, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
Generates a Query Object for an Update

D

DATA_TEMPLATE - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
 
DATE_PARAMETER_TYPES - Static variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
dateParameterIndexes - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
DEFAULT_CONVERTERS - Static variable in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
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_PARSER - Static variable in class org.springframework.data.cassandra.util.SpelUtils
 
DEFAULT_VERIFIER - Static variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
DefaultBeanNames - Interface in org.springframework.data.cassandra.config
 
delete(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given object from the table by id.
delete(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
delete(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given object from the table by id.
delete(List<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
delete(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
delete(List<T>, QueryOptions) - 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(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
delete(T) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
deleteAll(Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deletes all entities of a given class.
deleteAll(Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
deleteAsynchronously(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given object from the table by id.
deleteAsynchronously(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given object from the table by id.
deleteAsynchronously(T, DeletionListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given object from the table by id.
deleteAsynchronously(T, DeletionListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given object from the table by id.
deleteAsynchronously(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given objects from the table by id.
deleteAsynchronously(List<T>, DeletionListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given objects from the table by id.
deleteAsynchronously(List<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given objects from the table by id.
deleteAsynchronously(List<T>, DeletionListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Remove the given objects from the table by id.
deleteAsynchronously(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(List<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(List<T>, DeletionListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(List<T>, DeletionListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(T, DeletionListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteAsynchronously(T, DeletionListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
deleteById(Class<?>, Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
deleteById(Class<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
DeletionListener<T> - Interface in org.springframework.data.cassandra.core
 
determineColumnNames() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
determineTableName() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
doAlterTable(Class<?>, String, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
Create a list of query operations to alter the table for the given entity
doBatchDelete(List<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doBatchDeleteAsync(List<T>, DeletionListener, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doBatchInsert(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doBatchInsertAsync(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Asynchronously performs a batch insert or update.
doBatchUpdate(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doBatchUpdateAsync(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Asynchronously performs a batch insert or update.
doBatchWrite(List<T>, WriteOptions, boolean) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doBatchWriteAsync(List<T>, WriteListener<T>, WriteOptions, boolean) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Asynchronously performs a batch insert or update.
doDelete(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doDeleteAsync(T, DeletionListener, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doInsert(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doInsertAsync(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doInsertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
This method resolves ambiguity the compiler sees as a result of type erasure between CassandraTemplate.insertAsynchronously(Object, WriteListener, WriteOptions) and #insertAsynchronously(List, WriteListener, WriteOptions).
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
 
doSelectOneAsync(Object, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doUpdate(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doUpdateAsync(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
doUpdateAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
This method resolves ambiguity the compiler sees as a result of type erasure between CassandraTemplate.updateAsynchronously(Object, WriteListener, WriteOptions) and #updateAsynchronously(List, WriteListener, WriteOptions).
doWith(Row) - Method in class org.springframework.data.cassandra.core.CassandraConverterRowCallback
 
doWithAssociations(AssociationHandler<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
doWithClause(Clause) - Method in interface org.springframework.data.cassandra.core.CassandraTemplate.ClauseCallback
 
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
 
dropTables(boolean) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 

E

EnableCassandraRepositories - Annotation Type in org.springframework.data.cassandra.repository.config
Annotation to enable Cassandra repositories.
ensureRegistration(Element, ParserContext) - Static method in class org.springframework.data.cassandra.config.xml.CassandraMappingXmlBeanFactoryPostProcessorRegistrar
Ensures that a CassandraMappingBeanFactoryPostProcessor is registered.
ensureTypeArguments(int, int) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
entitiesByType - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
entityBasePackageClasses - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
entityBasePackages - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
 
entityClassName - Variable in class org.springframework.data.cassandra.mapping.EntityMapping
The name of the entity's class.
entityInformation - Variable in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
EntityMapping - Class in org.springframework.data.cassandra.mapping
Mapping information for an individual entity class.
EntityMapping(String, String) - Constructor for class org.springframework.data.cassandra.mapping.EntityMapping
 
EntityMapping(String, String, String) - Constructor for class org.springframework.data.cassandra.mapping.EntityMapping
 
entitySetsByTableName - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
entrySet() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
equals(Object) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
 
equals(Object) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
equals(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
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.
execute(Object[]) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
exists(Class<?>, Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
exists(Class<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
exists(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
explicitColumnNames - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
An unmodifiable list of this property's explicitly set column names.

F

findAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
findAll(Select) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
findOne(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
findSessionBeanName(BeanDefinitionRegistry, ListableBeanFactory) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
forceQuote - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
forceQuote - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
Whether this property has been explicitly instructed to force quote column names.
forceQuote - Variable in class org.springframework.data.cassandra.mapping.EntityMapping
Whether to force the table name to be quoted.
forceQuote - Variable in class org.springframework.data.cassandra.mapping.PropertyMapping
 

G

get(CqlIdentifier) - Method in class org.springframework.data.cassandra.convert.ColumnReader
Returns the row's column value.
get(String) - Method in class org.springframework.data.cassandra.convert.ColumnReader
Returns the row's column value.
get(int) - Method in class org.springframework.data.cassandra.convert.ColumnReader
 
get(CqlIdentifier, Class<T>) - Method in class org.springframework.data.cassandra.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.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.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
 
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
 
getApplicationContext() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
getApplicationContext() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
 
getAssociation() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
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
 
getBeanDefinitionsOfType(BeanDefinitionRegistry, ListableBeanFactory, Class<?>, boolean, boolean) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
Returns all BeanDefinitionHolders with the given type.
getCassandraAdminOperations() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
getCassandraMappingContext() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
getCollectionOfEntity(ResultSet, Class<?>, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
getColumnName() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getColumnName() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
The name of the single column to which the property is persisted.
getColumnName() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
getColumnNames() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getColumnNames() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
The names of the columns to which the property is persisted if this is a composite primary key property.
getCompositePrimaryKeyEntity() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getCompositePrimaryKeyEntity() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Returns a CassandraPersistentEntity representing the composite primary key class of this entity, or null if this class does not use a composite primary key.
getCompositePrimaryKeyProperties() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
getCompositePrimaryKeyProperties() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getCompositePrimaryKeyProperties() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
 
getCompositePrimaryKeyProperties() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Gets the list of composite primary key properties that this composite primary key field is a placeholder for.
getCompositePrimaryKeyType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getCompositePrimaryKeyTypeInformation() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getCompositePrimaryKeyTypeInformation() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Returns a TypeInformation representing the type of the composite primary key class of this entity, or null if this class does not use a composite primary key.
getConversionService() - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
 
getConversionService() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
getConverter() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
getConverter() - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Returns the underlying CassandraConverter.
getConverter() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
getCount() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
Returns the number of errors that have been added to this Exception Class.
getCount() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
Returns the number of exceptions aggregated in this exception.
getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns a CreateTableSpecification for the given entity, including all mapping information.
getDataType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getDataType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
The column's data type.
getDataTypeFor(DataType.Name) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getDataTypeFor(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getDataTypeFor(DataType.Name) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
 
getDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
 
getDataTypeNamesFrom(List<TypeInformation<?>>) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
 
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.mapping.EntityMapping
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 
getEntityMappings() - Method in class org.springframework.data.cassandra.mapping.Mapping
 
getExceptions() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
Returns a list of the IdInterfaceExceptions aggregated within.
getExistingPersistentEntity(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getExistingPersistentEntity(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns the existing CassandraPersistentEntity for the given Class.
getExtension() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
 
getForceQuote() - Method in class org.springframework.data.cassandra.mapping.EntityMapping
 
getForceQuote() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
getId(Object, CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
 
getId(Object, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.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
 
getIdInterfaceName() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceException
 
getIdInterfaceName() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
getIdType() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
 
getKeyspaceName() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
 
getMapId() - Method in interface org.springframework.data.cassandra.repository.MapIdentifiable
Gets the identity of this instance.
getMappingContext() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
getMappingContext() - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
 
getMappingContext() - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
getMappingContext() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
getMappingContext() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
 
getMappingExceptions() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
Returns a list of the MappingExceptions aggregated within.
getMessage() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
 
getMessage() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
getMessages() - Method in exception org.springframework.data.cassandra.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.
getMethod() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceException
 
getModulePrefix() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 
getNonPrimaryKeyEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getNonPrimaryKeyEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns only those entities not representing primary key types.
getObject() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
getObjectType() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
getOwner() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getOwner() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
 
getPersistentEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getPersistentEntities(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getPersistentEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns only those entities that don't represent primary key types.
getPersistentEntities(boolean) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns all persistent entities or only non-primary-key entities.
getPrimaryKeyEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getPrimaryKeyEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns only those entities representing primary key types.
getPrimaryKeyOrdering() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
getPrimaryKeyOrdering() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
The ordering (ascending or descending) for the column.
getPropertyMappings() - Method in class org.springframework.data.cassandra.mapping.EntityMapping
 
getPropertyName() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.convert.BasicCassandraRowValueProvider
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
 
getReturnType() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
getRow() - Method in class org.springframework.data.cassandra.convert.BasicCassandraRowValueProvider
 
getRow() - Method in interface org.springframework.data.cassandra.convert.CassandraRowValueProvider
 
getRow() - Method in class org.springframework.data.cassandra.convert.ColumnReader
 
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
 
getSingleBeanDefinitionOfType(BeanDefinitionRegistry, ListableBeanFactory, Class<?>, boolean, boolean, boolean) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
Returns the single BeanDefinitionHolder with the given type, or null of none were found and required was false, otherwise throws IllegalArgumentException.
getSingleEntity(ResultSet, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
getTableMetadata(String, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
 
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.mapping.BasicCassandraPersistentEntity
 
getTableName() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
Returns the table name to which the entity shall be persisted.
getTableName() - Method in class org.springframework.data.cassandra.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
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
 
getTree() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
Return the PartTree backing the query.
getType() - Method in class org.springframework.data.cassandra.core.CassandraValue
 
getValue() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
getValue() - Method in class org.springframework.data.cassandra.core.CassandraValue
 
getVerifier() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
getVerifier() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 

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.mapping.EntityMapping
 
hashCode() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
hashCode() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 

I

id() - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
Factory method.
id(String, Serializable) - 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
 
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<?>) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
 
IdInterfaceValidator - Class in org.springframework.data.cassandra.repository.support
 
IdInterfaceValidator() - Constructor for class org.springframework.data.cassandra.repository.support.IdInterfaceValidator
 
Indexed - Annotation Type in org.springframework.data.cassandra.mapping
Identifies a secondary index in the table on a single, non-key column.
init() - Method in class org.springframework.data.cassandra.config.xml.CassandraNamespaceHandler
 
initialize() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
insert(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Insert the given entity.
insert(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Insert the given entity.
insert(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Insert the given list of entities.
insert(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Insert the given list of entities.
insert(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insert(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insert(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insert(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insertAsynchronously(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.insertAsynchronously(Object, WriteListener).
insertAsynchronously(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.insertAsynchronously(Object, WriteListener, WriteOptions).
insertAsynchronously(T, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Inserts the given entity asynchronously.
insertAsynchronously(T, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Inserts the given entity asynchronously.
insertAsynchronously(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.insertAsynchronously(List, WriteListener).
insertAsynchronously(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.insertAsynchronously(List, WriteListener, WriteOptions).
insertAsynchronously(List<T>, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Inserts the given entities asynchronously in a batch.
insertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Inserts the given entities asynchronously in a batch.
insertAsynchronously(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
insertAsynchronously(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
insertAsynchronously(List<T>, WriteListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insertAsynchronously(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Deprecated.
See CqlOperations#insert(Object)
insertAsynchronously(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Deprecated.
See CqlOperations#insert(Object,WriteOptions)
insertAsynchronously(T, WriteListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
insertAsynchronously(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
instantiatePrimaryKey(CassandraPersistentEntity<?>, CassandraPersistentProperty, BasicCassandraRowValueProvider) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
instantiators - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
 
isClusterKeyColumn() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
isClusterKeyColumn() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Whether the property is a cluster key column.
isCollectionOfEntityQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
Returns whether this entity represents a composite primary key.
isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Whether the property is a composite primary key.
isDateParameter(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isEmpty() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
isIndexed() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
isIndexed() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Whether the property has a secondary index on this column.
isListOfMapOfCharSequenceToObject() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isMapOfCharSequenceToObject(TypeInformation<?>) - Static method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isMapOfCharSequenceToObjectQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isPartitionKeyColumn() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
isPartitionKeyColumn() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Whether the property is a partition key column.
isPrimaryKeyColumn() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
isPrimaryKeyColumn() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Whether the property is a partition key column or a cluster key column
isReference() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
isResultSetQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isSingleEntityQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
isSingleton() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
isStrict() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
 
isStringLikeParameter(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 

K

keySet() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 

L

log - Variable in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
log - Static variable in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 

M

map - Variable in class org.springframework.data.cassandra.repository.support.BasicMapId
 
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.
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 - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
Mapping - Class in org.springframework.data.cassandra.mapping
 
Mapping() - Constructor for class org.springframework.data.cassandra.mapping.Mapping
 
MappingCassandraConverter - Class in org.springframework.data.cassandra.convert
CassandraConverter that uses a MappingContext to do sophisticated mapping of domain objects to Row.
MappingCassandraConverter() - Constructor for class org.springframework.data.cassandra.convert.MappingCassandraConverter
MappingCassandraConverter(CassandraMappingContext) - Constructor for class org.springframework.data.cassandra.convert.MappingCassandraConverter
MappingCassandraEntityInformation<T,ID extends Serializable> - 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
mappingContext - Variable in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
mappingContext - Variable in class org.springframework.data.cassandra.core.CassandraTemplate
 
mappingContext - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
mappingContext - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
method - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 

N

nonPrimaryKeyEntities - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 

O

onDeletionComplete(Collection<T>) - Method in interface org.springframework.data.cassandra.core.DeletionListener
 
onException(Exception) - Method in interface org.springframework.data.cassandra.core.DeletionListener
Called if an exception is raised while getting or converting the ResultSet.
onException(Exception) - Method in interface org.springframework.data.cassandra.core.WriteListener
Called if an exception is raised while getting or converting the ResultSet.
onWriteComplete(Collection<T>) - Method in interface org.springframework.data.cassandra.core.WriteListener
Called upon completion of the asynchronous insert or update.
operations - Variable in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
org.springframework.data.cassandra - package org.springframework.data.cassandra
 
org.springframework.data.cassandra.config - package org.springframework.data.cassandra.config
 
org.springframework.data.cassandra.config.java - package org.springframework.data.cassandra.config.java
 
org.springframework.data.cassandra.config.xml - package org.springframework.data.cassandra.config.xml
 
org.springframework.data.cassandra.convert - package org.springframework.data.cassandra.convert
 
org.springframework.data.cassandra.core - package org.springframework.data.cassandra.core
 
org.springframework.data.cassandra.mapping - package org.springframework.data.cassandra.mapping
 
org.springframework.data.cassandra.repository - package org.springframework.data.cassandra.repository
 
org.springframework.data.cassandra.repository.cdi - package org.springframework.data.cassandra.repository.cdi
 
org.springframework.data.cassandra.repository.config - package org.springframework.data.cassandra.repository.config
 
org.springframework.data.cassandra.repository.query - package org.springframework.data.cassandra.repository.query
 
org.springframework.data.cassandra.repository.support - package org.springframework.data.cassandra.repository.support
 
org.springframework.data.cassandra.util - package org.springframework.data.cassandra.util
 

P

parseConverterAttribute(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
 
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
 
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
 
parseUnhandledSessionElementAttribute(Attr, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
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
Creates a new PartTreeCassandraQuery from the given QueryMethod and CassandraTemplate.
performSchemaAction() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
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
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
Does nothing.
PrimaryKey - Annotation Type in org.springframework.data.cassandra.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.mapping
Annotates a type that represents the identity type of another class whose instances are stored in a table.
PrimaryKeyColumn - Annotation Type in org.springframework.data.cassandra.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.
primaryKeyEntities - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
processMappingOverride(CassandraPersistentEntity<?>, PropertyMapping) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
processMappingOverrides() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
processMappingOverrides(CassandraPersistentEntity<?>, EntityMapping) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
PropertyMapping - Class in org.springframework.data.cassandra.mapping
Mapping between a persistent entity's property and its column.
PropertyMapping(String) - Constructor for class org.springframework.data.cassandra.mapping.PropertyMapping
 
PropertyMapping(String, String) - Constructor for class org.springframework.data.cassandra.mapping.PropertyMapping
 
PropertyMapping(String, String, String) - Constructor for class org.springframework.data.cassandra.mapping.PropertyMapping
 
propertyMappings - Variable in class org.springframework.data.cassandra.mapping.EntityMapping
The PropertyMappings for each persistent property, keyed on property name.
propertyName - Variable in class org.springframework.data.cassandra.mapping.PropertyMapping
 
put(String, Serializable) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
putAll(Map<? extends String, ? extends Serializable>) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 

Q

Query - Annotation Type in org.springframework.data.cassandra.repository
Annotation to declare finder queries directly on repository methods.
query - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
query - Variable in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 
queryCached - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
queryString - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 

R

read(Class<R>, Object) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
readEntityFromRow(CassandraPersistentEntity<S>, Row) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
readPropertiesFromRow(CassandraPersistentEntity<?>, BasicCassandraRowValueProvider, PersistentPropertyAccessor) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
readPropertyFromRow(CassandraPersistentEntity<?>, CassandraPersistentProperty, BasicCassandraRowValueProvider, PersistentPropertyAccessor) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
readRow(Class<R>, Row) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
ref(CharSequence) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
reference - Variable in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
 
registerDefaultConverter(BeanDefinitionRegistry, String) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
registerDefaultTemplate(BeanDefinitionRegistry, String, String) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
registerMissingDefaultableBeanDefinitions(BeanDefinitionRegistry, ListableBeanFactory) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
regsiterDefaultContext(BeanDefinitionRegistry) - Method in class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
 
remove(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
replaceTable(CqlIdentifier, Class<?>, Map<String, Object>) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
Drops the existing table with the given name and creates a new one; basically a #dropTable(String) followed by a #createTable(boolean, String, Class, Map).
replaceTable(CqlIdentifier, Class<?>, Map<String, Object>) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
 
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
 
row - Variable in class org.springframework.data.cassandra.convert.ColumnReader
 
rowToMapConverter - Variable in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 

S

save(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
save(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
 
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.CassandraOperations
Execute query and convert ResultSet to the list of entities
select(Select, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute the Select Query and convert to the list of entities
select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
select(Select, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
select(String, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
select(Select, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectAll(Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
Calling this method could result in OutOfMemoryError, as this is a brute force selection.
selectAll(Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectBySimpleIds(Class<T>, Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
selectBySimpleIds(Class<T>, Iterable<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute CQL and convert ResultSet to the entity
selectOne(Select, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Execute Select query and convert ResultSet to the entity
selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(Select, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(String, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOne(Select, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Executes the Select query asynchronously.
selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Executes the string CQL query asynchronously.
selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Executes the Select query asynchronously.
selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Executes the string CQL query asynchronously.
selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
selectOneById(Class<T>, Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
 
selectOneById(Class<T>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
session - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
session() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
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.convert.MappingCassandraConverter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
setCassandraTemplate(CassandraTemplate) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
Configures the CassandraTemplate to be used.
setColumnName(CqlIdentifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
setColumnName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.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.mapping.PropertyMapping
 
setColumnNames(List<CqlIdentifier>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
setColumnNames(List<CqlIdentifier>) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Sets this property's column names to the collection given.
setConversionService(ConversionService) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
Set the CassandraConverter used by this template to perform conversions.
setDefaultProperties(BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
 
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.mapping.EntityMapping
 
setEntityMappings(Set<EntityMapping>) - Method in class org.springframework.data.cassandra.mapping.Mapping
 
setForceQuote(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
setForceQuote(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
 
setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
Whether to force-quote the column names of this property.
setForceQuote(String) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
 
setForceQuote(String) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
setInstantiators(EntityInstantiators) - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
Registers EntityInstantiators to customize entity instantiation.
setMapping(Mapping) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
setPropertyMappings(Map<String, PropertyMapping>) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
 
setPropertyName(String) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
 
setSchemaAction(SchemaAction) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
 
setSession(Session) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
 
setStrict(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
 
setTableName(CqlIdentifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
setTableName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
 
setTableName(String) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
 
setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Sets a verifier other than the BasicCassandraPersistentEntityMetadataVerifier
SimpleCassandraRepository<T,ID extends Serializable> - 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
size() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
spELContext - Variable in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
spelContext - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
spelContext - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
 
SpelUtils - Class in org.springframework.data.cassandra.util
 
SpelUtils() - Constructor for class org.springframework.data.cassandra.util.SpelUtils
 
strict - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
 
STRING_LIKE_PARAMETER_TYPES - Static variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 
StringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
 
StringBasedCassandraQuery(String, CassandraQueryMethod, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 
StringBasedCassandraQuery(CassandraQueryMethod, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
 
stringLikeParameterIndexes - Variable in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 

T

Table - Annotation Type in org.springframework.data.cassandra.mapping
Identifies a domain object to be persisted to Cassandra as a table.
tableName - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
tableName - Variable in class org.springframework.data.cassandra.mapping.EntityMapping
The name of the table to which the entity is mapped.
toString() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
toUpdateBatchQuery(String, List<T>, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
toUpdateQueryX(String, Object, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
transformClassToBeanClassLoaderClass(Class<T>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
TypedIdCassandraRepository<T,ID extends Serializable> - 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.

U

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(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the given entity.
update(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the given entity.
update(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the given list of entities.
update(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Update the given list of entities.
update(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
update(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
update(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
update(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.updateAsynchronously(Object, WriteListener).
updateAsynchronously(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.updateAsynchronously(Object, WriteListener, WriteOptions).
updateAsynchronously(T, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Updates the given entity asynchronously.
updateAsynchronously(T, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Updates the given entity asynchronously.
updateAsynchronously(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.updateAsynchronously(List, WriteListener).
updateAsynchronously(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Deprecated.
This method does not allow for query cancellation or notification of completion. Favor CassandraOperations.updateAsynchronously(List, WriteListener, WriteOptions).
updateAsynchronously(List<T>, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Updates the given entities asynchronously in a batch.
updateAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
Updates the given entities asynchronously in a batch.
updateAsynchronously(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(List<T>, WriteListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(T, WriteListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
updateAsynchronously(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
 
usesTable(TableMetadata) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
usesTable(TableMetadata) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
Returns whether this mapping context has any entities mapped to the given table.

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.mapping.CassandraColumnAnnotationComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraPersistentProperty.PropertyToFieldNameConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraPersistentPropertyComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraPrimaryKeyColumnAnnotationComparator
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.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.mapping.CassandraPersistentProperty.PropertyToFieldNameConverter
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.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.mapping.CassandraPrimaryKeyColumnAnnotationComparator
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
 
verifier - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
 
verifier - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
VerifierMappingExceptions - Exception in org.springframework.data.cassandra.mapping
Aggregator of multiple MappingException for convenience when verifying persistent entities.
VerifierMappingExceptions(CassandraPersistentEntity<?>, String) - Constructor for exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
 
verify() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
 
verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
 
verify(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntityMetadataVerifier
Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
verify(Method, RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
 

W

warnIfMoreResults(Iterator<Row>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
 
with(String, Serializable) - Method in interface org.springframework.data.cassandra.repository.MapId
Builder method that adds the value for the named property, then returns this.
with(String, Serializable) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
 
write(Object, Object) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
writeDeleteWhereFromObject(Object, Delete.Where, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
writeDeleteWhereFromWrapper(PersistentPropertyAccessor, Delete.Where, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
writeInsertFromObject(Object, Insert, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
writeInsertFromWrapper(ConvertingPropertyAccessor, Insert, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
WriteListener<T> - Interface in org.springframework.data.cassandra.core
Listener for asynchronous repository insert or update methods.
writeUpdateFromObject(Object, Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
writeUpdateFromWrapper(ConvertingPropertyAccessor, Update, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
Spring Data Cassandra Core

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