Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
Modifier and Type | Method and Description |
---|---|
PersistentPropertyPaths<T,P> |
PersistentPropertyPaths.dropPathIfSegmentMatches(Predicate<? super P> predicate)
Drops
PersistentPropertyPath s that contain a path segment matching the given predicate. |
Modifier and Type | Method and Description |
---|---|
protected <T> PersistentPropertyPaths<T,P> |
AbstractMappingContext.doFindPersistentPropertyPaths(Class<T> type,
Predicate<? super P> predicate,
Predicate<P> traversalGuard)
Actually looks up the
PersistentPropertyPaths 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 all
PersistentPropertyPath s pointing to properties on the given type that match the given
Predicate . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.