org.seasar.doma.internal.jdbc.query
クラス SqlFileUpdateQuery

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.query.SqlFileModifyQuery
      上位を拡張 org.seasar.doma.internal.jdbc.query.SqlFileUpdateQuery
すべての実装されたインタフェース:
ModifyQuery, Query, UpdateQuery

public class SqlFileUpdateQuery
extends SqlFileModifyQuery
implements UpdateQuery

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.query.SqlFileModifyQuery から継承されたフィールド
callerClassName, callerMethodName, config, parameters, queryTimeout, sql, sqlFilePath
 
コンストラクタの概要
SqlFileUpdateQuery()
           
 
メソッドの概要
 void compile()
           
 void incrementVersion()
           
 
クラス org.seasar.doma.internal.jdbc.query.SqlFileModifyQuery から継承されたメソッド
addParameter, getClassName, getConfig, getMethodName, getQueryTimeout, getSql, getSqlExecutionSkipCause, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequired, prepareOptions, prepareSql, setCallerClassName, setCallerMethodName, setConfig, setQueryTimeout, setSqlFilePath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.doma.internal.jdbc.query.ModifyQuery から継承されたメソッド
getSql, getSqlExecutionSkipCause, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequired
 
インタフェース org.seasar.doma.internal.jdbc.query.Query から継承されたメソッド
getClassName, getConfig, getMethodName, getQueryTimeout
 

コンストラクタの詳細

SqlFileUpdateQuery

public SqlFileUpdateQuery()
メソッドの詳細

compile

public void compile()

incrementVersion

public void incrementVersion()
定義:
インタフェース UpdateQuery 内の incrementVersion


Copyright © 2009 The Seasar Foundation. All Rights Reserved.