- 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
-
- CassandraAdminTemplate(Session, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
Constructor used for a basic template configuration
- CassandraBatchOperations - Interface in org.springframework.data.cassandra.core
-
Batch operations for insert/update/delete actions on a table.
- CassandraClusterFactoryBean - Class in org.springframework.data.cassandra.config
-
Spring Data Cassandra extension of CassandraCqlClusterFactoryBean.
- CassandraClusterFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraClusterFactoryBean
-
- CassandraClusterParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:cluster element.
- CassandraClusterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraClusterParser
-
- CassandraColumnAnnotationComparator - Enum in org.springframework.data.cassandra.mapping
-
- cassandraConverter() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- 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
-
- 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
-
- 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.
- CassandraJodaTimeConverters - Class in org.springframework.data.cassandra.convert
-
Helper class to register JSR-310 specific
Converter implementations to convert between Cassandra types in
case the library is present on the classpath.
- CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their DateMidnight
representation.
- CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their LocalDate representation.
- CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert DateMidnights to their LocalDate
representation.
- CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their LocalDate representation.
- CassandraJsr310Converters - Class in org.springframework.data.cassandra.convert
-
Helper class to register JodaTime specific
Converter implementations in case the library is present on the
classpath.
- CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their LocalDate representation.
- CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their LocalDate representation.
- cassandraMapping() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- CassandraMappingBeanFactoryPostProcessor - Class in org.springframework.data.cassandra.config
-
- CassandraMappingBeanFactoryPostProcessor() - Constructor for class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
-
Deprecated.
- CassandraMappingContext - Interface in org.springframework.data.cassandra.mapping
-
- CassandraMappingContextParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:mapping element.
- CassandraMappingContextParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
-
- CassandraMappingConverterParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:converter element.
- CassandraMappingConverterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
-
- CassandraMappingXmlBeanFactoryPostProcessorRegistrar - Class in org.springframework.data.cassandra.config.xml
-
- 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
-
Cassandra-specific
ParameterAccessor exposing a Cassandra
types that are supported by the
driver and parameter type.
- CassandraParameters - Class in org.springframework.data.cassandra.repository.query
-
Custom extension of
Parameters discovering additional properties of query method parameters.
- CassandraParameters(Method) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
-
- CassandraParametersParameterAccessor - Class in org.springframework.data.cassandra.repository.query
-
Cassandra-specific
ParameterAccessor exposing Cassandra
types
that are supported by the driver and parameter type.
- CassandraParametersParameterAccessor(CassandraQueryMethod, Object...) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- CassandraPersistentEntity<T> - Interface in org.springframework.data.cassandra.mapping
-
- 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
-
- CassandraPersistentEntitySchemaCreator - Class in org.springframework.data.cassandra.core
-
- CassandraPersistentEntitySchemaCreator(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- CassandraPersistentEntitySchemaDropper - Class in org.springframework.data.cassandra.core
-
- CassandraPersistentEntitySchemaDropper(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
-
- CassandraPersistentProperty - Interface in org.springframework.data.cassandra.mapping
-
- CassandraPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.cassandra.mapping
-
- CassandraPersistentPropertyComparator - Enum in org.springframework.data.cassandra.mapping
-
- 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
-
- 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
-
- CassandraRepositoryFactory(CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- CassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.cassandra.repository.support
-
- CassandraRepositoryFactoryBean(Class<? extends T>) - 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 cassandra: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 used to wire 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
-
- 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 cassandra:template element.
- CassandraTemplateParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
-
- CassandraThreeTenBackPortConverters - Class in org.springframework.data.cassandra.convert
-
Helper class to register
Converter implementations for the ThreeTen Backport project in case it's present on
the classpath.
- CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their LocalDate representation.
- CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDates to their LocalDate representation.
- CassandraType - Annotation Type in org.springframework.data.cassandra.mapping
-
Specifies the Cassandra type of the annotated property or parameter if used in query methods.
- CassandraUDTValueProvider - Class in org.springframework.data.cassandra.convert
-
- CassandraUDTValueProvider(UDTValue, CodecRegistry, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.convert.CassandraUDTValueProvider
-
- CassandraUserTypePersistentEntity<T> - Class in org.springframework.data.cassandra.mapping
-
- CassandraUserTypePersistentEntity(TypeInformation<T>, CassandraMappingContext, CassandraPersistentEntityMetadataVerifier, UserTypeResolver) - Constructor for class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- 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
-
- CassandraValueProvider - Interface in org.springframework.data.cassandra.convert
-
- 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.
- 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
-
- CompositeCassandraPersistentEntityMetadataVerifier - Class in org.springframework.data.cassandra.mapping
-
- CompositeCassandraPersistentEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.mapping.CompositeCassandraPersistentEntityMetadataVerifier
-
- 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
-
- 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
-
- conversions - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- conversionService - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
-
- convert(DateMidnight) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
-
- 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
-
- convertToCassandraColumn(Object, TypeInformation<?>) - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
-
Converts the given object into one Cassandra will be able to store natively in a column.
- convertToCassandraColumn(Object, TypeInformation<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- count(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Returns the number of rows for the given entityClass by querying the table of the given entity class.
- 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
-
- 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
-
Deprecated.
- createColumnName(String, String, boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- 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<CassandraParameters.CassandraParameter>) - 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
-
- 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
-
- 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
-
Perform schema actions.
- createTables(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- createTableSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- 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.
- createUserTypes(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- createUserTypeSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- customConversions() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- CustomConversions - Class in org.springframework.data.cassandra.convert
-
Value object to capture custom conversion.
- CustomConversions(List<?>) - Constructor for class org.springframework.data.cassandra.convert.CustomConversions
-
- 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
-
Read data from a Column using the index.
- 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
-
Deprecated.
- getCassandraAdminOperations() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- getCassandraMappingContext() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getCollection(int, DataType) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
- 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
-
- getConverter() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getConvertersToRegister() - Static method in class org.springframework.data.cassandra.convert.CassandraJodaTimeConverters
-
Returns the converters to be registered.
- getConvertersToRegister() - Static method in class org.springframework.data.cassandra.convert.CassandraJsr310Converters
-
Returns the converters to be registered.
- getConvertersToRegister() - Static method in class org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters
-
Returns the converters to be registered.
- 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
-
- getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- getCustomConversions() - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- getCustomConversions() - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
-
- getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
Returns the target type to convert to in case we have a custom conversion registered to convert the given source
type into a Cassandra native one.
- getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
Returns the target type we can inject of the given source type to.
- getDataType(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getDataType(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getDataType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getDataType(CassandraPersistentProperty) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Retrieve the data type of the property.
- getDataType(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Retrieve the data type based on the given type.
- getDataType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
The column's data type.
- getDataType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
Returns the Cassandra
DataType for the declared parameter if the type is a
simple type.
- getDataType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getDataTypeFor(DataType.Name) - 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
-
Returns the DataType for a DataType.Name.
- getDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
-
Returns the default
DataType for a
Class.
- 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() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- 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
-
- getExistingPersistentEntity(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getExistingPersistentEntity(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- 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
-
Returns the Id for an entity.
- 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
-
- getKeyspaceMetadata() - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Returns KeyspaceMetadata for the current keyspace.
- getKeyspaceMetadata() - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- getKeyspaceName() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
Return the name of the keyspace to connect to.
- 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.core.CassandraTemplate
-
- 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
-
- 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
-
- 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
-
- getParameters() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getParameters() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- getParameterType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
The actual parameter type (after unwrapping).
- getParameterType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- 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
-
- 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
-
- getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.convert.CassandraUDTValueProvider
-
- getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - 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
-
- getScope() - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
-
- getSimpleTypeHolder() - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
- getSingleBeanDefinitionOfType(BeanDefinitionRegistry, ListableBeanFactory, Class<?>, boolean, boolean, boolean) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
-
Deprecated.
- getSingleEntity(ResultSet, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- getTableEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getTableEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Returns only
Table entities.
- getTableMetadata(String, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Lookup TableMetadata.
- getTableMetadata(String, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- getTableName(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
The table name used for the specified class by this template.
- getTableName(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getTableName() - Method in class org.springframework.data.cassandra.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
-
- getType() - Method in class org.springframework.data.cassandra.core.CassandraValue
-
- getUserDefinedTypeEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getUserDefinedTypeEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Returns only those entities representing a user defined type.
- getUserType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getUserType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- getUserType() - Method in class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- getValue() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
-
- getValue() - Method in class org.springframework.data.cassandra.core.CassandraValue
-
- getValues() - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
Returns the raw parameter values of the underlying query method.
- getValues() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getVerifier() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getVerifier() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- 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(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Add an array of inserts to the batch.
- insert(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Add a collection of inserts to the batch.
- insert(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Insert the given entity without inserting null values.
- insert(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Insert the given entity without inserting null values.
- insert(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insert(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- 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
-
- insert(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- insert(S) - Method in interface org.springframework.data.cassandra.repository.TypedIdCassandraRepository
-
Inserts the given entity.
- insertAsynchronously(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- 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
-
- insertAsynchronously(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(List<T>, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- 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
-
- insertAsynchronously(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- 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, CassandraValueProvider) - 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.
- 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.
- 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.
- isMapLike() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isMapLike() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Returns whether the property is a
Map.
- 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
- isPrimaryKeyEntity() - Method in interface org.springframework.data.cassandra.repository.query.CassandraEntityInformation
-
Return true if the persistent entity consists entirely of primary key properties (a single Id property,
composite primary key).
- isPrimaryKeyEntity() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
-
- isReference() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
-
- isResultSetQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- isSimpleType(Class<?>) - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
Returns whether the given type is considered to be simple.
- isSingleton() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- isStrict() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
-
- isUserDefinedType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- isUserDefinedType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- isUserDefinedType() - Method in class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- 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.
- org.springframework.data.cassandra - package org.springframework.data.cassandra
-
Spring Data's CQL abstraction.
- org.springframework.data.cassandra.config - package org.springframework.data.cassandra.config
-
- org.springframework.data.cassandra.config.java - package org.springframework.data.cassandra.config.java
-
Spring Java configuration for Spring Data Cassandra.
- org.springframework.data.cassandra.config.xml - package org.springframework.data.cassandra.config.xml
-
Spring XML namespace configuration for Spring Data Cassandra.
- org.springframework.data.cassandra.convert - package org.springframework.data.cassandra.convert
-
Spring Data Cassandra specific converter infrastructure.
- org.springframework.data.cassandra.core - package org.springframework.data.cassandra.core
-
Apache Cassandra core support.
- org.springframework.data.cassandra.mapping - package org.springframework.data.cassandra.mapping
-
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
- org.springframework.data.cassandra.repository - package org.springframework.data.cassandra.repository
-
Apache Cassandra specific repository implementation.
- org.springframework.data.cassandra.repository.cdi - package org.springframework.data.cassandra.repository.cdi
-
CDI support for Apache Cassandra specific repository implementation.
- org.springframework.data.cassandra.repository.config - package org.springframework.data.cassandra.repository.config
-
Support infrastructure for the configuration of Apache Cassandra specific repositories.
- org.springframework.data.cassandra.repository.query - package org.springframework.data.cassandra.repository.query
-
Query derivation mechanism for Apache Cassandra specific repositories.
- org.springframework.data.cassandra.repository.support - package org.springframework.data.cassandra.repository.support
-
Support infrastructure for query derivation of Apache Cassandra specific repositories.
- org.springframework.data.cassandra.util - package org.springframework.data.cassandra.util
-
- 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
-
- 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
-
Select objects for the given entityClass and ids.
- 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
-
Execute the Select by id for the given entityClass.
- 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
-
- 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
-
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
Registers the given custom conversions with the converter.
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- 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
-
- 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
-
Sets the Cassandra Session to use.
- 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
-
- setUserTypeResolver(UserTypeResolver) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- 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
-
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- 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
-
- SimpleUserTypeResolver - Class in org.springframework.data.cassandra.mapping
-
Default implementation of
UserTypeResolver that resolves
UserType by their name from
Cluster.getMetadata().
- SimpleUserTypeResolver(Cluster, String) - Constructor for class org.springframework.data.cassandra.mapping.SimpleUserTypeResolver
-
- size() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- 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
-
- stream(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Executes the given select query on the entity table of the specified type backed by a Cassandra
ResultSet.
- stream(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- strict - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
-
Deprecated.
- StringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
-
- StringBasedCassandraQuery(CassandraQueryMethod, CassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
-
- StringBasedCassandraQuery(String, CassandraQueryMethod, CassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
-
- 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.convert.CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
-
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.convert.CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter
-
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.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter
-
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.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.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<?>, Collection<MappingException>) - Constructor for exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
- 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(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.CompositeCassandraPersistentEntityMetadataVerifier
-
- verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.PrimaryKeyClassEntityMetadataVerifier
-
- verify(Method, RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
Validates that this query is not a page or slice query.