|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.jdbc.IterationContext
public class IterationContext
問い合わせ結果を反復するコンテキストです。
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
protected boolean exit
true
コンストラクタの詳細 |
---|
public IterationContext()
メソッドの詳細 |
---|
public void setExit(boolean exit)
true
を設定します。
IterationCallback.iterate(Object, IterationContext)
の中でこのプロパティをtrue
に設定すると、
問い合わせ結果の残りは無視されて反復は終了します。
exit
- 反復を終了する場合はtrue
public boolean isExit()
true
を返します。
true
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |