Jakarta Persistence (JPA) Method

AttributeNode<Y> getAttributeNode(
  Attribute<? super T,Y> attribute
)


Get an existing attribute node for the given attribute.
Parameters:
attribute - attribute
Returns:
the attribute node.
Throws:
NoSuchElementException - if there is no existing node for the attribute.
Since:
Jakarta Persistence (JPA) 3.2