クラス JooqProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.jooq.JooqProperties

@ConfigurationProperties(prefix="spring.jooq") public class JooqProperties extends ObjectSE
JOOQ データベースライブラリの構成プロパティ。
導入:
1.3.0
作成者:
Andreas Ahlenstorf, Michael Simons
  • コンストラクターの詳細

    • JooqProperties

      public JooqProperties()
  • メソッドの詳細

    • getSqlDialect

      public org.jooq.SQLDialect getSqlDialect()
    • setSqlDialect

      public void setSqlDialect(org.jooq.SQLDialect sqlDialect)
    • determineSqlDialect

      public org.jooq.SQLDialect determineSqlDialect(DataSourceSE dataSource)
      この構成とプライマリ DataSourceSE に基づいて、使用する SQLDialect を決定します。
      パラメーター:
      dataSource - データソース
      戻り値:
      その DataSourceSE に使用する SQLDialect