Uses of Class
org.springframework.data.mapping.model.Property
Package
Description
Mapping context API and implementation base classes.
Core implementation of the mapping subsystem's model.
-
Uses of Property in org.springframework.data.mapping.context
Modifier and TypeMethodDescriptionprotected abstract P
AbstractMappingContext.createPersistentProperty
(Property property, E owner, SimpleTypeHolder simpleTypeHolder) Creates the concrete instance ofPersistentProperty
. -
Uses of Property in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionprotected Property
AbstractPersistentProperty.getProperty()
static Property
Property.of
(TypeInformation<?> type, PropertyDescriptor descriptor) Creates a newProperty
for the givenPropertyDescriptor
.static Property
Property.of
(TypeInformation<?> type, Field field) Creates a newProperty
backed by the given field.static Property
Property.of
(TypeInformation<?> type, Field field, PropertyDescriptor descriptor) ModifierConstructorDescriptionAbstractPersistentProperty
(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) AnnotationBasedPersistentProperty
(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) Creates a newAnnotationBasedPersistentProperty
.