Uses of Interface
org.hibernate.graph.GraphNode
-
Packages that use GraphNode Package Description org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.internal org.hibernate.graph.spi -
-
Uses of GraphNode in org.hibernate.graph
Subinterfaces of GraphNode in org.hibernate.graph Modifier and Type Interface Description interface
AttributeNode<J>
Hibernate extension to the JPA entity-graph AttributeNode contract.interface
Graph<J>
A container forAttributeNode
references.interface
RootGraph<J>
Hibernate extension to the JPAEntityGraph
contract.interface
SubGraph<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.internal
Classes in org.hibernate.graph.internal that implement GraphNode 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 GraphNode in org.hibernate.graph.spi
Subinterfaces of GraphNode 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
GraphNodeImplementor<J>
Integration version of the GraphNode contractinterface
RootGraphImplementor<J>
Integration version of the RootGraph contractinterface
SubGraphImplementor<J>
Integration version of the SubGraph contract
-