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:
IllegalArgumentException - if the attribute is not an attribute of this entity..
NoSuchElementException - if there is no existing node for the attribute.
Since:
Jakarta Persistence (JPA) 3.2