Package com.jalios.jcms.db
Class DummyScrollableResult
- java.lang.Object
-
- com.jalios.jcms.db.DummyScrollableResult
-
- All Implemented Interfaces:
org.hibernate.ScrollableResults
public class DummyScrollableResult extends java.lang.Object implements org.hibernate.ScrollableResults
-
-
Constructor Summary
Constructors Constructor Description DummyScrollableResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterLast()voidbeforeFirst()voidclose()booleanfirst()java.lang.Object[]get()java.lang.Objectget(int i)java.math.BigDecimalgetBigDecimal(int col)java.math.BigIntegergetBigInteger(int col)byte[]getBinary(int col)java.sql.BlobgetBlob(int col)java.lang.BooleangetBoolean(int col)java.lang.BytegetByte(int col)java.util.CalendargetCalendar(int col)java.lang.CharactergetCharacter(int col)java.sql.ClobgetClob(int col)java.util.DategetDate(int col)java.lang.DoublegetDouble(int col)java.lang.FloatgetFloat(int col)java.lang.IntegergetInteger(int col)java.util.LocalegetLocale(int col)java.lang.LonggetLong(int col)intgetRowNumber()java.lang.ShortgetShort(int col)java.lang.StringgetString(int col)java.lang.StringgetText(int col)java.util.TimeZonegetTimeZone(int col)org.hibernate.type.TypegetType(int i)booleanisFirst()booleanisLast()booleanlast()booleannext()booleanprevious()booleanscroll(int i)booleansetRowNumber(int rowNumber)
-
-
-
Method Detail
-
next
public boolean next() throws org.hibernate.HibernateException- Specified by:
nextin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
previous
public boolean previous() throws org.hibernate.HibernateException- Specified by:
previousin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
scroll
public boolean scroll(int i) throws org.hibernate.HibernateException- Specified by:
scrollin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
last
public boolean last() throws org.hibernate.HibernateException- Specified by:
lastin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
first
public boolean first() throws org.hibernate.HibernateException- Specified by:
firstin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
beforeFirst
public void beforeFirst() throws org.hibernate.HibernateException- Specified by:
beforeFirstin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
afterLast
public void afterLast() throws org.hibernate.HibernateException- Specified by:
afterLastin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
isFirst
public boolean isFirst() throws org.hibernate.HibernateException- Specified by:
isFirstin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
isLast
public boolean isLast() throws org.hibernate.HibernateException- Specified by:
isLastin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
close
public void close() throws org.hibernate.HibernateException- Specified by:
closein interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
get
public java.lang.Object[] get() throws org.hibernate.HibernateException- Specified by:
getin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
get
public java.lang.Object get(int i) throws org.hibernate.HibernateException- Specified by:
getin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getType
public org.hibernate.type.Type getType(int i)
- Specified by:
getTypein interfaceorg.hibernate.ScrollableResults
-
getInteger
public java.lang.Integer getInteger(int col) throws org.hibernate.HibernateException- Specified by:
getIntegerin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getLong
public java.lang.Long getLong(int col) throws org.hibernate.HibernateException- Specified by:
getLongin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getFloat
public java.lang.Float getFloat(int col) throws org.hibernate.HibernateException- Specified by:
getFloatin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getBoolean
public java.lang.Boolean getBoolean(int col) throws org.hibernate.HibernateException- Specified by:
getBooleanin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getDouble
public java.lang.Double getDouble(int col) throws org.hibernate.HibernateException- Specified by:
getDoublein interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getShort
public java.lang.Short getShort(int col) throws org.hibernate.HibernateException- Specified by:
getShortin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getByte
public java.lang.Byte getByte(int col) throws org.hibernate.HibernateException- Specified by:
getBytein interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getCharacter
public java.lang.Character getCharacter(int col) throws org.hibernate.HibernateException- Specified by:
getCharacterin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getBinary
public byte[] getBinary(int col) throws org.hibernate.HibernateException- Specified by:
getBinaryin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getText
public java.lang.String getText(int col) throws org.hibernate.HibernateException- Specified by:
getTextin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getBlob
public java.sql.Blob getBlob(int col) throws org.hibernate.HibernateException- Specified by:
getBlobin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getClob
public java.sql.Clob getClob(int col) throws org.hibernate.HibernateException- Specified by:
getClobin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getString
public java.lang.String getString(int col) throws org.hibernate.HibernateException- Specified by:
getStringin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(int col) throws org.hibernate.HibernateException- Specified by:
getBigDecimalin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getBigInteger
public java.math.BigInteger getBigInteger(int col) throws org.hibernate.HibernateException- Specified by:
getBigIntegerin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getDate
public java.util.Date getDate(int col) throws org.hibernate.HibernateException- Specified by:
getDatein interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getLocale
public java.util.Locale getLocale(int col) throws org.hibernate.HibernateException- Specified by:
getLocalein interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getCalendar
public java.util.Calendar getCalendar(int col) throws org.hibernate.HibernateException- Specified by:
getCalendarin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getTimeZone
public java.util.TimeZone getTimeZone(int col) throws org.hibernate.HibernateException- Specified by:
getTimeZonein interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
getRowNumber
public int getRowNumber() throws org.hibernate.HibernateException- Specified by:
getRowNumberin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
setRowNumber
public boolean setRowNumber(int rowNumber) throws org.hibernate.HibernateException- Specified by:
setRowNumberin interfaceorg.hibernate.ScrollableResults- Throws:
org.hibernate.HibernateException
-
-