| 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 | Field and Description |
|---|---|
protected CassandraMappingContext |
MappingCassandraConverter.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
CassandraMappingContext |
MappingCassandraConverter.getMappingContext() |
CassandraMappingContext |
CassandraConverter.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() |
| 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 |
CassandraPersistentEntity.getMappingContext() |
CassandraMappingContext |
BasicCassandraPersistentEntity.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. |
| Modifier and Type | Field and Description |
|---|---|
protected CassandraMappingContext |
CassandraQueryMethod.mappingContext |
| Constructor and Description |
|---|
CassandraQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
CassandraMappingContext mappingContext) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.