クラス
org.seasar.doma.jdbc.SqlExecutionSkipCause の使用

SqlExecutionSkipCause を使用しているパッケージ
org.seasar.doma.jdbc JDBC に関するインタフェースやクラスを提供します。 
 

org.seasar.doma.jdbc での SqlExecutionSkipCause の使用
 

SqlExecutionSkipCause を返す org.seasar.doma.jdbc のメソッド
static SqlExecutionSkipCause SqlExecutionSkipCause.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static SqlExecutionSkipCause[] SqlExecutionSkipCause.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

SqlExecutionSkipCause 型のパラメータを持つ org.seasar.doma.jdbc のメソッド
 void UtilLoggingJdbcLogger.logSqlExecutionSkipping(String callerClassName, String callerMethodName, SqlExecutionSkipCause cause)
           
 void JdbcLogger.logSqlExecutionSkipping(String callerClassName, String callerMethodName, SqlExecutionSkipCause cause)
          SQLの実行がスキップされたことを記録します。
 



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