JPA Interface

AttributeNode

Type Parameters:
<T> - The type of the attribute.

Represents an attribute node of an entity graph.
See Also:
EntityGraph
Subgraph
NamedAttributeNode
Since:
JPA 2.1

Public Methods

Return the name of the attribute corresponding to the attribute node.
Return:
name of the attribute
Since:
JPA 2.1
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key.
Return:
Map of subgraphs associated with this attribute node's map key or empty Map if none have been defined
Since:
JPA 2.1
Map<Class,Subgraph> getSubgraphs()
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node.
Return:
Map of subgraphs associated with this attribute node or empty Map if none have been defined
Since:
JPA 2.1