ブラウザのJavaScriptが無効になっています。
パッケージ
クラス
使用
階層ツリー
非推奨
索引
ヘルプ
前
次
フレーム
フレームなし
すべてのクラス
A
B
C
E
G
I
J
L
O
S
T
U
W
A
addBatch(String, Object)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行用SQLを追加する。
addBatch(String, Object)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
B
batchSqlsMap
- クラス の変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ実行SQLを保持する.
BatchUpdateExecutor
-
jp.terasoluna.fw.batch.dao.support
のクラス
バッチ更新一括実行クラス
BatchUpdateExecutor()
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
BatchUpdateResult
-
jp.terasoluna.fw.batch.dao.support
のクラス
バッチ更新実行結果クラス
BatchUpdateResult()
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
コンストラクタ
BatchUpdateResult(BatchUpdateSupport, Integer)
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
コンストラクタ
BatchUpdateResult(BatchUpdateSupport, Throwable)
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
コンストラクタ
BatchUpdateSupport
-
jp.terasoluna.fw.batch.dao.support
のインタフェース
バッチ更新サポートインタフェース
本クラスのメソッド実行前にsortメソッドを実行している場合、
もしくはコンストラクタや実行メソッドなどでComparatorを渡した場合は、
ソート順に並び替えられる。
BatchUpdateSupportImpl
-
jp.terasoluna.fw.batch.dao.support
のクラス
バッチ更新サポートクラス
本クラスを利用すことでUpdateDAOのバッチ更新処理の実行をSqlID毎に整列された状態で行うことができる。
BatchUpdateSupportImpl()
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ更新サポートクラスコンストラクタ.
BatchUpdateSupportImpl(UpdateDAO)
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ更新サポートクラスコンストラクタ.
BatchUpdateSupportImpl(UpdateDAO, Comparator<String>)
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ更新サポートクラスコンストラクタ.
BatchUpdateSupportImpl(UpdateDAO, String...)
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ更新サポートクラスコンストラクタ.
C
clear()
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行SQLリストの内容を削除する。
clear()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
clearAll(Object)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
バッチ更新リストクリア.
clearAllInnerObject(Object)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
オブジェクトに対するバッチ更新リストクリア(内部呼び出し用).
comparator
- クラス の変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
SqlIDをソートする時に使用するComparator
count
- クラス の変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ実行SQL登録件数
E
ERROR_UNKNOWN_SQL_ID
- インタフェース のstatic変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
sqlIdOrderに指定されていないSQL-IDが指定されているときのエラーステータス
ERROR_UPDATE_DAO_IS_NULL
- インタフェース のstatic変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
UpdateDAOがnullのときのエラーステータス
executeBatch(Object, UpdateDAO)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
バッチ更新一括実行.
executeBatch()
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行を行う。
executeBatch(UpdateDAO)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行を行う。
executeBatch(UpdateDAO, Comparator<String>)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行を行う。
executeBatch(UpdateDAO, String...)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行を行う。
executeBatch()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
executeBatch(UpdateDAO)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
executeBatch(UpdateDAO, Comparator<String>)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
executeBatch(UpdateDAO, String...)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
executeBatch(UpdateDAO, Comparator<String>, String[])
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
バッチ実行を行う。
executeBatchInnerObject(Object, UpdateDAO)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
オブジェクトに対するバッチ更新一括実行(内部呼び出し用).
G
getExecuteBatchException()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
バッチ更新実行時に発生した例外を取得する.
getExecuteBatchResult()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
バッチ更新実行結果を取得する.
getExecuteBatchUpdateSupport()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
バッチ更新実行に使用したバッチ更新サポートを取得する.
getSqlHolderList()
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
SQL-IDで整列されたSqlHolderリストを取得する。
getSqlHolderList(Comparator<String>)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
SQL-IDで整列されたSqlHolderリストを取得する。
getSqlHolderList(String...)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
SQL-IDで整列されたSqlHolderリストを取得する。
getSqlHolderList()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
getSqlHolderList(Comparator<String>)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
getSqlHolderList(String...)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
getSqlHolderList(Comparator<String>, String[])
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
SQL-IDで整列されたSqlHolderリストを取得する。
I
isPrimitiveWrapper(Class<?>)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
プリミティブのラッパークラスを判定する.
isTargetClass(Class<?>)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
処理対象クラスであるか判定する。
J
jp.terasoluna.fw.batch.dao.support
- パッケージ jp.terasoluna.fw.batch.dao.support
L
LogId
-
jp.terasoluna.fw.batch.dao.support
のクラス
This file was automatically generated.
LogId()
- クラス のコンストラクタjp.terasoluna.fw.batch.dao.support.
LogId
O
outputExceptionLog(Throwable)
- クラス のstaticメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
例外ログを出力する。
S
setExecuteBatchException(Throwable)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
バッチ更新実行時に発生した例外を設定する.
setExecuteBatchResult(Integer)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
バッチ更新実行結果を設定する.
setExecuteBatchUpdateSupport(BatchUpdateSupport)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
バッチ更新実行に使用したバッチ更新サポートを設定する.
size()
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行SQLリストの登録件数を取得する。
size()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
sort()
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行SQLリストのソートを行う。
sort(Comparator<String>)
- インタフェース のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
バッチ実行SQLリストのソートを行う。
sort()
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
sort(Comparator<String>)
- クラス のメソッドjp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
sortMode
- クラス の変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
ソートフラグ
T
TAL036001
- クラス のstatic変数jp.terasoluna.fw.batch.dao.support.
LogId
TAL036001 = {0}
U
updateDAO
- クラス の変数jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
UpdateDAO
W
WAL036001
- クラス のstatic変数jp.terasoluna.fw.batch.dao.support.
LogId
WAL036001 = {0}
WAL036002
- クラス のstatic変数jp.terasoluna.fw.batch.dao.support.
LogId
WAL036002 = UpdateDAO is null.
WAL036003
- クラス のstatic変数jp.terasoluna.fw.batch.dao.support.
LogId
WAL036003 = SqlID is null or empty.
WAL036004
- クラス のstatic変数jp.terasoluna.fw.batch.dao.support.
LogId
WAL036004 = The number of sqlIdOrder lists is little.
WAL036005
- クラス のstatic変数jp.terasoluna.fw.batch.dao.support.
LogId
WAL036005 = SQL-ID is not found from the sqlIdOrder list.
A
B
C
E
G
I
J
L
O
S
T
U
W
パッケージ
クラス
使用
階層ツリー
非推奨
索引
ヘルプ
前
次
フレーム
フレームなし
すべてのクラス
Copyright © 2014 NTT DATA Corporation.