Uses of Interface
org.springframework.data.mapping.PersistentPropertyPathAccessor
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of PersistentPropertyPathAccessor in org.springframework.data.mapping
Modifier and TypeMethodDescriptionPersistentEntity.getPropertyPathAccessor
(B bean) Returns aPersistentPropertyPathAccessor
to access property values of the given bean. -
Uses of PersistentPropertyPathAccessor in org.springframework.data.mapping.model
Modifier and TypeClassDescriptionclass
PersistentPropertyAccessor
that potentially converts the value handed toConvertingPropertyAccessor.setProperty(PersistentProperty, Object)
to the type of thePersistentProperty
using aConversionService
.