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>The Hibernate implementation of the JPA EntityGraph contract.classSubGraphImpl<J>Constructors in org.hibernate.graph.internal with parameters of type AbstractGraph Constructor Description SubGraphImpl(boolean mutable, AbstractGraph<J> original)
-