Uses of Package
org.springframework.data.mapping.model
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
Mapping context API and implementation base classes.
Core implementation of the mapping subsystem's model.
-
ClassDescriptionSimple value object allowing access to
EntityInstantiator
instances for a given type falling back to a default one.Simple container to hold a set of types to be considered simple types. -
ClassDescriptionInterface capturing mutator methods for
PersistentEntity
s.Value object to abstract the concept of a property backed by aField
and / or aPropertyDescriptor
.Simple container to hold a set of types to be considered simple types. -
ClassDescriptionSimple implementation of
PersistentProperty
.PersistentPropertyAccessorFactory that uses aBeanWrapper
.ConfigurableFieldNamingStrategy
that splits up camel-case property names and reconcatenates them using a configured delimiter.SPI to abstract strategies to create instances forPersistentEntity
s.Simple value object allowing access toEntityInstantiator
instances for a given type falling back to a default one.SPI to determine how to name document fields in cases the field name is not manually defined.Value object representing defaulting masks used for Kotlin methods applying parameter defaulting.Interface capturing mutator methods forPersistentEntity
s.Callback interface to lookup values for a givenParameter
.Factory to createPersistentPropertyAccessor
for a givenPersistentEntity
and bean instance.Helper class to find aPreferredConstructor
.Value object to abstract the concept of a property backed by aField
and / or aPropertyDescriptor
.FieldNamingStrategy
simply using thePersistentProperty
's name.SPI for components to provide values for asPersistentProperty
.Simple container to hold a set of types to be considered simple types.Simple factory to createSpelExpressionParser
andEvaluationContext
instances.SPI for components that can evaluate Spring EL expressions.