| Package | Description |
|---|---|
| org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanWrapperPropertyAccessorFactory
PersistentPropertyAccessorFactory that uses a
BeanWrapper. |
class |
ClassGeneratingPropertyAccessorFactory
A factory that can generate byte code to speed-up dynamic property access.
|
class |
InstantiationAwarePropertyAccessorFactory
Delegating
PersistentPropertyAccessorFactory decorating the PersistentPropertyAccessors created with
an InstantiationAwarePropertyAccessor to allow the handling of purely immutable types. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPersistentEntity.setPersistentPropertyAccessorFactory(PersistentPropertyAccessorFactory factory) |
void |
MutablePersistentEntity.setPersistentPropertyAccessorFactory(PersistentPropertyAccessorFactory factory)
Sets the
PersistentPropertyAccessorFactory for the entity. |
| Constructor and Description |
|---|
InstantiationAwarePropertyAccessorFactory(PersistentPropertyAccessorFactory delegate,
EntityInstantiators instantiators) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.