Uses of Class
org.springframework.data.mapping.model.Property
Packages that use 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
Methods in org.springframework.data.mapping.context with parameters of type PropertyModifier 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
Methods in org.springframework.data.mapping.model that return PropertyModifier 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) Constructors in org.springframework.data.mapping.model with parameters of type PropertyModifierConstructorDescriptionAbstractPersistentProperty
(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) AnnotationBasedPersistentProperty
(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) Creates a newAnnotationBasedPersistentProperty
.