org.seasar.extension.jdbc
クラス IterationContext

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.IterationContext

public class IterationContext
extends java.lang.Object

問い合わせ結果を反復するコンテキストです。

作成者:
koichik

フィールドの概要
protected  boolean exit
          反復を終了する場合true
 
コンストラクタの概要
IterationContext()
           
 
メソッドの概要
 boolean isExit()
          反復を終了する場合trueを返します。
 void setExit(boolean exit)
          反復を終了する場合はtrueを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

exit

protected boolean exit
反復を終了する場合true

コンストラクタの詳細

IterationContext

public IterationContext()
メソッドの詳細

setExit

public void setExit(boolean exit)
反復を終了する場合はtrueを設定します。

IterationCallback.iterate(Object, IterationContext)の中でこのプロパティをtrueに設定すると、 問い合わせ結果の残りは無視されて反復は終了します。

パラメータ:
exit - 反復を終了する場合はtrue

isExit

public boolean isExit()
反復を終了する場合trueを返します。

戻り値:
反復を終了する場合true


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.