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 @Nullable RootGraphImplementor<?>
getGraph()
The applied graph@Nullable GraphSemantic
getSemantic()
The semantic (fetch/load) under which the graph should be applied
-
-
-
Method Detail
-
getGraph
@Nullable RootGraphImplementor<?> getGraph()
The applied graph
-
getSemantic
@Nullable GraphSemantic getSemantic()
The semantic (fetch/load) under which the graph should be applied
-
-