接口 AppliedGraph
-
- 所有已知实现类:
EffectiveEntityGraph,EntityGraphQueryHint
public interface AppliedGraphContract for anything a fetch/load graph can be applied- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 RootGraphImplementor<?>getGraph()The applied graphGraphSemanticgetSemantic()The semantic (fetch/load) under which the graph should be applied
-
-
-
方法详细资料
-
getGraph
RootGraphImplementor<?> getGraph()
The applied graph
-
getSemantic
GraphSemantic getSemantic()
The semantic (fetch/load) under which the graph should be applied
-
-