public class EntityGraphQueryHint extends Object implements AppliedGraph
| Constructor and Description |
|---|
EntityGraphQueryHint(RootGraphImplementor<?> graph,
GraphSemantic semantic) |
EntityGraphQueryHint(String hintName,
EntityGraph<?> graph) |
| Modifier and Type | Method and Description |
|---|---|
RootGraphImplementor<?> |
getGraph()
The applied graph
|
GraphSemantic |
getGraphSemantic()
Deprecated.
(5.4) Use
getSemantic() |
String |
getHintName()
Deprecated.
(5.4) Use
getSemantic() |
EntityGraph<?> |
getOriginEntityGraph()
Deprecated.
(5.4) Use
getGraph() |
GraphSemantic |
getSemantic()
The semantic (fetch/load) under which the graph should be applied
|
List<org.hibernate.hql.internal.ast.tree.FromElement> |
toFromElements(org.hibernate.hql.internal.ast.tree.FromClause fromClause,
org.hibernate.hql.internal.ast.HqlSqlWalker walker) |
public EntityGraphQueryHint(String hintName, EntityGraph<?> graph)
public EntityGraphQueryHint(RootGraphImplementor<?> graph, GraphSemantic semantic)
public GraphSemantic getSemantic()
AppliedGraphgetSemantic in interface AppliedGraphpublic RootGraphImplementor<?> getGraph()
AppliedGraphgetGraph in interface AppliedGraphpublic List<org.hibernate.hql.internal.ast.tree.FromElement> toFromElements(org.hibernate.hql.internal.ast.tree.FromClause fromClause, org.hibernate.hql.internal.ast.HqlSqlWalker walker)
@Deprecated public EntityGraph<?> getOriginEntityGraph()
getGraph()@Deprecated public GraphSemantic getGraphSemantic()
getSemantic()@Deprecated public String getHintName()
getSemantic()Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.