Interface Graph<J>

All Superinterfaces:
Graph<J>, GraphNode<J>
All Known Subinterfaces:
GraphImplementor<J>, RootGraph<J>, RootGraphImplementor<J>, SubGraph<J>, SubGraphImplementor<J>
All Known Implementing Classes:
AbstractGraph, RootGraphImpl, SubGraphImpl

public interface Graph<J> extends GraphNode<J>, Graph<J>
A container for AttributeNode references.
See Also:
API Note:
Acts as an abstraction over the JPA-defined interfaces EntityGraph and Subgraph, which have no common supertype.