Uses of Interface
org.springframework.data.mapping.model.PersistentPropertyAccessorFactory
Packages that use PersistentPropertyAccessorFactory
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of PersistentPropertyAccessorFactory in org.springframework.data.mapping.model
Classes in org.springframework.data.mapping.model that implement PersistentPropertyAccessorFactoryModifier and TypeClassDescriptionenum
PersistentPropertyAccessorFactory that uses aBeanWrapper
.class
A factory that can generate byte code to speed-up dynamic property access.class
DelegatingPersistentPropertyAccessorFactory
decorating thePersistentPropertyAccessor
s created with anInstantiationAwarePropertyAccessor
to allow the handling of purely immutable types.Methods in org.springframework.data.mapping.model with parameters of type PersistentPropertyAccessorFactoryModifier and TypeMethodDescriptionvoid
BasicPersistentEntity.setPersistentPropertyAccessorFactory
(PersistentPropertyAccessorFactory factory) void
MutablePersistentEntity.setPersistentPropertyAccessorFactory
(PersistentPropertyAccessorFactory factory) Sets thePersistentPropertyAccessorFactory
for the entity.Constructors in org.springframework.data.mapping.model with parameters of type PersistentPropertyAccessorFactoryModifierConstructorDescriptionInstantiationAwarePropertyAccessorFactory
(PersistentPropertyAccessorFactory delegate, EntityInstantiators instantiators)