Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Method and Description |
---|---|
<B> PersistentPropertyAccessor<B> |
PersistentEntity.getPropertyAccessor(B bean)
Returns a
PersistentPropertyAccessor to access property values of the given bean. |
Modifier and Type | Class and Description |
---|---|
class |
ConvertingPropertyAccessor<T>
PersistentPropertyAccessor that potentially converts the value handed to
ConvertingPropertyAccessor.setProperty(PersistentProperty, Object) to the type of the PersistentProperty using a
ConversionService . |
Modifier and Type | Method and Description |
---|---|
<B> PersistentPropertyAccessor<B> |
BasicPersistentEntity.getPropertyAccessor(B bean) |
<T> PersistentPropertyAccessor<T> |
ClassGeneratingPropertyAccessorFactory.getPropertyAccessor(PersistentEntity<?,?> entity,
T bean) |
<T> PersistentPropertyAccessor<T> |
PersistentPropertyAccessorFactory.getPropertyAccessor(PersistentEntity<?,?> entity,
T bean)
|
Constructor and Description |
---|
ConvertingPropertyAccessor(PersistentPropertyAccessor<T> accessor,
ConversionService conversionService)
Creates a new
ConvertingPropertyAccessor for the given delegate PersistentPropertyAccessor and
ConversionService . |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.