Uses of Interface
org.springframework.data.mapping.model.EntityInstantiator
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of EntityInstantiator in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionEntityInstantiators.getInstantiatorFor
(PersistentEntity<?, ?> entity) Returns theEntityInstantiator
to be used to create the givenPersistentEntity
.ModifierConstructorDescriptionEntityInstantiators
(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.ModifierConstructorDescriptionEntityInstantiators
(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.