org.seasar.extension.jdbc
インタフェース AutoBatchInsert<T>

型パラメータ:
T - エンティティの型です。
すべてのスーパーインタフェース:
BatchUpdate<AutoBatchInsert<T>>, Query<AutoBatchInsert<T>>
既知の実装クラスの一覧:
AutoBatchInsertImpl

public interface AutoBatchInsert<T>
extends BatchUpdate<AutoBatchInsert<T>>

SQLを自動生成するバッチ挿入です。

作成者:
koichik

メソッドの概要
 AutoBatchInsert<T> excludes(java.lang.CharSequence... propertyNames)
          指定のプロパティを更新対象から除外します。
 AutoBatchInsert<T> includes(java.lang.CharSequence... propertyNames)
          指定のプロパティのみを更新対象とします。
 
インタフェース org.seasar.extension.jdbc.BatchUpdate から継承されたメソッド
batchSize, execute
 
インタフェース org.seasar.extension.jdbc.Query から継承されたメソッド
callerClass, callerMethodName, queryTimeout
 

メソッドの詳細

includes

AutoBatchInsert<T> includes(java.lang.CharSequence... propertyNames)
指定のプロパティのみを更新対象とします。

パラメータ:
propertyNames - 更新対象とするプロパティ名の並び
戻り値:
このインスタンス自身

excludes

AutoBatchInsert<T> excludes(java.lang.CharSequence... propertyNames)
指定のプロパティを更新対象から除外します。

パラメータ:
propertyNames - 更新対象から除外するプロパティ名の並び
戻り値:
このインスタンス自身


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