Jakarta Persistence (JPA) Method

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