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 classAbstractGraph<J>classAbstractGraphNode<J>classAttributeNodeImpl<J>Implementation ofAttributeNode.classRootGraphImpl<J>Implementation of the JPA-definedEntityGraphinterface.classSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface. -
Uses of GraphNodeImplementor in org.hibernate.graph.spi
Subinterfaces of GraphNodeImplementor in org.hibernate.graph.spi Modifier and Type Interface Description interfaceAttributeNodeImplementor<J>Integration version of theAttributeNodecontractinterfaceGraphImplementor<J>Integration version of theGraphcontractinterfaceRootGraphImplementor<J>Integration version of theRootGraphcontract.interfaceSubGraphImplementor<J>Integration version of theSubGraphcontract.Methods in org.hibernate.graph.spi that return GraphNodeImplementor Modifier and Type Method Description GraphNodeImplementor<J>GraphNodeImplementor. makeCopy(boolean mutable)
-