| Package | Description |
|---|---|
| org.springframework.data.cassandra.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 |
BasicCassandraMappingContext.setUserTypeResolver(UserTypeResolver userTypeResolver)
Sets the
UserTypeResolver. |
| Constructor and Description |
|---|
BasicCassandraPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
CassandraPersistentEntity<?> owner,
CassandraSimpleTypeHolder simpleTypeHolder,
UserTypeResolver userTypeResolver)
Creates a new
BasicCassandraPersistentProperty. |
CassandraUserTypePersistentEntity(TypeInformation<T> typeInformation,
CassandraMappingContext mappingContext,
CassandraPersistentEntityMetadataVerifier verifier,
UserTypeResolver resolver)
Creates a new
CassandraUserTypePersistentEntity. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.