Uses of Interface
jakarta.persistence.AttributeNode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of AttributeNode in jakarta.persistence
Modifier and TypeMethodDescription<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
(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
(String attributeName) Get an existing attribute node for the attribute with the given name.Modifier and TypeMethodDescriptionList<AttributeNode<?>>
Graph.getAttributeNodes()
Return the attribute nodes corresponding to the attributes of this managed type that are included in the graph.