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

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

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

AutoBatchInsert を返す org.seasar.extension.jdbc のメソッド
 AutoBatchInsert<T> AutoBatchInsert.excludes(java.lang.CharSequence... propertyNames)
          指定のプロパティを更新対象から除外します。
 AutoBatchInsert<T> AutoBatchInsert.includes(java.lang.CharSequence... propertyNames)
          指定のプロパティのみを更新対象とします。
<T> AutoBatchInsert<T>
JdbcManager.insertBatch(java.util.List<T> entities)
          自動バッチ挿入を作成します。
<T> AutoBatchInsert<T>
JdbcManager.insertBatch(T... entities)
          自動バッチ挿入を作成します。
 

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

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

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

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

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



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