Uses of Interface
org.hibernate.graph.GraphNode
-
Packages that use GraphNode Package Description org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.internal org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph. -
-
Uses of GraphNode in org.hibernate.graph
Subinterfaces of GraphNode in org.hibernate.graph Modifier and Type Interface Description interfaceAttributeNode<J>Extends 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 Modifier and Type Method Description GraphNode<J>GraphNode. makeCopy(boolean mutable) -
Uses of GraphNode in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphNode Modifier and Type Class Description classAbstractGraph<J>classAbstractGraphNode<J>classAttributeNodeImpl<J>Implementation ofAttributeNode.classRootGraphImpl<J>Implementation 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.spi Modifier and Type Interface Description interfaceAttributeNodeImplementor<J>Integration version of theAttributeNodecontractinterfaceGraphImplementor<J>Integration version of theGraphcontractinterfaceGraphNodeImplementor<J>Integration version of theGraphNodecontractinterfaceRootGraphImplementor<J>Integration version of theRootGraphcontract.interfaceSubGraphImplementor<J>Integration version of theSubGraphcontract.
-