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

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

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

AutoUpdate を返す org.seasar.extension.jdbc のメソッド
 AutoUpdate<T> AutoUpdate.changedFrom(java.util.Map<java.lang.String,? extends java.lang.Object> before)
          beforeから変更のあったプロパティだけを更新対象とします。
 AutoUpdate<T> AutoUpdate.changedFrom(T before)
          beforeから変更のあったプロパティだけを更新対象とします。
 AutoUpdate<T> AutoUpdate.excludes(java.lang.CharSequence... propertyNames)
          指定のプロパティを更新対象から除外します。
 AutoUpdate<T> AutoUpdate.excludesNull()
          null値のプロパティを更新対象から除外します。
 AutoUpdate<T> AutoUpdate.includes(java.lang.CharSequence... propertyNames)
          指定のプロパティのみを更新対象とします。
 AutoUpdate<T> AutoUpdate.includesVersion()
          バージョンプロパティを通常の更新対象に含め、バージョンチェックの対象外とします。
 AutoUpdate<T> AutoUpdate.suppresOptimisticLockException()
          バージョンチェックを行った場合に、 更新行数が0行でもOptimisticLockExceptionをスローしないようにします。
<T> AutoUpdate<T>
JdbcManager.update(T entity)
          自動更新を作成します。
 

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

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

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

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

AutoUpdate を返す org.seasar.extension.jdbc.query のメソッド
 AutoUpdate<T> AutoUpdateImpl.changedFrom(java.util.Map<java.lang.String,? extends java.lang.Object> beforeStates)
           
 AutoUpdate<T> AutoUpdateImpl.changedFrom(T beforeEntity)
           
 AutoUpdate<T> AutoUpdateImpl.excludes(java.lang.CharSequence... propertyNames)
           
 AutoUpdate<T> AutoUpdateImpl.excludesNull()
           
 AutoUpdate<T> AutoUpdateImpl.includes(java.lang.CharSequence... propertyNames)
           
 AutoUpdate<T> AutoUpdateImpl.includesVersion()
           
 AutoUpdate<T> AutoUpdateImpl.suppresOptimisticLockException()
           
 



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