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 TypeInterfaceDescriptioninterfaceExtends the JPA-definedAttributeNodewith additional operations.interfaceGraph<J>A container forAttributeNodereferences.interfaceRootGraph<J>Extends the JPA-definedEntityGraphwith additional operations.interfaceSubGraph<J>Extends the JPA-definedSubgraphwith 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 TypeClassDescriptionclassclassclassImplementation ofAttributeNode.classImplementation of the JPA-definedEntityGraphinterface.classSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface. -
Uses of GraphNode in org.hibernate.graph.spi
Subinterfaces of GraphNode in org.hibernate.graph.spiModifier and TypeInterfaceDescriptioninterfaceIntegration version of theAttributeNodecontractinterfaceIntegration version of theGraphcontractinterfaceIntegration version of theGraphNodecontractinterfaceIntegration version of theRootGraphcontract.interfaceIntegration version of theSubGraphcontract.