Uses of Interface
org.hibernate.graph.spi.GraphNodeImplementor
-
Packages that use GraphNodeImplementor Package Description org.hibernate.graph.internal org.hibernate.graph.spi -
-
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>
Hibernate implementation of the JPA AttributeNode contractclass
RootGraphImpl<J>
The Hibernate implementation of the JPA EntityGraph contract.class
SubGraphImpl<J>
-
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 the AttributeNode contractinterface
GraphImplementor<J>
Integration version of the Graph contractinterface
RootGraphImplementor<J>
Integration version of the RootGraph contractinterface
SubGraphImplementor<J>
Integration version of the SubGraph contractMethods in org.hibernate.graph.spi that return GraphNodeImplementor Modifier and Type Method Description GraphNodeImplementor<J>
GraphNodeImplementor. makeCopy(boolean mutable)
-