Uses of Class
org.hibernate.graph.CannotBecomeEntityGraphException
Packages that use CannotBecomeEntityGraphException
Package
Description
Implements and extends the JPA-defined entity graph API.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.-
Uses of CannotBecomeEntityGraphException in org.hibernate.graph
Methods in org.hibernate.graph that throw CannotBecomeEntityGraphExceptionModifier and TypeMethodDescriptionGraph.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 CannotBecomeEntityGraphExceptionModifier and TypeMethodDescriptionGraphImplementor.makeRootGraph
(String name, boolean mutable) SubGraphImplementor.makeRootGraph
(String name, boolean mutable)