Uses of Interface
org.springframework.data.mapping.model.MutablePersistentEntity
Packages that use 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
Classes in org.springframework.data.mapping.context with type parameters of type MutablePersistentEntityModifier 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
Classes in org.springframework.data.mapping.model that implement MutablePersistentEntityModifier and TypeClassDescriptionclass
BasicPersistentEntity<T,
P extends PersistentProperty<P>> Simple value object to capture information ofPersistentEntity
s.