| 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> PersistentPropertyPathAccessor<B> |
PersistentEntity.getPropertyPathAccessor(B bean)
Returns a
PersistentPropertyPathAccessor 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> PersistentPropertyPathAccessor<B> |
BasicPersistentEntity.getPropertyPathAccessor(B bean) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.