Class EntityGraphQueryHint

java.lang.Object
org.hibernate.engine.query.spi.EntityGraphQueryHint
All Implemented Interfaces:
AppliedGraph

@Deprecated(since="6.0") public class EntityGraphQueryHint extends Object implements AppliedGraph
Deprecated.
use AppliedGraph instead
Encapsulates a JPA EntityGraph provided through a JPQL query hint. Converts the fetches into a list of AST FromElements. The logic is kept here as much as possible in order to make it easy to remove this in the future, once our AST is improved and this "hack" is no longer needed.
Author:
Brett Meyer