| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.config.java |
Spring Java configuration for Spring Data Cassandra.
|
| org.springframework.data.cassandra.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| org.springframework.data.cassandra.repository.query |
Query derivation mechanism for Apache Cassandra specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
protected CassandraMappingContext |
CassandraSessionFactoryBean.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
AbstractCassandraConfiguration.cassandraMapping()
Return the
MappingContext instance to map Entities to properties. |
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
CassandraConverter.getMappingContext() |
CassandraMappingContext |
MappingCassandraConverter.getMappingContext() |
| Constructor and Description |
|---|
MappingCassandraConverter(CassandraMappingContext mappingContext)
Creates a new
MappingCassandraConverter with the given CassandraMappingContext. |
| Modifier and Type | Field and Description |
|---|---|
protected CassandraMappingContext |
CassandraTemplate.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
CassandraTemplate.getCassandraMappingContext()
Deprecated.
as of 1.5, see
CassandraTemplate.getMappingContext(). |
CassandraMappingContext |
CassandraTemplate.getMappingContext()
Returns the
CassandraMappingContext. |
| Constructor and Description |
|---|
CassandraPersistentEntitySchemaCreator(CassandraMappingContext mappingContext,
CassandraAdminOperations cassandraAdminOperations)
Creates a new
CassandraPersistentEntitySchemaCreator for the given CassandraMappingContext and
CassandraAdminOperations. |
CassandraPersistentEntitySchemaDropper(CassandraMappingContext mappingContext,
CassandraAdminOperations cassandraAdminOperations)
Creates a new
CassandraPersistentEntitySchemaDropper for the given CassandraMappingContext and
CassandraAdminOperations. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCassandraMappingContext
Default implementation of a
MappingContext for Cassandra using CassandraPersistentEntity and
CassandraPersistentProperty as primary abstractions. |
| Modifier and Type | Field and Description |
|---|---|
protected CassandraMappingContext |
BasicCassandraPersistentEntity.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
BasicCassandraPersistentEntity.getMappingContext() |
CassandraMappingContext |
CassandraPersistentEntity.getMappingContext() |
| Constructor and Description |
|---|
BasicCassandraPersistentEntity(TypeInformation<T> typeInformation,
CassandraMappingContext mappingContext)
Creates a new
BasicCassandraPersistentEntity with the given TypeInformation. |
BasicCassandraPersistentEntity(TypeInformation<T> typeInformation,
CassandraMappingContext mappingContext,
CassandraPersistentEntityMetadataVerifier verifier)
Creates a new
BasicCassandraPersistentEntity with the given TypeInformation. |
CassandraUserTypePersistentEntity(TypeInformation<T> typeInformation,
CassandraMappingContext mappingContext,
CassandraPersistentEntityMetadataVerifier verifier,
UserTypeResolver resolver)
Creates a new
CassandraUserTypePersistentEntity. |
| Constructor and Description |
|---|
CassandraQueryMethod(Method method,
RepositoryMetadata repositoryMetadata,
ProjectionFactory projectionFactory,
CassandraMappingContext mappingContext)
Creates a new
CassandraQueryMethod from the given Method. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.