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) Creates a new path by extending the current path by the property passed as an argument.PersistentPropertyPathExtension.getIdDefiningParentPath()Returns the longest ancestor path that has anIdproperty.PersistentPropertyPathExtension.getParentPath()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) RelationalPersistentProperty.getReverseColumnName(PersistentPropertyPathExtension path)