org.asyrinx.brownie.hibernate.logger
クラス LogScrollableResults

java.lang.Object
  拡張org.asyrinx.brownie.hibernate.wrapper.ScrollableResultsWrapper
      拡張org.asyrinx.brownie.hibernate.logger.LogScrollableResults
すべての実装インタフェース:
net.sf.hibernate.ScrollableResults

public class LogScrollableResults
extends ScrollableResultsWrapper

作成者:
akima

フィールドの概要
protected  CascadeNamedLog log
           
 
クラス org.asyrinx.brownie.hibernate.wrapper.ScrollableResultsWrapper から継承したフィールド
wrapped
 
コンストラクタの概要
LogScrollableResults(net.sf.hibernate.ScrollableResults wrapped, CascadeNamedLog parentLog)
           
 
メソッドの概要
 void afterLast()
           
 void beforeFirst()
           
 void close()
           
 boolean first()
           
 java.lang.Object[] get()
           
 java.lang.Object get(int i)
           
 java.lang.Object get(int i, net.sf.hibernate.type.Type type)
           
 java.math.BigDecimal getBigDecimal(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)
           
 net.sf.hibernate.type.Type getType(int i)
           
 boolean isFirst()
           
 boolean isLast()
           
 boolean last()
           
 boolean next()
           
 boolean previous()
           
 boolean scroll(int i)
           
 boolean setRowNumber(int rowNumber)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

log

protected final CascadeNamedLog log
コンストラクタの詳細

LogScrollableResults

public LogScrollableResults(net.sf.hibernate.ScrollableResults wrapped,
                            CascadeNamedLog parentLog)
パラメータ:
wrapped -
メソッドの詳細

afterLast

public void afterLast()
               throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の afterLast
オーバーライド:
クラス ScrollableResultsWrapper 内の afterLast
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.afterLast()

beforeFirst

public void beforeFirst()
                 throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の beforeFirst
オーバーライド:
クラス ScrollableResultsWrapper 内の beforeFirst
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.beforeFirst()

close

public void close()
           throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の close
オーバーライド:
クラス ScrollableResultsWrapper 内の close
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.close()

first

public boolean first()
              throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の first
オーバーライド:
クラス ScrollableResultsWrapper 内の first
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.first()

get

public java.lang.Object[] get()
                       throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の get
オーバーライド:
クラス ScrollableResultsWrapper 内の get
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.get()

get

public java.lang.Object get(int i,
                            net.sf.hibernate.type.Type type)
                     throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の get
オーバーライド:
クラス ScrollableResultsWrapper 内の get
パラメータ:
i -
type -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.get(int, net.sf.hibernate.type.Type)

get

public java.lang.Object get(int i)
                     throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の get
オーバーライド:
クラス ScrollableResultsWrapper 内の get
パラメータ:
i -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.get(int)

getBigDecimal

public java.math.BigDecimal getBigDecimal(int col)
                                   throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getBigDecimal
オーバーライド:
クラス ScrollableResultsWrapper 内の getBigDecimal
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getBigDecimal(int)

getBinary

public byte[] getBinary(int col)
                 throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getBinary
オーバーライド:
クラス ScrollableResultsWrapper 内の getBinary
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getBinary(int)

getBlob

public java.sql.Blob getBlob(int col)
                      throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getBlob
オーバーライド:
クラス ScrollableResultsWrapper 内の getBlob
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getBlob(int)

getBoolean

public java.lang.Boolean getBoolean(int col)
                             throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getBoolean
オーバーライド:
クラス ScrollableResultsWrapper 内の getBoolean
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getBoolean(int)

getByte

public java.lang.Byte getByte(int col)
                       throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getByte
オーバーライド:
クラス ScrollableResultsWrapper 内の getByte
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getByte(int)

getCalendar

public java.util.Calendar getCalendar(int col)
                               throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getCalendar
オーバーライド:
クラス ScrollableResultsWrapper 内の getCalendar
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getCalendar(int)

getCharacter

