Uses of Class
org.hibernate.graph.internal.AbstractGraph
-
Packages that use AbstractGraph Package Description org.hibernate.graph.internal -
-
Uses of AbstractGraph in org.hibernate.graph.internal
Subclasses of AbstractGraph in org.hibernate.graph.internal Modifier and Type Class Description class
RootGraphImpl<J>
Implementation of the JPA-definedEntityGraph
interface.class
SubGraphImpl<J>
Implementation of the JPA-definedSubgraph
interface.Constructors in org.hibernate.graph.internal with parameters of type AbstractGraph Constructor Description SubGraphImpl(AbstractGraph<J> original, boolean mutable)
-