Uses of Interface
org.hibernate.graph.spi.GraphNodeImplementor
-
Packages that use GraphNodeImplementor Package Description org.hibernate.graph.spi -
-
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)
-