Package org.hibernate.graph.spi
Interface AppliedGraph
-
- All Known Implementing Classes:
EffectiveEntityGraph
,EntityGraphQueryHint
,QueryOptionsImpl
public interface AppliedGraph
Contract for anything a fetch/load graph can be applied
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootGraphImplementor<?>
getGraph()
The applied graphGraphSemantic
getSemantic()
The semantic (fetch/load) under which the graph should be applied
-
-
-
Method Detail
-
getGraph
RootGraphImplementor<?> getGraph()
The applied graph
-
getSemantic
GraphSemantic getSemantic()
The semantic (fetch/load) under which the graph should be applied
-
-