Uses of Interface
org.hibernate.graph.spi.GraphNodeImplementor
-
Packages that use GraphNodeImplementor Package Description 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 GraphNodeImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphNodeImplementor Modifier and Type Class Description class
AbstractGraph<J>
class
AbstractGraphNode<J>
class
AttributeNodeImpl<J>
Implementation ofAttributeNode
.class
RootGraphImpl<J>
Implementation of the JPA-definedEntityGraph
interface.class
SubGraphImpl<J>
Implementation of the JPA-definedSubgraph
interface. -
Uses of GraphNodeImplementor in org.hibernate.graph.spi
Subinterfaces of GraphNodeImplementor in org.hibernate.graph.spi Modifier and Type Interface Description interface
AttributeNodeImplementor<J>
Integration version of theAttributeNode
contractinterface
GraphImplementor<J>
Integration version of theGraph
contractinterface
RootGraphImplementor<J>
Integration version of theRootGraph
contract.interface
SubGraphImplementor<J>
Integration version of theSubGraph
contract.Methods in org.hibernate.graph.spi that return GraphNodeImplementor Modifier and Type Method Description GraphNodeImplementor<J>
GraphNodeImplementor. makeCopy(boolean mutable)
-