Package org.hibernate.graph.internal
Class AbstractGraphNode<J>
- java.lang.Object
-
- org.hibernate.graph.internal.AbstractGraphNode<J>
-
- All Implemented Interfaces:
GraphNode<J>
,GraphNodeImplementor<J>
- Direct Known Subclasses:
AbstractGraph
,AttributeNodeImpl
public abstract class AbstractGraphNode<J> extends Object implements GraphNodeImplementor<J>
-
-
Constructor Summary
Constructors Constructor Description AbstractGraphNode(boolean mutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMutable()
protected void
verifyMutability()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.graph.spi.GraphNodeImplementor
makeCopy
-
-