Uses of Interface
org.springframework.data.mapping.PersistentPropertyPaths
Package
Description
Base package for the mapping subsystem.
Mapping context API and implementation base classes.
-
Uses of PersistentPropertyPaths in org.springframework.data.mapping
Modifier and TypeMethodDescriptionPersistentPropertyPaths.dropPathIfSegmentMatches
(Predicate<? super P> predicate) DropsPersistentPropertyPath
s that contain a path segment matching the given predicate. -
Uses of PersistentPropertyPaths in org.springframework.data.mapping.context
Modifier and TypeMethodDescriptionprotected final <T> PersistentPropertyPaths<T,
P> AbstractMappingContext.doFindPersistentPropertyPaths
(Class<T> type, Predicate<? super P> predicate, Predicate<P> traversalGuard) Actually looks up thePersistentPropertyPaths
for the given type, selection predicate and traversal guard.<T> PersistentPropertyPaths<T,
P> AbstractMappingContext.findPersistentPropertyPaths
(Class<T> type, Predicate<? super P> predicate) <T> PersistentPropertyPaths<T,
P> MappingContext.findPersistentPropertyPaths
(Class<T> type, Predicate<? super P> predicate) Returns allPersistentPropertyPath
s pointing to properties on the given type that match the givenPredicate
.