public java.lang.Character getCharacter(int col)
                                 throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getCharacter
オーバーライド:
クラス ScrollableResultsWrapper 内の getCharacter
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getCharacter(int)

getClob

public java.sql.Clob getClob(int col)
                      throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getClob
オーバーライド:
クラス ScrollableResultsWrapper 内の getClob
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getClob(int)

getDate

public java.util.Date getDate(int col)
                       throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getDate
オーバーライド:
クラス ScrollableResultsWrapper 内の getDate
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getDate(int)

getDouble

public java.lang.Double getDouble(int col)
                           throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getDouble
オーバーライド:
クラス ScrollableResultsWrapper 内の getDouble
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getDouble(int)

getFloat

public java.lang.Float getFloat(int col)
                         throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getFloat
オーバーライド:
クラス ScrollableResultsWrapper 内の getFloat
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getFloat(int)

getInteger

public java.lang.Integer getInteger(int col)
                             throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getInteger
オーバーライド:
クラス ScrollableResultsWrapper 内の getInteger
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getInteger(int)

getLocale

public java.util.Locale getLocale(int col)
                           throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getLocale
オーバーライド:
クラス ScrollableResultsWrapper 内の getLocale
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getLocale(int)

getLong

public java.lang.Long getLong(int col)
                       throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getLong
オーバーライド:
クラス ScrollableResultsWrapper 内の getLong
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getLong(int)

getRowNumber

public int getRowNumber()
                 throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getRowNumber
オーバーライド:
クラス ScrollableResultsWrapper 内の getRowNumber
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getRowNumber()

getShort

public java.lang.Short getShort(int col)
                         throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getShort
オーバーライド:
クラス ScrollableResultsWrapper 内の getShort
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getShort(int)

getString

public java.lang.String getString(int col)
                           throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getString
オーバーライド:
クラス ScrollableResultsWrapper 内の getString
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getString(int)

getText

public java.lang.String getText(int col)
                         throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getText
オーバーライド:
クラス ScrollableResultsWrapper 内の getText
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getText(int)

getTimeZone

public java.util.TimeZone getTimeZone(int col)
                               throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getTimeZone
オーバーライド:
クラス ScrollableResultsWrapper 内の getTimeZone
パラメータ:
col -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.getTimeZone(int)

getType

public net.sf.hibernate.type.Type getType(int i)
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の getType
オーバーライド:
クラス ScrollableResultsWrapper 内の getType
パラメータ:
i -
戻り値:
関連項目:
ScrollableResults.getType(int)

isFirst

public boolean isFirst()
                throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の isFirst
オーバーライド:
クラス ScrollableResultsWrapper 内の isFirst
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.isFirst()

isLast

public boolean isLast()
               throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の isLast
オーバーライド:
クラス ScrollableResultsWrapper 内の isLast
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.isLast()

last

public boolean last()
             throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の last
オーバーライド:
クラス ScrollableResultsWrapper 内の last
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.last()

next

public boolean next()
             throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の next
オーバーライド:
クラス ScrollableResultsWrapper 内の next
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.next()

previous

public boolean previous()
                 throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の previous
オーバーライド:
クラス ScrollableResultsWrapper 内の previous
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.previous()

scroll

public boolean scroll(int i)
               throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の scroll
オーバーライド:
クラス ScrollableResultsWrapper 内の scroll
パラメータ:
i -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.scroll(int)

setRowNumber

public boolean setRowNumber(int rowNumber)
                     throws net.sf.hibernate.HibernateException
定義:
インタフェース net.sf.hibernate.ScrollableResults 内の setRowNumber
オーバーライド:
クラス ScrollableResultsWrapper 内の setRowNumber
パラメータ:
rowNumber -
戻り値:
@throws net.sf.hibernate.HibernateException
例外:
net.sf.hibernate.HibernateException
関連項目:
ScrollableResults.setRowNumber(int)


Copyright © 2004 asyrinx organization. All Rights Reserved.