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