Package org.springframework.data.mapping.context
@NonNullApi
package org.springframework.data.mapping.context
Mapping context API and implementation base classes.
-
ClassDescriptionBase class to build mapping metadata and thus create instances of
PersistentEntity
andPersistentProperty
.Exception to indicate a source path couldn't be resolved into aPersistentPropertyPath
completely.This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand. it is used internally to establish associations between entities and also at runtime to obtain entities by name.Base implementation of anApplicationEvent
refering to aPersistentEntity
.Value object to accessPersistentEntity
instances managed byMappingContext
s.