| Package | Description |
|---|---|
| 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 |
|---|---|
protected abstract P |
AbstractMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
E owner,
SimpleTypeHolder simpleTypeHolder)
Creates the concrete instance of
PersistentProperty. |
void |
AbstractMappingContext.setSimpleTypeHolder(SimpleTypeHolder simpleTypes)
Configures the
SimpleTypeHolder to be used by the MappingContext. |
| Constructor and Description |
|---|
AbstractPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder) |
AnnotationBasedPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
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–2019 Pivotal Software, Inc.. All rights reserved.