Uses of Interface
org.hibernate.graph.spi.GraphNodeImplementor
Packages that use GraphNodeImplementor
Package
Description
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.-
Uses of GraphNodeImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphNodeImplementorModifier and TypeClassDescriptionclass
class
class
Implementation ofAttributeNode
.class
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.spiModifier and TypeInterfaceDescriptioninterface
Integration version of theAttributeNode
contractinterface
Integration version of theGraph
contractinterface
Integration version of theRootGraph
contract.interface
Integration version of theSubGraph
contract.Methods in org.hibernate.graph.spi that return GraphNodeImplementor