Uses of Class
org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
Packages that use PersistentPropertyPathExtension
-
Uses of PersistentPropertyPathExtension in org.springframework.data.relational.core.mapping
Methods in org.springframework.data.relational.core.mapping that return PersistentPropertyPathExtensionModifier 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 anIdproperty.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.Methods in org.springframework.data.relational.core.mapping with parameters of type PersistentPropertyPathExtensionModifier and TypeMethodDescriptionBasicRelationalPersistentProperty.getReverseColumnName(PersistentPropertyPathExtension path) DefaultNamingStrategy.getReverseColumnName(PersistentPropertyPathExtension path) default StringNamingStrategy.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.
NamingStrategy.getReverseColumnName(RelationalPersistentEntity)instead.