Class RQueryImpl

  • All Implemented Interfaces:
    RQuery

    public class RQueryImpl
    extends Object
    implements RQuery
    Author:
    lazyman
    • Constructor Detail

      • RQueryImpl

        public RQueryImpl​(org.hibernate.query.Query query)
    • Method Detail

      • list

        public List list()
                  throws org.hibernate.HibernateException
        Specified by:
        list in interface RQuery
        Throws:
        org.hibernate.HibernateException
      • uniqueResult

        public Object uniqueResult()
                            throws org.hibernate.HibernateException
        Specified by:
        uniqueResult in interface RQuery
        Throws:
        org.hibernate.HibernateException
      • scroll

        public org.hibernate.ScrollableResults scroll​(org.hibernate.ScrollMode mode)
                                               throws org.hibernate.HibernateException
        Specified by:
        scroll in interface RQuery
        Throws:
        org.hibernate.HibernateException
      • getQuery

        public org.hibernate.query.Query getQuery()