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 classRootGraphImpl<J>Implementation of the JPA-definedEntityGraphinterface.classSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface.Constructors in org.hibernate.graph.internal with parameters of type AbstractGraph Constructor Description SubGraphImpl(AbstractGraph<J> original, boolean mutable)
-