Interface RQuery

    • Method Detail

      • list

        List list()
           throws org.hibernate.HibernateException
        Throws:
        org.hibernate.HibernateException
      • uniqueResult

        Object uniqueResult()
                     throws org.hibernate.HibernateException
        Throws:
        org.hibernate.HibernateException
      • scroll

        org.hibernate.ScrollableResults scroll​(org.hibernate.ScrollMode mode)
                                        throws org.hibernate.HibernateException
        Throws:
        org.hibernate.HibernateException