インタフェース
org.seasar.extension.jdbc.AutoBatchUpdate の使用

AutoBatchUpdate を使用しているパッケージ
org.seasar.extension.jdbc S2JDBCの機能拡張です。 
org.seasar.extension.jdbc.manager JDBCマネージャに関する機能を提供します。 
org.seasar.extension.jdbc.query S2JDBC用のクエリを扱うための実装を提供します。 
 

org.seasar.extension.jdbc での AutoBatchUpdate の使用
 

AutoBatchUpdate を返す org.seasar.extension.jdbc のメソッド
 AutoBatchUpdate<T> AutoBatchUpdate.excludes(java.lang.CharSequence... propertyNames)
          指定のプロパティを更新対象から除外します。
 AutoBatchUpdate<T> AutoBatchUpdate.includes(java.lang.CharSequence... propertyNames)
          指定のプロパティのみを更新対象とします。
 AutoBatchUpdate<T> AutoBatchUpdate.includesVersion()
          バージョンプロパティを更新対象に含めます。
 AutoBatchUpdate<T> AutoBatchUpdate.suppresOptimisticLockException()
          バージョンチェックを行った場合に、 更新行数が0行でもOptimisticLockExceptionをスローしないようにします。
<T> AutoBatchUpdate<T>
JdbcManager.updateBatch(java.util.List<T> entities)
          自動バッチ更新を作成します。
<T> AutoBatchUpdate<T>
JdbcManager.updateBatch(T... entities)
          自動バッチ更新を作成します。
 

org.seasar.extension.jdbc.manager での AutoBatchUpdate の使用
 

AutoBatchUpdate を返す org.seasar.extension.jdbc.manager のメソッド
<T> AutoBatchUpdate<T>
JdbcManagerImpl.updateBatch(java.util.List<T> entities)
           
<T> AutoBatchUpdate<T>
JdbcManagerImpl.updateBatch(T... entities)
           
 

org.seasar.extension.jdbc.query での AutoBatchUpdate の使用
 

AutoBatchUpdate を実装している org.seasar.extension.jdbc.query のクラス
 class AutoBatchUpdateImpl<T>
          AutoBatchUpdateの実装クラスです。
 

AutoBatchUpdate を返す org.seasar.extension.jdbc.query のメソッド
 AutoBatchUpdate<T> AutoBatchUpdateImpl.excludes(java.lang.CharSequence... propertyNames)
           
 AutoBatchUpdate<T> AutoBatchUpdateImpl.includes(java.lang.CharSequence... propertyNames)
           
 AutoBatchUpdate<T> AutoBatchUpdateImpl.includesVersion()
           
 AutoBatchUpdate<T> AutoBatchUpdateImpl.suppresOptimisticLockException()
           
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.