| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodecRegistryTupleTypeFactory
CodecRegistry-based TupleTypeFactory using
TupleType.of(ProtocolVersion, CodecRegistry, DataType...) to create tuple types. |
class |
SimpleTupleTypeFactory
|
| Modifier and Type | Method and Description |
|---|---|
protected TupleTypeFactory |
CassandraMappingContext.getTupleTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraMappingContext.setTupleTypeFactory(TupleTypeFactory tupleTypeFactory)
Sets the
TupleTypeFactory. |
| Constructor and Description |
|---|
BasicCassandraPersistentTupleEntity(TypeInformation<T> information,
TupleTypeFactory tupleTypeFactory)
|
CassandraMappingContext(UserTypeResolver userTypeResolver,
TupleTypeFactory tupleTypeFactory)
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.