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

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

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

AutoInsert を返す org.seasar.extension.jdbc のメソッド
 AutoInsert<T> AutoInsert.excludes(java.lang.CharSequence... propertyNames)
          指定のプロパティを挿入対象から除外します。
 AutoInsert<T> AutoInsert.excludesNull()
          null値のプロパティを挿入対象から除外します。
 AutoInsert<T> AutoInsert.includes(java.lang.CharSequence... propertyNames)
          指定のプロパティのみを挿入対象とします。
<T> AutoInsert<T>
JdbcManager.insert(T entity)
          自動挿入を作成します。
 

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

AutoInsert を返す org.seasar.extension.jdbc.manager のメソッド
<T> AutoInsert<T>
JdbcManagerImpl.insert(T entity)
           
 

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

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

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



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