インタフェース
jp.terasoluna.fw.batch.dao.support.BatchUpdateSupport の使用

jp.terasoluna.fw.batch.dao.support での BatchUpdateSupport の使用
 

BatchUpdateSupport を実装している jp.terasoluna.fw.batch.dao.support のクラス
 class BatchUpdateSupportImpl
          バッチ更新サポートクラス
本クラスを利用すことでUpdateDAOのバッチ更新処理の実行をSqlID毎に整列された状態で行うことができる。
 

BatchUpdateSupport を返す jp.terasoluna.fw.batch.dao.support のメソッド
 BatchUpdateSupport BatchUpdateResult.getExecuteBatchUpdateSupport()
          バッチ更新実行に使用したバッチ更新サポートを取得する.
 

BatchUpdateSupport 型のパラメータを持つ jp.terasoluna.fw.batch.dao.support のメソッド
 void BatchUpdateResult.setExecuteBatchUpdateSupport(BatchUpdateSupport executeBatchUpdateSupport)
          バッチ更新実行に使用したバッチ更新サポートを設定する.
 

BatchUpdateSupport 型のパラメータを持つ jp.terasoluna.fw.batch.dao.support のコンストラクタ
BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Integer executeBatchResult)
          コンストラクタ
BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Throwable executeBatchException)
          コンストラクタ
 



Copyright © 2012. All Rights Reserved.