org.seasar.doma.jdbc
クラス IterationContext
java.lang.Object
org.seasar.doma.jdbc.IterationContext
public class IterationContext
- extends Object
IterationCallbackの実行コンテキストです。
- 作成者:
- taedium
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exited
protected boolean exited
exit() が呼びだされたかどうかを示します。
IterationContext
public IterationContext()
isExited
public boolean isExited()
exit() が呼びだされたかどうかを返します。
- 戻り値:
exit() が呼ばれていたら true
exit
public void exit()
IterationCallbackの処理から抜け出します。
Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.