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(Property property,
E owner,
SimpleTypeHolder simpleTypeHolder)
Creates the concrete instance of
PersistentProperty . |
Modifier and Type | Method and Description |
---|---|
protected Property |
AbstractPersistentProperty.getProperty() |
static Property |
Property.of(TypeInformation<?> type,
Field field)
Creates a new
Property backed by the given field. |
static Property |
Property.of(TypeInformation<?> type,
Field field,
PropertyDescriptor descriptor)
|
static Property |
Property.of(TypeInformation<?> type,
PropertyDescriptor descriptor)
Creates a new
Property for the given PropertyDescriptor . |
Constructor and Description |
---|
AbstractPersistentProperty(Property property,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder) |
AnnotationBasedPersistentProperty(Property property,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder)
Creates a new
AnnotationBasedPersistentProperty . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.