Jakarta Persistence (JPA) Method
AttributeNode<Y> getAttributeNode(
String attributeName
)
Get an existing attribute node for the attribute with the given name.
- Parameters:
attributeName- name of the attribute
- Returns:
- the attribute node.
- Throws:
- if the attribute is not an attribute of this entity..IllegalArgumentException- if there is no existing node for the attribute.NoSuchElementException
- Since:
- Jakarta Persistence (JPA) 3.2