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