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<Y> AttributeNode<Y>
Graph.addAttributeNode
(Attribute<? super J, Y> attribute) Add anAttributeNode
representing the givenAttribute
to this node of the graph without creating any associatedSubGraph
.<AJ> AttributeNode<AJ>
Graph.findAttributeNode
(String attributeName) Deprecated.<AJ> AttributeNode<AJ>
Graph.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) Deprecated.<Y> AttributeNode<Y>
Graph.getAttributeNode
(Attribute<? super J, Y> attribute) Find an existingAttributeNode
by corresponding attribute reference, within this container.<Y> AttributeNode<Y>
Graph.getAttributeNode
(String attributeName) Find an existingAttributeNode
by name within this container.Methods in org.hibernate.graph that return types with arguments of type AttributeNodeModifier and TypeMethodDescriptionList<? extends AttributeNode<?>>
Graph.getAttributeNodeList()
All nodes belonging to this container. -
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.spiModifier and TypeInterfaceDescriptioninterface
AttributeNodeImplementor<J,
E, K> Integration version of theAttributeNode
contract.
Graph.getAttributeNode(String)