JPA Method
in jakarta.persistence.Graph

boolean hasAttributeNode(
  String attributeName
)


Determine if there is an existing attribute node for the attribute with the given name.
Parameters:
attributeName - name of the attribute
Return:
true if there is an existing attribute node
Throws:
IllegalArgumentException - if the attribute is not an attribute of this entity.
Since:
JPA 3.2