public class EntityGraphQueryHint extends java.lang.Object implements AppliedGraph
Constructor and Description |
---|
EntityGraphQueryHint(RootGraphImplementor<?> graph,
GraphSemantic semantic) |
EntityGraphQueryHint(java.lang.String hintName,
javax.persistence.EntityGraph<?> graph) |
Modifier and Type | Method and Description |
---|---|
RootGraphImplementor<?> |
getGraph()
The applied graph
|
GraphSemantic |
getGraphSemantic()
Deprecated.
(5.4) Use
getSemantic() |
java.lang.String |
getHintName()
Deprecated.
(5.4) Use
getSemantic() |
javax.persistence.EntityGraph<?> |
getOriginEntityGraph()
Deprecated.
(5.4) Use
getGraph() |
GraphSemantic |
getSemantic()
The semantic (fetch/load) under which the graph should be applied
|
java.util.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(java.lang.String hintName, javax.persistence.EntityGraph<?> graph)
public EntityGraphQueryHint(RootGraphImplementor<?> graph, GraphSemantic semantic)
public GraphSemantic getSemantic()
AppliedGraph
getSemantic
in interface AppliedGraph
public RootGraphImplementor<?> getGraph()
AppliedGraph
getGraph
in interface AppliedGraph
public java.util.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 javax.persistence.EntityGraph<?> getOriginEntityGraph()
getGraph()
@Deprecated public GraphSemantic getGraphSemantic()
getSemantic()
@Deprecated public java.lang.String getHintName()
getSemantic()
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.