Uses of Interface
org.springframework.data.mapping.model.EntityInstantiator
Packages that use EntityInstantiator
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of EntityInstantiator in org.springframework.data.mapping.model
Methods in org.springframework.data.mapping.model that return EntityInstantiatorModifier and TypeMethodDescriptionEntityInstantiators.getInstantiatorFor
(PersistentEntity<?, ?> entity) Returns theEntityInstantiator
to be used to create the givenPersistentEntity
.Constructors in org.springframework.data.mapping.model with parameters of type EntityInstantiatorModifierConstructorDescriptionEntityInstantiators
(EntityInstantiator fallback) Creates a newEntityInstantiators
using the givenEntityInstantiator
as fallback.EntityInstantiators
(EntityInstantiator defaultInstantiator, Map<Class<?>, EntityInstantiator> customInstantiators) Creates a newEntityInstantiator
using the given fallbackEntityInstantiator
and the given custom ones.Constructor parameters in org.springframework.data.mapping.model with type arguments of type EntityInstantiatorModifierConstructorDescriptionEntityInstantiators
(Map<Class<?>, EntityInstantiator> customInstantiators) Creates a newEntityInstantiators
using the default fallback instantiator and the given custom ones.EntityInstantiators
(EntityInstantiator defaultInstantiator, Map<Class<?>, EntityInstantiator> customInstantiators) Creates a newEntityInstantiator
using the given fallbackEntityInstantiator
and the given custom ones.