| Package | Description |
|---|---|
| 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 |
|---|---|
UserTypeResolver |
MappingCassandraConverter.getUserTypeResolver()
Returns the configured
UserTypeResolver. |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingCassandraConverter.setUserTypeResolver(UserTypeResolver userTypeResolver)
Sets the
UserTypeResolver. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUserTypeResolver
Default implementation of
UserTypeResolver that resolves a UserDefinedType by its name from
Metadata. |
| Modifier and Type | Method and Description |
|---|---|
UserTypeResolver |
CassandraMappingContext.getUserTypeResolver()
Deprecated.
since 3.0. Retrieve
UserTypeResolver directly from
CassandraConverter. |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraMappingContext.setUserTypeResolver(UserTypeResolver userTypeResolver)
Deprecated.
since 3.0. Set
UserTypeResolver directly on
CassandraConverter. |
| Constructor and Description |
|---|
CassandraMappingContext(UserTypeResolver userTypeResolver,
TupleTypeFactory tupleTypeFactory)
Deprecated.
since 3.0,
UserTypeResolver and TupleTypeFactory no longer required here as high-level
type resolution went into CassandraConverter. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.