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(RootGraphImplementor, GraphSemantic), applyConfiguredGraph(Map) and clear()

See Also: