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 through NativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String), NativeQuery.addJoin(java.lang.String, java.lang.String), `hbm.xml` mappings, etc
Author:
Steve Ebersole
See Also: