Interface RootGraph<J>

All Superinterfaces:
EntityGraph<J>, Graph<J>, Graph<J>, GraphNode<J>
All Known Subinterfaces:
RootGraphImplementor<J>
All Known Implementing Classes:
RootGraphImpl

public interface RootGraph<J> extends Graph<J>, EntityGraph<J>
Extends the JPA-defined EntityGraph with additional operations.
See Also: