| Package | Description |
|---|---|
| org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
| org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
| org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleTypeHolder |
CustomConversions.getSimpleTypeHolder()
Returns the underlying
SimpleTypeHolder. |
| Modifier and Type | Method and Description |
|---|---|
static CustomConversions.StoreConversions |
CustomConversions.StoreConversions.of(SimpleTypeHolder storeTypeHolder,
Collection<?> converters)
Creates a new
CustomConversions.StoreConversions for the given store-specific SimpleTypeHolder and the given
converters. |
static CustomConversions.StoreConversions |
CustomConversions.StoreConversions.of(SimpleTypeHolder storeTypeHolder,
Object... converters)
Creates a new
CustomConversions.StoreConversions for the given store-specific SimpleTypeHolder and the given
converters. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract P |
AbstractMappingContext.createPersistentProperty(Property property,
E owner,
SimpleTypeHolder simpleTypeHolder)
Creates the concrete instance of
PersistentProperty. |
void |
AbstractMappingContext.setSimpleTypeHolder(SimpleTypeHolder simpleTypes)
Configures the
SimpleTypeHolder to be used by the MappingContext. |
| Modifier and Type | Field and Description |
|---|---|
static SimpleTypeHolder |
SimpleTypeHolder.DEFAULT |
| Constructor and Description |
|---|
AbstractPersistentProperty(Property property,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder) |
AnnotationBasedPersistentProperty(Property property,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder)
Creates a new
AnnotationBasedPersistentProperty. |
SimpleTypeHolder(Set<? extends Class<?>> customSimpleTypes,
SimpleTypeHolder source)
Copy constructor to create a new
SimpleTypeHolder that carries the given additional custom simple types. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.