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 protected static interface NavigablePath.FullPathCalculator extends Serializable
Effectively a tri-function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
calculateFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)
-
-
-
Method Detail
-
calculateFullPath
String calculateFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)
-
-