Jakarta Persistence (JPA) Interface

jakarta.persistence.AttributeNode<T>

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

Represents an attribute node of an entity graph.
See Also:
Since:
Jakarta Persistence (JPA) 2.1

Public Instance Methods

Return the name of the attribute corresponding to the attribute node.
Returns:
name of the attribute.
Since:
Jakarta Persistence (JPA) 1.0
Return a map of subgraphs associated with this attribute node's map key.
Returns:
a Map<K,V> of subgraphs associated with this attribute node's map key or an empty Map if none have been defined.
Since:
Jakarta Persistence (JPA) 1.0
Return a map of subgraphs associated with this attribute node.
Returns:
a Map<K,V> of subgraphs associated with this attribute node or an empty Map if none have been defined.
Since:
Jakarta Persistence (JPA) 1.0