类 MultipleBagFetchException

  • 所有已实现的接口:
    Serializable

    public class MultipleBagFetchException
    extends HibernateException
    Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • MultipleBagFetchException

        public MultipleBagFetchException​(List bagRoles)
    • 方法详细资料

      • getBagRoles

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