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 Details

    • AbstractGraphNode

      public AbstractGraphNode(boolean mutable)
  • Method Details

    • isMutable

      public boolean isMutable()
      Specified by:
      isMutable in interface GraphNode<J>
    • verifyMutability

      protected void verifyMutability()