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
AttributeNodeImpl<J,
E, K> Implementation ofAttributeNode
.class
GraphImpl<J>
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
AttributeNodeImplementor<J,
E, K> Integration version of theAttributeNode
contract.interface
Integration version of theGraph
contract.interface
Integration version of theRootGraph
contract.interface
Integration version of theSubGraph
contract.Methods in org.hibernate.graph.spi that return GraphNodeImplementor