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 This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph
. -
-
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 rootGraph
if 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)
-