Class MyBatisSqlReader

  • All Implemented Interfaces:
    SqlReader

    public class MyBatisSqlReader
    extends java.lang.Object
    implements SqlReader
    本クラスではMyBatisの内部APIを使用してSQLを取得しています。 ごくシンプルな使い方のみを想定しているため、高度な使い方をしている場合は正確な情報が取得できません。 クラスパスにMapperが依存しているクラスが存在しない場合、MyBatisがMapperを読み取れないため解析できません。 それでも出力したい場合は、実行時に該当のクラスをクラスパスに含めてください。
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Sqls readFrom​(SqlSources sqlSources)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyBatisSqlReader

        public MyBatisSqlReader()