Package org.hibernate.loader
Class MultipleBagFetchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.loader.MultipleBagFetchException
-
- All Implemented Interfaces:
Serializable
public class MultipleBagFetchException extends HibernateException
Exception used to indicate that a query is attempting to simultaneously fetch multiple bags- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleBagFetchException(List bagRoles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
getBagRoles()
Retrieves the collection-roles for the bags encountered.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-