Uses of Interface
org.springframework.data.mapping.PersistentPropertyPathAccessor
Packages that use 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
Methods in org.springframework.data.mapping that return PersistentPropertyPathAccessorModifier and TypeMethodDescriptionPersistentEntity.getPropertyPathAccessor
(B bean) Returns aPersistentPropertyPathAccessor
to access property values of the given bean. -
Uses of PersistentPropertyPathAccessor in org.springframework.data.mapping.model
Classes in org.springframework.data.mapping.model that implement PersistentPropertyPathAccessorModifier and TypeClassDescriptionclass
PersistentPropertyAccessor
that potentially converts the value handed toConvertingPropertyAccessor.setProperty(PersistentProperty, Object)
to the type of thePersistentProperty
using aConversionService
.Methods in org.springframework.data.mapping.model that return PersistentPropertyPathAccessor