| 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 |
SimpleUserTypeResolver
Default implementation of
UserTypeResolver that resolves UserType by their name from
Cluster.getMetadata(). |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraMappingContext.setUserTypeResolver(UserTypeResolver userTypeResolver)
Sets the
UserTypeResolver. |
| Constructor and Description |
|---|
BasicCassandraPersistentProperty(Property property,
CassandraPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder,
UserTypeResolver userTypeResolver)
Create a new
BasicCassandraPersistentProperty. |
CassandraUserTypePersistentEntity(TypeInformation<T> typeInformation,
CassandraPersistentEntityMetadataVerifier verifier,
UserTypeResolver resolver)
Create a new
CassandraUserTypePersistentEntity. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.