Interface LegacyFetchResolver
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface LegacyFetchResolver
Contract for handling Hibernate's legacy way of representing fetches throughNativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String)
,NativeQuery.addJoin(java.lang.String, java.lang.String)
, `hbm.xml` mappings, etc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamicFetchBuilderLegacy
resolve(String ownerTableAlias, String fetchedPartPath)
-
-
-
Method Detail
-
resolve
DynamicFetchBuilderLegacy resolve(String ownerTableAlias, String fetchedPartPath)
-
-