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
Extends the JPA-definedAttributeNode
with additional operations.interface
Graph<J>
A container forAttributeNode
references.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
class
Implementation ofAttributeNode
.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
Integration version of theAttributeNode
contractinterface
Integration version of theGraph
contractinterface
Integration version of theGraphNode
contractinterface
Integration version of theRootGraph
contract.interface
Integration version of theSubGraph
contract.