| Package | Description |
|---|---|
| org.springframework.data.relational.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
PersistentPropertyPathExtension |
PersistentPropertyPathExtension.extendBy(RelationalPersistentProperty property)
Creates a new path by extending the current path by the property passed as an argument.
|
PersistentPropertyPathExtension |
PersistentPropertyPathExtension.getIdDefiningParentPath()
Returns the longest ancestor path that has an
Id property. |
PersistentPropertyPathExtension |
PersistentPropertyPathExtension.getParentPath()
Returns the path that has the same beginning but is one segment shorter than this path.
|
| Modifier and Type | Method and Description |
|---|---|
SqlIdentifier |
RelationalPersistentProperty.getReverseColumnName(PersistentPropertyPathExtension path) |
SqlIdentifier |
BasicRelationalPersistentProperty.getReverseColumnName(PersistentPropertyPathExtension path) |
default String |
NamingStrategy.getReverseColumnName(PersistentPropertyPathExtension path) |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.