Package org.hibernate.sql.results.graph
Class EntityGraphTraversalState.TraversalResult
- java.lang.Object
-
- org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
-
- Enclosing interface:
- EntityGraphTraversalState
public static class EntityGraphTraversalState.TraversalResult extends Object
Details of a particular traversal within the entity graph
-
-
Constructor Summary
Constructors Constructor Description TraversalResult(GraphImplementor<?> previousContext, FetchTiming fetchTiming, boolean joined)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchTiming
getFetchTiming()
GraphImplementor<?>
getGraph()
boolean
isJoined()
-
-
-
Constructor Detail
-
TraversalResult
public TraversalResult(GraphImplementor<?> previousContext, FetchTiming fetchTiming, boolean joined)
-
-
Method Detail
-
getGraph
public GraphImplementor<?> getGraph()
-
getFetchTiming
public FetchTiming getFetchTiming()
-
isJoined
public boolean isJoined()
-
-