Uses of Class
org.springframework.data.mapping.model.EntityInstantiators
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
Core implementation of the mapping subsystem's model.
-
Uses of EntityInstantiators in org.springframework.data.convert
ModifierConstructorDescriptionDtoInstantiatingConverter
(Class<?> dtoType, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>> context, EntityInstantiators instantiators) Create a newConverter
to instantiate DTOs. -
Uses of EntityInstantiators in org.springframework.data.mapping.model
ModifierConstructorDescriptionInstantiationAwarePropertyAccessor
(T bean, Function<T, PersistentPropertyAccessor<T>> accessorFunction, EntityInstantiators instantiators) Creates anInstantiationAwarePropertyAccessor
using the given delegateaccessorFunction
andEntityInstantiators
.InstantiationAwarePropertyAccessorFactory
(PersistentPropertyAccessorFactory delegate, EntityInstantiators instantiators)