Uses of Class
jakarta.persistence.NamedAttributeNode
-
Packages that use NamedAttributeNode Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of NamedAttributeNode in jakarta.persistence
Methods in jakarta.persistence that return NamedAttributeNode Modifier and Type Method Description NamedAttributeNode[]
attributeNodes()
(Optional) A list of attributes of the entity that are included in this graph.NamedAttributeNode[]
attributeNodes()
(Required) The list of the attributes of the class that must be included.
-