类 JooqProperties

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

@ConfigurationProperties("spring.jooq") public class JooqProperties extends Object
Configuration properties for the jOOQ database library.
从以下版本开始:
1.3.0
作者:
Andreas Ahlenstorf, Michael Simons, Moritz Halbritter
  • 构造器详细资料

    • JooqProperties

      public JooqProperties()
  • 方法详细资料

    • getSqlDialect

      public org.jooq.SQLDialect getSqlDialect()
    • setSqlDialect

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

      public Resource getConfig()
    • setConfig

      public void setConfig(Resource config)
    • determineSqlDialect

      public org.jooq.SQLDialect determineSqlDialect(DataSource dataSource)
      Determine the SQLDialect to use based on this configuration and the primary DataSource.
      参数:
      dataSource - the data source
      返回:
      the SQLDialect to use for that DataSource