org.asyrinx.brownie.hibernate.wrapper
クラス ScrollableResultsWrapper
java.lang.Object
org.asyrinx.brownie.hibernate.wrapper.ScrollableResultsWrapper
- すべての実装インタフェース:
- net.sf.hibernate.ScrollableResults
- 直系の既知のサブクラス:
- LogScrollableResults
- public class ScrollableResultsWrapper
- extends java.lang.Object
- implements net.sf.hibernate.ScrollableResults
- 作成者:
- akima
フィールドの概要 |
protected net.sf.hibernate.ScrollableResults |
wrapped
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrapped
protected final net.sf.hibernate.ScrollableResults wrapped
ScrollableResultsWrapper
public ScrollableResultsWrapper(net.sf.hibernate.ScrollableResults wrapped)
afterLast
public void afterLast()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の afterLast
- 例外:
net.sf.hibernate.HibernateException
beforeFirst
public void beforeFirst()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の beforeFirst
- 例外:
net.sf.hibernate.HibernateException
close
public void close()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の close
- 例外:
net.sf.hibernate.HibernateException
first
public boolean first()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の first
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
get
public java.lang.Object[] get()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の get
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
get
public java.lang.Object get(int i)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の get
- パラメータ:
i
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
get
public java.lang.Object get(int i,
net.sf.hibernate.type.Type type)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の get
- パラメータ:
i
- type
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getBigDecimal
public java.math.BigDecimal getBigDecimal(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getBigDecimal
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getBinary
public byte[] getBinary(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getBinary
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getBlob
public java.sql.Blob getBlob(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getBlob
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getBoolean
public java.lang.Boolean getBoolean(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getBoolean
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getByte
public java.lang.Byte getByte(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getByte
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getCalendar
public java.util.Calendar getCalendar(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getCalendar
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getCharacter
public java.lang.Character getCharacter(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getCharacter
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getClob
public java.sql.Clob getClob(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getClob
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getDate
public java.util.Date getDate(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getDate
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getDouble
public java.lang.Double getDouble(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getDouble
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getFloat
public java.lang.Float getFloat(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getFloat
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getInteger
public java.lang.Integer getInteger(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getInteger
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getLocale
public java.util.Locale getLocale(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getLocale
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getLong
public java.lang.Long getLong(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getLong
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getRowNumber
public int getRowNumber()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getRowNumber
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getShort
public java.lang.Short getShort(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getShort
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getString
public java.lang.String getString(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getString
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getText
public java.lang.String getText(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getText
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getTimeZone
public java.util.TimeZone getTimeZone(int col)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getTimeZone
- パラメータ:
col
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
getType
public net.sf.hibernate.type.Type getType(int i)
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の getType
- パラメータ:
i
-
- 戻り値:
isFirst
public boolean isFirst()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の isFirst
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
isLast
public boolean isLast()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の isLast
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
last
public boolean last()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の last
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
next
public boolean next()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の next
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
previous
public boolean previous()
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の previous
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
scroll
public boolean scroll(int i)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の scroll
- パラメータ:
i
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
setRowNumber
public boolean setRowNumber(int rowNumber)
throws net.sf.hibernate.HibernateException
- 定義:
- インタフェース
net.sf.hibernate.ScrollableResults
内の setRowNumber
- パラメータ:
rowNumber
-
- 戻り値:
- @throws
net.sf.hibernate.HibernateException
- 例外:
net.sf.hibernate.HibernateException
Copyright © 2004 asyrinx organization. All Rights Reserved.