Uses of Interface
org.springframework.data.mapping.InstanceCreatorMetadata
Packages that use 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
Classes in org.springframework.data.mapping that implement InstanceCreatorMetadataModifier 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.Methods in org.springframework.data.mapping that return InstanceCreatorMetadataModifier and TypeMethodDescriptionPersistentEntity.getInstanceCreatorMetadata()
Returns theInstanceCreatorMetadata
to be used to instantiate objects of thisPersistentEntity
. -
Uses of InstanceCreatorMetadata in org.springframework.data.mapping.model
Methods in org.springframework.data.mapping.model that return InstanceCreatorMetadataMethods in org.springframework.data.mapping.model that return types with arguments of type InstanceCreatorMetadataModifier and TypeMethodDescriptionMappingInstantiationException.getEntityCreator()
The entity creator used during the instantiation attempt.