Uses of Interface
org.springframework.data.mapping.InstanceCreatorMetadata
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of InstanceCreatorMetadata in org.springframework.data.mapping
Modifier and TypeClassDescriptionfinal class
FactoryMethod<T,
P extends PersistentProperty<P>> Value object to encapsulate the factory method to be used when mapping persistent data to objects.final class
PreferredConstructor<T,
P extends PersistentProperty<P>> Value object to encapsulate the constructor to be used when mapping persistent data to objects.Modifier and TypeMethodDescriptionPersistentEntity.getInstanceCreatorMetadata()
Returns theInstanceCreatorMetadata
to be used to instantiate objects of thisPersistentEntity
. -
Uses of InstanceCreatorMetadata in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionMappingInstantiationException.getEntityCreator()
The entity creator used during the instantiation attempt.