Package org.hibernate.spi
Interface NavigablePath.FullPathCalculator
-
- All Superinterfaces:
Serializable
- Enclosing class:
- NavigablePath
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Deprecated(since="6.6", forRemoval=true) protected static interface NavigablePath.FullPathCalculator extends Serializable
Deprecated, for removal: This API element is subject to removal in a future version.No longer usedEffectively a tri-function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
calculateFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
calculateFullPath
String calculateFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-