Uses of Interface
org.hibernate.graph.GraphNode
-
Packages that use GraphNode Package Description org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.spi -
-
Uses of GraphNode in org.hibernate.graph
Subinterfaces of GraphNode in org.hibernate.graph Modifier and Type Interface Description interfaceAttributeNode<J>Hibernate extension to the JPA entity-graph AttributeNode contract.interfaceGraph<J>A container forAttributeNodes.interfaceRootGraph<J>Hibernate extension to the JPAEntityGraphcontract.interfaceSubGraph<J>Hibernate extension to the JPA entity-graph Subgraph contract.Methods in org.hibernate.graph that return GraphNode Modifier and Type Method Description GraphNode<J>GraphNode. makeCopy(boolean mutable) -
Uses of GraphNode in org.hibernate.graph.spi
Subinterfaces of GraphNode in org.hibernate.graph.spi Modifier and Type Interface Description interfaceAttributeNodeImplementor<J>Integration version of the AttributeNode contractinterfaceGraphImplementor<J>Integration version of the Graph contractinterfaceGraphNodeImplementor<J>Integration version of the GraphNode contractinterfaceRootGraphImplementor<J>Integration version of the RootGraph contractinterfaceSubGraphImplementor<J>Integration version of the SubGraph contract
-