Uses of Class
org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
-
Packages that use EntityGraphTraversalState.FetchStrategy Package Description org.hibernate.sql.results.graph Defines domain result graphs. -
-
Uses of EntityGraphTraversalState.FetchStrategy in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return EntityGraphTraversalState.FetchStrategy Modifier and Type Method Description EntityGraphTraversalState.FetchStrategy
EntityGraphTraversalState.TraversalResult. getFetchStrategy()
Constructors in org.hibernate.sql.results.graph with parameters of type EntityGraphTraversalState.FetchStrategy Constructor Description TraversalResult(GraphImplementor<?> previousContext, EntityGraphTraversalState.FetchStrategy fetchStrategy)
-