Uses of Interface
org.hibernate.graph.GraphNode
Packages that use GraphNode
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 GraphNode in org.hibernate.graph
Subinterfaces of GraphNode in org.hibernate.graphModifier and TypeInterfaceDescriptioninterface
Represents a fetched attribute in an entity graph.interface
Graph<J>
Represents a managed type in an entity graph, acting as a container for:AttributeNode
references representing fetched attributes, and treated subgraphs, each represented by a child instance ofSubGraph
.interface
RootGraph<J>
Extends the JPA-definedEntityGraph
with additional operations.interface
SubGraph<J>
Extends the JPA-definedSubgraph
with additional operations.Methods in org.hibernate.graph that return GraphNode -
Uses of GraphNode in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphNodeModifier and TypeClassDescriptionclass
class
AttributeNodeImpl<J,
E, K> Implementation ofAttributeNode
.class
GraphImpl<J>
class
Implementation of the JPA-definedEntityGraph
interface.class
SubGraphImpl<J>
Implementation of the JPA-definedSubgraph
interface. -
Uses of GraphNode in org.hibernate.graph.spi
Subinterfaces of GraphNode in org.hibernate.graph.spiModifier and TypeInterfaceDescriptioninterface
AttributeNodeImplementor<J,
E, K> Integration version of theAttributeNode
contract.interface
Integration version of theGraph
contract.interface
Integration version of theGraphNode
contractinterface
Integration version of theRootGraph
contract.interface
Integration version of theSubGraph
contract.