パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
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)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
バッチ更新リストクリア.
clearAllInnerObject(Object)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
オブジェクトに対するバッチ更新リストクリア(内部呼び出し用).
comparator
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
SqlIDをソートする時に使用するComparator
count
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
バッチ実行SQL登録件数
E
ERROR_UNKNOWN_SQL_ID
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
の static 変数
sqlIdOrderに指定されていないSQL-IDが指定されているときのエラーステータス
ERROR_UPDATE_DAO_IS_NULL
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
の static 変数
UpdateDAOがnullのときのエラーステータス
executeBatch(Object, UpdateDAO)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
バッチ更新一括実行.
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)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
オブジェクトに対するバッチ更新一括実行(内部呼び出し用).
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<?>)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
プリミティブのラッパークラスを判定する.
isTargetClass(Class<?>)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
処理対象クラスであるか判定する。
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)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
例外ログを出力する。
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
- クラス jp.terasoluna.fw.batch.dao.support.
LogId
の static 変数
TAL036001 = {0}
U
updateDAO
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
UpdateDAO
W
WAL036001
- クラス jp.terasoluna.fw.batch.dao.support.
LogId
の static 変数
WAL036001 = {0}
WAL036002
- クラス jp.terasoluna.fw.batch.dao.support.
LogId
の static 変数
WAL036002 = UpdateDAO is null.
WAL036003
- クラス jp.terasoluna.fw.batch.dao.support.
LogId
の static 変数
WAL036003 = SqlID is null or empty.
WAL036004
- クラス jp.terasoluna.fw.batch.dao.support.
LogId
の static 変数
WAL036004 = The number of sqlIdOrder lists is little.
WAL036005
- クラス jp.terasoluna.fw.batch.dao.support.
LogId
の static 変数
WAL036005 = SQL-ID is not found from the sqlIdOrder list.
A
B
C
E
G
I
J
L
O
S
T
U
W
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
Copyright © 2011. All Rights Reserved.