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 |
---|---|
PersistentPropertyAccessor |
PersistentEntity.getPropertyAccessor(Object bean)
Returns a
PersistentPropertyAccessor to access property values of the given bean. |
Modifier and Type | Class and Description |
---|---|
class |
ConvertingPropertyAccessor
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 |
---|---|
PersistentPropertyAccessor |
BasicPersistentEntity.getPropertyAccessor(Object bean) |
Constructor and Description |
---|
ConvertingPropertyAccessor(PersistentPropertyAccessor accessor,
ConversionService conversionService)
Creates a new
ConvertingPropertyAccessor for the given delegate PersistentPropertyAccessor and
ConversionService . |
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.