Package org.hibernate.sql.results.graph
Class EntityGraphTraversalState.FetchStrategy
- java.lang.Object
-
- org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
-
- Enclosing interface:
- EntityGraphTraversalState
public static class EntityGraphTraversalState.FetchStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description FetchStrategy(FetchTiming fetchTiming, boolean joined)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchTiming
getFetchTiming()
boolean
isJoined()
-
-
-
Constructor Detail
-
FetchStrategy
public FetchStrategy(FetchTiming fetchTiming, boolean joined)
-
-
Method Detail
-
getFetchTiming
public FetchTiming getFetchTiming()
-
isJoined
public boolean isJoined()
-
-