Interface SqlFileResolver

All Known Implementing Classes:
SimpleMavenSqlFileResolver

public interface SqlFileResolver
アノテーションプロセッサ実行時に、SQLファイルの実際の場所を解決する処理を表すインターフェイスです。
Author:
tezch
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    SqlFileが付与されているメソッドにSQLファイルが存在しない場合に発生する例外
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    resolve(Path classOutput, String packageName, String sqlFileName, Map<String,String> options)
    SqlProxyのメソッドに紐づくSQLファイルの内容を取得します。