Uses of Interface
jakarta.persistence.AttributeNode
Packages that use AttributeNode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
Implements and extends the JPA-defined entity graph API.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph.-
Uses of AttributeNode in jakarta.persistence
Methods in jakarta.persistence that return types with arguments of type AttributeNodeModifier and TypeMethodDescriptionList<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. -
Uses of AttributeNode in org.hibernate.graph
Subinterfaces of AttributeNode in org.hibernate.graphModifier and TypeInterfaceDescriptioninterfaceExtends the JPA-definedAttributeNodewith additional operations.Methods in org.hibernate.graph that return types with arguments of type AttributeNodeModifier and TypeMethodDescriptiondefault List<AttributeNode<?>>RootGraph.getAttributeNodes()default List<AttributeNode<?>>SubGraph.getAttributeNodes()Methods in org.hibernate.graph with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic booleanEntityGraphs.areEqual(AttributeNode<?> a, AttributeNode<?> b) Compares two entity graph attribute node and returnstrueif they are equal, ignoring subgraph attribute order. -
Uses of AttributeNode in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement AttributeNode -
Uses of AttributeNode in org.hibernate.graph.spi
Subinterfaces of AttributeNode in org.hibernate.graph.spi