public class

MultipleBagFetchException

extends HibernateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.loader.MultipleBagFetchException

Class Overview

Exception used to indicate that a query is attempting to simultaneously fetch multiple bags

Summary

Public Constructors
MultipleBagFetchException(List bagRoles)
Public Methods
List getBagRoles()
Retrieves the collection-roles for the bags encountered.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MultipleBagFetchException (List bagRoles)

Public Methods

public List getBagRoles ()

Retrieves the collection-roles for the bags encountered.

Returns
  • The bag collection roles.