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