Package org.hibernate.graph.spi
Interface AttributeNodeImplementor<T>
-
- All Superinterfaces:
AttributeNode<T>
public interface AttributeNodeImplementor<T> extends AttributeNode<T>
Integration version of the AttributeNode contract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attribute<?,T>
getAttribute()
AttributeNodeImplementor<T>
makeImmutableCopy()
-
Methods inherited from interface javax.persistence.AttributeNode
getAttributeName, getKeySubgraphs, getSubgraphs
-
-
-
-
Method Detail
-
makeImmutableCopy
AttributeNodeImplementor<T> makeImmutableCopy()
-
-