Interface RQuery

  • All Known Implementing Classes:
    RQueryImpl

    public interface RQuery
    Author:
    lazyman
    • 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