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 types with arguments of type AttributeNode Modifier and Type Method Description List<AttributeNode<?>>
EntityGraph. getAttributeNodes()
Return the attribute nodes of this entity that are included in the entity graph.List<AttributeNode<?>>
Subgraph. getAttributeNodes()
Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph.
-