Class EffectiveEntityGraph

java.lang.Object
org.hibernate.engine.spi.EffectiveEntityGraph
All Implemented Interfaces:
Serializable, AppliedGraph

public class EffectiveEntityGraph extends Object implements AppliedGraph, Serializable
Think of this as the composite modeling of a graph and the semantic. Its graph and semantic can be obtained by getGraph() and getSemantic() They can be managed by calls to applyGraph(org.hibernate.graph.spi.RootGraphImplementor<?>, org.hibernate.graph.GraphSemantic), applyConfiguredGraph(java.util.Map<java.lang.String, ?>) and clear()
See Also: