Uses of Package
org.springframework.data.mapping
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
Base package for the mapping subsystem.
Mapping context API and implementation base classes.
Core implementation of the mapping subsystem's model.
Projection subsystem.
Base classes to implement repositories for various data stores.
Support classes for parsing queries from method names.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
ClassDescriptionA container object which may or may not contain a type alias value.Represents a persistent entity.
-
ClassDescriptionAccess options for getting values for property paths.How to handle null values during a
PersistentPropertyPath
traversal.Access options for setting values for property paths.How to propagate setting values that cross collection and map properties.How to handle intermediate null values when settingA container object which may or may not contain a type alias value.Value object to captureAssociation
s.Callback interface to implement functionality to be applied to a collection ofAssociation
s.Interface for a component allowing the access of identifier values.Metadata describing a mechanism to create instances of persistent types.Value object to represent constructor parameters.Represents a persistent entity.Domain service to allow accessing and settingPersistentProperty
s of an entity.Abstraction of a path ofPersistentProperty
s.Extension ofPersistentPropertyAccessor
that is also able to obtain and set values forPersistentPropertyPath
s.A wrapper for a collection ofPersistentPropertyPath
s.Value object to encapsulate the constructor to be used when mapping persistent data to objects.Callback interface to do something with all plainPersistentProperty
instances except associations and transient properties.Abstraction of aPropertyPath
of a domain class.Exception being thrown when creatingPropertyPath
instances.Association handler to work with the untypedPersistentProperty
basedAssociation
.A property handler to work with untypedPersistentProperty
instances. -
ClassDescriptionRepresents a persistent entity.Abstraction of a path of
PersistentProperty
s.A wrapper for a collection ofPersistentPropertyPath
s.Abstraction of aPropertyPath
of a domain class. -
ClassDescriptionA container object which may or may not contain a type alias value.Value object to capture
Association
s.Callback interface to implement functionality to be applied to a collection ofAssociation
s.Interface for a component allowing the access of identifier values.Metadata describing a mechanism to create instances of persistent types.Value object to represent constructor parameters.Represents a persistent entity.Domain service to allow accessing and settingPersistentProperty
s of an entity.Abstraction of a path ofPersistentProperty
s.Extension ofPersistentPropertyAccessor
that is also able to obtain and set values forPersistentPropertyPath
s.Value object to encapsulate the constructor to be used when mapping persistent data to objects.Callback interface to do something with all plainPersistentProperty
instances except associations and transient properties.Association handler to work with the untypedPersistentProperty
basedAssociation
.A property handler to work with untypedPersistentProperty
instances.IdentifierAccessor
that is aware of the target bean to obtain the identifier from so that it can generate a more meaningful exception in case of an absent identifier and a call toTargetAwareIdentifierAccessor.getRequiredIdentifier()
. -
-
-
-