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.ScrollableResults
org.hibernate.HibernateException
public boolean previous() throws org.hibernate.HibernateException
previous
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public boolean scroll(int i) throws org.hibernate.HibernateException
scroll
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public boolean last() throws org.hibernate.HibernateException
last
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public boolean first() throws org.hibernate.HibernateException
first
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public void beforeFirst() throws org.hibernate.HibernateException
beforeFirst
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public void afterLast() throws org.hibernate.HibernateException
afterLast
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public boolean isFirst() throws org.hibernate.HibernateException
isFirst
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public boolean isLast() throws org.hibernate.HibernateException
isLast
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public void close() throws org.hibernate.HibernateException
close
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Object[] get() throws org.hibernate.HibernateException
get
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Object get(int i) throws org.hibernate.HibernateException
get
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public org.hibernate.type.Type getType(int i)
getType
in interface org.hibernate.ScrollableResults
public java.lang.Integer getInteger(int col) throws org.hibernate.HibernateException
getInteger
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Long getLong(int col) throws org.hibernate.HibernateException
getLong
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Float getFloat(int col) throws org.hibernate.HibernateException
getFloat
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Boolean getBoolean(int col) throws org.hibernate.HibernateException
getBoolean
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Double getDouble(int col) throws org.hibernate.HibernateException
getDouble
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Short getShort(int col) throws org.hibernate.HibernateException
getShort
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Byte getByte(int col) throws org.hibernate.HibernateException
getByte
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.Character getCharacter(int col) throws org.hibernate.HibernateException
getCharacter
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public byte[] getBinary(int col) throws org.hibernate.HibernateException
getBinary
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.String getText(int col) throws org.hibernate.HibernateException
getText
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.sql.Blob getBlob(int col) throws org.hibernate.HibernateException
getBlob
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.sql.Clob getClob(int col) throws org.hibernate.HibernateException
getClob
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.lang.String getString(int col) throws org.hibernate.HibernateException
getString
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.math.BigDecimal getBigDecimal(int col) throws org.hibernate.HibernateException
getBigDecimal
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.math.BigInteger getBigInteger(int col) throws org.hibernate.HibernateException
getBigInteger
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.util.Date getDate(int col) throws org.hibernate.HibernateException
getDate
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.util.Locale getLocale(int col) throws org.hibernate.HibernateException
getLocale
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.util.Calendar getCalendar(int col) throws org.hibernate.HibernateException
getCalendar
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public java.util.TimeZone getTimeZone(int col) throws org.hibernate.HibernateException
getTimeZone
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public int getRowNumber() throws org.hibernate.HibernateException
getRowNumber
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
public boolean setRowNumber(int rowNumber) throws org.hibernate.HibernateException
setRowNumber
in interface org.hibernate.ScrollableResults
org.hibernate.HibernateException
Copyright © 2001-2010 Jalios SA. All Rights Reserved.