public class DummyScrollableResult
extends java.lang.Object
implements org.hibernate.ScrollableResults
| Constructor and Description | 
|---|
DummyScrollableResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterLast()  | 
void | 
beforeFirst()  | 
void | 
close()  | 
boolean | 
first()  | 
java.lang.Object[] | 
get()  | 
java.lang.Object | 
get(int i)  | 
java.math.BigDecimal | 
getBigDecimal(int col)  | 
java.math.BigInteger | 
getBigInteger(int col)  | 
byte[] | 
getBinary(int col)  | 
java.sql.Blob | 
getBlob(int col)  | 
java.lang.Boolean | 
getBoolean(int col)  | 
java.lang.Byte | 
getByte(int col)  | 
java.util.Calendar | 
getCalendar(int col)  | 
java.lang.Character | 
getCharacter(int col)  | 
java.sql.Clob | 
getClob(int col)  | 
java.util.Date | 
getDate(int col)  | 
java.lang.Double | 
getDouble(int col)  | 
java.lang.Float | 
getFloat(int col)  | 
java.lang.Integer | 
getInteger(int col)  | 
java.util.Locale | 
getLocale(int col)  | 
java.lang.Long | 
getLong(int col)  | 
int | 
getRowNumber()  | 
java.lang.Short | 
getShort(int col)  | 
java.lang.String | 
getString(int col)  | 
java.lang.String | 
getText(int col)  | 
java.util.TimeZone | 
getTimeZone(int col)  | 
org.hibernate.type.Type | 
getType(int i)  | 
boolean | 
isFirst()  | 
boolean | 
isLast()  | 
boolean | 
last()  | 
boolean | 
next()  | 
boolean | 
previous()  | 
boolean | 
scroll(int i)  | 
boolean | 
setRowNumber(int rowNumber)  | 
public boolean next()
             throws org.hibernate.HibernateException
next in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean previous()
                 throws org.hibernate.HibernateException
previous in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean scroll(int i)
               throws org.hibernate.HibernateException
scroll in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean last()
             throws org.hibernate.HibernateException
last in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean first()
              throws org.hibernate.HibernateException
first in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic void beforeFirst()
                 throws org.hibernate.HibernateException
beforeFirst in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic void afterLast()
               throws org.hibernate.HibernateException
afterLast in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean isFirst()
                throws org.hibernate.HibernateException
isFirst in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean isLast()
               throws org.hibernate.HibernateException
isLast in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic void close()
           throws org.hibernate.HibernateException
close in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Object[] get()
                       throws org.hibernate.HibernateException
get in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Object get(int i)
                     throws org.hibernate.HibernateException
get in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic org.hibernate.type.Type getType(int i)
getType in interface org.hibernate.ScrollableResultspublic java.lang.Integer getInteger(int col)
                             throws org.hibernate.HibernateException
getInteger in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Long getLong(int col)
                       throws org.hibernate.HibernateException
getLong in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Float getFloat(int col)
                         throws org.hibernate.HibernateException
getFloat in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Boolean getBoolean(int col)
                             throws org.hibernate.HibernateException
getBoolean in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Double getDouble(int col)
                           throws org.hibernate.HibernateException
getDouble in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Short getShort(int col)
                         throws org.hibernate.HibernateException
getShort in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Byte getByte(int col)
                       throws org.hibernate.HibernateException
getByte in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.Character getCharacter(int col)
                                 throws org.hibernate.HibernateException
getCharacter in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic byte[] getBinary(int col)
                 throws org.hibernate.HibernateException
getBinary in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.String getText(int col)
                         throws org.hibernate.HibernateException
getText in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.sql.Blob getBlob(int col)
                      throws org.hibernate.HibernateException
getBlob in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.sql.Clob getClob(int col)
                      throws org.hibernate.HibernateException
getClob in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.lang.String getString(int col)
                           throws org.hibernate.HibernateException
getString in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.math.BigDecimal getBigDecimal(int col)
                                   throws org.hibernate.HibernateException
getBigDecimal in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.math.BigInteger getBigInteger(int col)
                                   throws org.hibernate.HibernateException
getBigInteger in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.util.Date getDate(int col)
                       throws org.hibernate.HibernateException
getDate in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.util.Locale getLocale(int col)
                           throws org.hibernate.HibernateException
getLocale in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.util.Calendar getCalendar(int col)
                               throws org.hibernate.HibernateException
getCalendar in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic java.util.TimeZone getTimeZone(int col)
                               throws org.hibernate.HibernateException
getTimeZone in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic int getRowNumber()
                 throws org.hibernate.HibernateException
getRowNumber in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionpublic boolean setRowNumber(int rowNumber)
                     throws org.hibernate.HibernateException
setRowNumber in interface org.hibernate.ScrollableResultsorg.hibernate.HibernateExceptionCopyright © 2001-2018 Jalios SA. All Rights Reserved.