クラス JooqProperties

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

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

    • JooqProperties

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

    • getSqlDialect

      public @Nullable org.jooq.SQLDialect getSqlDialect()
    • setSqlDialect

      public void setSqlDialect(@Nullable org.jooq.SQLDialect sqlDialect)
    • getConfig

      public @Nullable Resource getConfig()
    • setConfig

      public void setConfig(@Nullable Resource config)
    • determineSqlDialect

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