|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
T
- エンティティの型です。public interface AutoBatchInsert<T>
SQLを自動生成するバッチ挿入です。
メソッドの概要 | |
---|---|
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 |
メソッドの詳細 |
---|
AutoBatchInsert<T> includes(java.lang.CharSequence... propertyNames)
propertyNames
- 更新対象とするプロパティ名の並び
AutoBatchInsert<T> excludes(java.lang.CharSequence... propertyNames)
propertyNames
- 更新対象から除外するプロパティ名の並び
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |