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
Exception used to indicate that a query is attempting to simultaneously fetch multiple
bags
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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
-
Constructor Details
-
MultipleBagFetchException
-
-
Method Details
-
getBagRoles
Retrieves the collection-roles for the bags encountered.- Returns:
- The bag collection roles.
-