Class DummyScrollableResult

  • All Implemented Interfaces:
    org.hibernate.ScrollableResults

    public class DummyScrollableResult
    extends java.lang.Object
    implements org.hibernate.ScrollableResults
    • Constructor Detail

      • DummyScrollableResult

        public DummyScrollableResult()
    • Method Detail

      • next

        public boolean next()
                     throws org.hibernate.HibernateException
        Specified by:
        next in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • previous

        public boolean previous()
                         throws org.hibernate.HibernateException
        Specified by:
        previous in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • scroll

        public boolean scroll​(int i)
                       throws org.hibernate.HibernateException
        Specified by:
        scroll in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • last

        public boolean last()
                     throws org.hibernate.HibernateException
        Specified by:
        last in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • first

        public boolean first()
                      throws org.hibernate.HibernateException
        Specified by:
        first in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • beforeFirst

        public void beforeFirst()
                         throws org.hibernate.HibernateException
        Specified by:
        beforeFirst in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • afterLast

        public void afterLast()
                       throws org.hibernate.HibernateException
        Specified by:
        afterLast in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • isFirst

        public boolean isFirst()
                        throws org.hibernate.HibernateException
        Specified by:
        isFirst in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • isLast

        public boolean isLast()
                       throws org.hibernate.HibernateException
        Specified by:
        isLast in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • close

        public void close()
                   throws org.hibernate.HibernateException
        Specified by:
        close in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • get

        public java.lang.Object[] get()
                               throws org.hibernate.HibernateException
        Specified by:
        get in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • get

        public java.lang.Object get​(int i)
                             throws org.hibernate.HibernateException
        Specified by:
        get in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getType

        public org.hibernate.type.Type getType​(int i)
        Specified by:
        getType in interface org.hibernate.ScrollableResults
      • getInteger

        public java.lang.Integer getInteger​(int col)
                                     throws org.hibernate.HibernateException
        Specified by:
        getInteger in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getLong

        public java.lang.Long getLong​(int col)
                               throws org.hibernate.HibernateException
        Specified by:
        getLong in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getFloat

        public java.lang.Float getFloat​(int col)
                                 throws org.hibernate.HibernateException
        Specified by:
        getFloat in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getBoolean

        public java.lang.Boolean getBoolean​(int col)
                                     throws org.hibernate.HibernateException
        Specified by:
        getBoolean in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getDouble

        public java.lang.Double getDouble​(int col)
                                   throws org.hibernate.HibernateException
        Specified by:
        getDouble in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getShort

        public java.lang.Short getShort​(int col)
                                 throws org.hibernate.HibernateException
        Specified by:
        getShort in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getByte

        public java.lang.Byte getByte​(int col)
                               throws org.hibernate.HibernateException
        Specified by:
        getByte in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getCharacter

        public java.lang.Character getCharacter​(int col)
                                         throws org.hibernate.HibernateException
        Specified by:
        getCharacter in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getBinary

        public byte[] getBinary​(int col)
                         throws org.hibernate.HibernateException
        Specified by:
        getBinary in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getText

        public java.lang.String getText​(int col)
                                 throws org.hibernate.HibernateException
        Specified by:
        getText in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getBlob

        public java.sql.Blob getBlob​(int col)
                              throws org.hibernate.HibernateException
        Specified by:
        getBlob in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getClob

        public java.sql.Clob getClob​(int col)
                              throws org.hibernate.HibernateException
        Specified by:
        getClob in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getString

        public java.lang.String getString​(int col)
                                   throws org.hibernate.HibernateException
        Specified by:
        getString in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getBigDecimal

        public java.math.BigDecimal getBigDecimal​(int col)
                                           throws org.hibernate.HibernateException
        Specified by:
        getBigDecimal in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getBigInteger

        public java.math.BigInteger getBigInteger​(int col)
                                           throws org.hibernate.HibernateException
        Specified by:
        getBigInteger in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getDate

        public java.util.Date getDate​(int col)
                               throws org.hibernate.HibernateException
        Specified by:
        getDate in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getLocale

        public java.util.Locale getLocale​(int col)
                                   throws org.hibernate.HibernateException
        Specified by:
        getLocale in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getCalendar

        public java.util.Calendar getCalendar​(int col)
                                       throws org.hibernate.HibernateException
        Specified by:
        getCalendar in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getTimeZone

        public java.util.TimeZone getTimeZone​(int col)
                                       throws org.hibernate.HibernateException
        Specified by:
        getTimeZone in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • getRowNumber

        public int getRowNumber()
                         throws org.hibernate.HibernateException
        Specified by:
        getRowNumber in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException
      • setRowNumber

        public boolean setRowNumber​(int rowNumber)
                             throws org.hibernate.HibernateException
        Specified by:
        setRowNumber in interface org.hibernate.ScrollableResults
        Throws:
        org.hibernate.HibernateException