Uses of Interface
org.hibernate.spi.NavigablePath.FullPathCalculator
Packages that use NavigablePath.FullPathCalculator
Package
Description
A tiny SPI for dealing with compound names and navigable paths.
-
Uses of NavigablePath.FullPathCalculator in org.hibernate.spi
Constructors in org.hibernate.spi with parameters of type NavigablePath.FullPathCalculatorModifierConstructorDescriptionNavigablePath(@Nullable NavigablePath parent, String localName, @Nullable String alias, String identifierForTableGroup, NavigablePath.FullPathCalculator fullPathCalculator, int hashCode) Deprecated, for removal: This API element is subject to removal in a future version.
NavigablePath.FullPathCalculatoris no longer used