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 a map of subgraphs associated with this attribute node's map key.
Return:
a {@link Map} of subgraphs associated with this attribute node's map key or an empty {@code Map} if none have been defined
Since:
JPA 2.1
Map<Class,Subgraph> getSubgraphs()
Return a map of subgraphs associated with this attribute node.
Return:
a {@link Map} of subgraphs associated with this attribute node or an empty {@code Map} if none have been defined
Since:
JPA 2.1