Uses of Interface
jakarta.persistence.AttributeNode
-
Packages that use AttributeNode Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of AttributeNode in jakarta.persistence
Methods in jakarta.persistence that return AttributeNode Modifier and Type Method Description <Y> AttributeNode<Y>Graph. addAttributeNode(Attribute<? super T,Y> attribute)Get an existing attribute node for the given attribute, or add a new attribute node if there is no existing node.<Y> AttributeNode<Y>Graph. addAttributeNode(java.lang.String attributeName)Get an existing attribute node for the attribute with the given name, or add a new attribute node if there is no existing node.<Y> AttributeNode<Y>Graph. getAttributeNode(Attribute<? super T,Y> attribute)Get an existing attribute node for the given attribute.<Y> AttributeNode<Y>Graph. getAttributeNode(java.lang.String attributeName)Get an existing attribute node for the attribute with the given name.Methods in jakarta.persistence that return types with arguments of type AttributeNode Modifier and Type Method Description java.util.List<AttributeNode<?>>Graph. getAttributeNodes()Return the attribute nodes corresponding to the attributes of this managed type that are included in the graph.
-