| Package | Description |
|---|---|
| org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentPropertyPath<P> |
MappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
Returns all
PersistentPropertys for the given path expression based on the given PropertyPath. |
PersistentPropertyPath<P> |
MappingContext.getPersistentPropertyPath(String propertyPath,
Class<?> type)
Returns all
PersistentPropertys for the given dot path notation based on the given type. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.