Uses of Interface
org.springframework.data.mapping.model.MutablePersistentEntity
Package
Description
Mapping context API and implementation base classes.
Core implementation of the mapping subsystem's model.
-
Uses of MutablePersistentEntity in org.springframework.data.mapping.context
Modifier and TypeClassDescriptionclass
AbstractMappingContext<E extends MutablePersistentEntity<?,
P>, P extends PersistentProperty<P>> Base class to build mapping metadata and thus create instances ofPersistentEntity
andPersistentProperty
. -
Uses of MutablePersistentEntity in org.springframework.data.mapping.model
Modifier and TypeClassDescriptionclass
BasicPersistentEntity<T,
P extends PersistentProperty<P>> Simple value object to capture information ofPersistentEntity
s.