Class 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:
  • Constructor Details

    • MultipleBagFetchException

      public MultipleBagFetchException(List bagRoles)
  • Method Details

    • getBagRoles

      public List getBagRoles()
      Retrieves the collection-roles for the bags encountered.
      Returns:
      The bag collection roles.