Uses of Interface
org.hibernate.graph.AttributeNode
Packages that use AttributeNode
Package
Description
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 org.hibernate.graph
Methods in org.hibernate.graph that return AttributeNodeModifier and TypeMethodDescription<AJ> AttributeNode<AJ>
Graph.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) Add anAttributeNode
(with no associatedSubGraph
) to this container by attribute reference.<AJ> AttributeNode<AJ>
Graph.findAttributeNode
(String attributeName) Find an already existing AttributeNode by attributeName within this container<AJ> AttributeNode<AJ>
Graph.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) Find an already existing AttributeNode by corresponding attribute reference, within this container.Methods in org.hibernate.graph that return types with arguments of type AttributeNodeModifier and TypeMethodDescriptionList<AttributeNode<?>>
Graph.getAttributeNodeList()
Get a list of all existing AttributeNodes within this container.List<AttributeNode<?>>
Graph.getGraphAttributeNodes()
Ultimately only needed for implementingGraph.getAttributeNodes()
andGraph.getAttributeNodes()
-
Uses of AttributeNode in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement AttributeNodeMethods in org.hibernate.graph.internal that return types with arguments of type AttributeNodeModifier and TypeMethodDescriptionList<AttributeNode<?>>
AbstractGraph.getAttributeNodeList()
List<AttributeNode<?>>
AbstractGraph.getGraphAttributeNodes()
-
Uses of AttributeNode in org.hibernate.graph.spi
Subinterfaces of AttributeNode in org.hibernate.graph.spiMethods in org.hibernate.graph.spi that return types with arguments of type AttributeNodeModifier and TypeMethodDescriptiondefault List<AttributeNode<?>>
GraphImplementor.getAttributeNodeList()