- Type Parameters:
 T- The type of the attribute.
public interface AttributeNode<T>
Represents an attribute node of an entity graph.
- Since:
 - 2.1
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the attribute corresponding to the attribute node.Return a map of subgraphs associated with this attribute node's map key.Return a map of subgraphs associated with this attribute node. 
- 
Method Details
- 
getAttributeName
String getAttributeName()Return the name of the attribute corresponding to the attribute node.- Returns:
 - name of the attribute
 
 - 
getSubgraphs
 - 
getKeySubgraphs
 
 -