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 classAbstractGraph<J>classAbstractGraphNode<J>classAttributeNodeImpl<J>Hibernate implementation of the JPA AttributeNode contractclassRootGraphImpl<J>The Hibernate implementation of the JPA EntityGraph contract.classSubGraphImpl<J> -
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 the AttributeNode contractinterfaceGraphImplementor<J>Integration version of the Graph contractinterfaceRootGraphImplementor<J>Integration version of the RootGraph contractinterfaceSubGraphImplementor<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)
-