Uses of Class
org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
Package
Description
JDBC-specific conversion classes.
-
Uses of PersistentPropertyPathExtension in org.springframework.data.jdbc.core.convert
Modifier and TypeMethodDescriptionstatic JdbcIdentifierBuilder
JdbcIdentifierBuilder.forBackReferences
(JdbcConverter converter, PersistentPropertyPathExtension path, Object value) Deprecated, for removal: This API element is subject to removal in a future version.default <T> T
JdbcConverter.mapRow
(PersistentPropertyPathExtension path, ResultSet resultSet, Identifier identifier, Object key) Deprecated, for removal: This API element is subject to removal in a future version.JdbcIdentifierBuilder.withQualifier
(PersistentPropertyPathExtension path, Object value) Deprecated.ModifierConstructorDescriptionEntityRowMapper
(PersistentPropertyPathExtension path, JdbcConverter converter, Identifier identifier) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PersistentPropertyPathExtension in org.springframework.data.relational.core.mapping
Modifier and TypeMethodDescriptionPersistentPropertyPathExtension.extendBy
(RelationalPersistentProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new path by extending the current path by the property passed as an argument.PersistentPropertyPathExtension.getIdDefiningParentPath()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the longest ancestor path that has anId
property.PersistentPropertyPathExtension.getParentPath()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the path that has the same beginning but is one segment shorter than this path.Modifier and TypeMethodDescriptionBasicRelationalPersistentProperty.getReverseColumnName
(PersistentPropertyPathExtension path) DefaultNamingStrategy.getReverseColumnName
(PersistentPropertyPathExtension path) default String
NamingStrategy.getReverseColumnName
(PersistentPropertyPathExtension path) Deprecated, for removal: This API element is subject to removal in a future version.RelationalPersistentProperty.getReverseColumnName
(PersistentPropertyPathExtension path) Deprecated, for removal: This API element is subject to removal in a future version.
JdbcIdentifierBuilder.forBackReferences(JdbcConverter, AggregatePath, Object)
instead.