Package org.hibernate.graph
Interface GraphNode<J>
- All Known Subinterfaces:
AttributeNode<J>,AttributeNodeImplementor<J>,Graph<J>,GraphImplementor<J>,GraphNodeImplementor<J>,RootGraph<J>,RootGraphImplementor<J>,SubGraph<J>,SubGraphImplementor<J>
- All Known Implementing Classes:
AbstractGraph,AbstractGraphNode,AttributeNodeImpl,RootGraphImpl,SubGraphImpl
public interface GraphNode<J>
Common operations of
AttributeNode and Graph.- See Also:
-
Method Summary
-
Method Details
-
isMutable
boolean isMutable() -
makeCopy
-