Package org.hibernate.engine.query.spi
Class EntityGraphQueryHint
java.lang.Object
org.hibernate.engine.query.spi.EntityGraphQueryHint
- All Implemented Interfaces:
AppliedGraph
Deprecated.
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable RootGraphImplementor<?>getGraph()Deprecated.The applied graph@Nullable GraphSemanticDeprecated.The semantic (fetch/load) under which the graph should be applied
-
Constructor Details
-
EntityGraphQueryHint
Deprecated.
-
-
Method Details
-
getSemantic
Deprecated.Description copied from interface:AppliedGraphThe semantic (fetch/load) under which the graph should be applied- Specified by:
getSemanticin interfaceAppliedGraph
-
getGraph
Deprecated.Description copied from interface:AppliedGraphThe applied graph- Specified by:
getGraphin interfaceAppliedGraph
-
AppliedGraphinstead