| Package | Description |
|---|---|
| org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentPropertyPath<P> |
MappingContext.getPersistentPropertyPath(InvalidPersistentPropertyPath invalidPath)
Deprecated.
since 2.0, use
MappingContext.getPersistentPropertyPath(PropertyPath) with
getResolvedPath() instead. |
PersistentPropertyPath<P> |
AbstractMappingContext.getPersistentPropertyPath(InvalidPersistentPropertyPath invalidPath) |
| 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–2020 Pivotal Software, Inc.. All rights reserved.