| Package | Description |
|---|---|
| org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentPropertyPath<T> |
PersistentPropertyPath.getExtensionForBaseOf(PersistentPropertyPath<T> base)
Returns the sub-path of the current one as if it was based on the given base path.
|
boolean |
PersistentPropertyPath.isBasePathOf(PersistentPropertyPath<T> path)
Returns whether the given
PersistentPropertyPath is a base path of the current one. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.