|
Spring Data Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistentPropertyPath | |
|---|---|
| org.springframework.data.mapping.context | Mapping context API and implementation base classes. |
| Uses of PersistentPropertyPath in org.springframework.data.mapping.context |
|---|
| Methods in org.springframework.data.mapping.context that return PersistentPropertyPath | |
|---|---|
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. |
PersistentPropertyPath<T> |
PersistentPropertyPath.getParentPath()
Returns the parent path of the current PersistentPropertyPath, i.e. the path without the leaf property. |
PersistentPropertyPath<P> |
AbstractMappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
|
PersistentPropertyPath<P> |
MappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
Returns all PersistentPropertys for the given path expression based on the given PropertyPath. |
| Methods in org.springframework.data.mapping.context with parameters of type PersistentPropertyPath | |
|---|---|
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. |
|
Spring Data Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||