| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.core.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
AbstractCassandraConfiguration.cassandraMapping()
Return the
MappingContext instance to map Entities to properties. |
protected CassandraMappingContext |
CassandraSessionFactoryBean.getMappingContext() |
| Constructor and Description |
|---|
CassandraPersistentEntitySchemaCreator(CassandraMappingContext mappingContext,
CassandraAdminOperations cassandraAdminOperations)
Create a new
CassandraPersistentEntitySchemaCreator for the given CassandraMappingContext and
CassandraAdminOperations. |
CassandraPersistentEntitySchemaDropper(CassandraMappingContext mappingContext,
CassandraAdminOperations cassandraAdminOperations)
Create a new
CassandraPersistentEntitySchemaDropper for the given CassandraMappingContext and
CassandraAdminOperations. |
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
MappingCassandraConverter.getMappingContext() |
protected CassandraMappingContext |
QueryMapper.getMappingContext()
Returns the configured
MappingContext containing mapping meta-data (persistent entities and properties)
used to store (map) objects to Cassandra tables (rows/columns). |
CassandraMappingContext |
CassandraConverter.getMappingContext() |
| Constructor and Description |
|---|
MappingCassandraConverter(CassandraMappingContext mappingContext)
Create a new
MappingCassandraConverter with the given CassandraMappingContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCassandraMappingContext
Deprecated.
since 2.0. Use
CassandraMappingContext. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.