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, EntityGraphTraversalState.FetchStrategy fetchStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityGraphTraversalState.FetchStrategy
getFetchStrategy()
GraphImplementor<?>
getGraph()
-
-
-
Constructor Detail
-
TraversalResult
public TraversalResult(GraphImplementor<?> previousContext, EntityGraphTraversalState.FetchStrategy fetchStrategy)
-
-
Method Detail
-
getGraph
public GraphImplementor<?> getGraph()
-
getFetchStrategy
public EntityGraphTraversalState.FetchStrategy getFetchStrategy()
-
-