|
||||||||||
前 次 | フレームあり フレームなし |
SqlHolder を使用しているパッケージ | |
---|---|
jp.terasoluna.fw.batch.standard | |
jp.terasoluna.fw.dao | |
jp.terasoluna.fw.dao.ibatis |
jp.terasoluna.fw.batch.standard での SqlHolder の使用 |
---|
SqlHolder を返す jp.terasoluna.fw.batch.standard のメソッド | |
---|---|
private SqlHolder |
StandardBatchUpdateProcessor.createSqlHolder(java.lang.String sqlId,
java.lang.Object bindParams)
SqlHolderを生成する。 |
SqlHolder 型のパラメータを持つ jp.terasoluna.fw.batch.standard のメソッド | |
---|---|
int |
StandardBatchUpdateProcessor.SqlHolderListComparator.compare(SqlHolder obj1,
SqlHolder obj2)
SQLIDを比較する。 |
jp.terasoluna.fw.dao での SqlHolder の使用 |
---|
Method parameters in jp.terasoluna.fw.dao with type arguments of type SqlHolder | |
---|---|
int |
UpdateDAO.executeBatch(java.util.List<SqlHolder> sqlHolders)
バッチ更新処理を行うメソッド。 |
jp.terasoluna.fw.dao.ibatis での SqlHolder の使用 |
---|
SqlHolder 型の型パラメータを持つ jp.terasoluna.fw.dao.ibatis のフィールド | |
---|---|
protected java.lang.ThreadLocal<java.util.List<SqlHolder>> |
UpdateDAOiBatisImpl.batchSqls
推奨されていません。 この変数は将来削除されます |
Method parameters in jp.terasoluna.fw.dao.ibatis with type arguments of type SqlHolder | |
---|---|
int |
UpdateDAOiBatisImpl.executeBatch(java.util.List<SqlHolder> sqlHolders)
バッチ処理の実行メソッド。 |
|
||||||||||
前 次 | フレームあり フレームなし |