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 aPersistentPropertyPathAccessorto 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 TypeClassDescriptionclassPersistentPropertyAccessorthat potentially converts the value handed toConvertingPropertyAccessor.setProperty(PersistentProperty, Object)to the type of thePersistentPropertyusing aConversionService.Methods in org.springframework.data.mapping.model that return PersistentPropertyPathAccessor