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
String getAttributeName()- Returns:
- name of the attribute.
- Since:
- Jakarta Persistence (JPA) 1.0
- Returns:
- a
Map<K,V>of subgraphs associated with this attribute node's map key or an emptyMapif none have been defined.
- Since:
- Jakarta Persistence (JPA) 1.0
- Returns:
- a
Map<K,V>of subgraphs associated with this attribute node or an emptyMapif none have been defined.
- Since:
- Jakarta Persistence (JPA) 1.0