Uses of Interface
org.hibernate.spi.NavigablePath.FullPathCalculator
-
Packages that use NavigablePath.FullPathCalculator Package Description org.hibernate.spi 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.FullPathCalculator Constructor Description NavigablePath(@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.SinceNavigablePath.FullPathCalculator
is no longer used
-