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

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

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

SqlFile 型の型パラメータを持つ org.seasar.doma.jdbc のフィールド
protected  ConcurrentMap<String,SqlFile> CachedSqlFileRepository.sqlFileMap
          SQLのパスをキー、SQLファイルを値とするマップです。
 

SqlFile を返す org.seasar.doma.jdbc のメソッド
protected  SqlFile CachedSqlFileRepository.createSqlFile(String path, Dialect dialect)
          SQLファイルを作成します。
 SqlFile SqlFileRepository.getSqlFile(String path, Dialect dialect)
          SQLファイルを返します。
 SqlFile CachedSqlFileRepository.getSqlFile(String path, Dialect dialect)
           
 

SqlFile 型のパラメータを持つ org.seasar.doma.jdbc のメソッド
 void UtilLoggingJdbcLogger.logSqlFile(String callerClassName, String callerMethodName, SqlFile sqlFile)
           
 void JdbcLogger.logSqlFile(String callerClassName, String callerMethodName, SqlFile sqlFile)
          実行するSQLを格納したSQLファイルを記録します。
 



Copyright © 2009 The Seasar Foundation. All Rights Reserved.