Uses of Class
org.hibernate.graph.CannotBecomeEntityGraphException
-
Packages that use CannotBecomeEntityGraphException Package Description org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.spi -
-
Uses of CannotBecomeEntityGraphException in org.hibernate.graph
Methods in org.hibernate.graph that throw CannotBecomeEntityGraphException Modifier and Type Method Description RootGraph<J>Graph. makeRootGraph(String name, boolean mutable)Create a named rootGraphif the given name is not null. -
Uses of CannotBecomeEntityGraphException in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that throw CannotBecomeEntityGraphException Modifier and Type Method Description RootGraphImplementor<J>GraphImplementor. makeRootGraph(String name, boolean mutable)RootGraphImplementor<J>SubGraphImplementor. makeRootGraph(String name, boolean mutable)
-