Class JooqProperties

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

@ConfigurationProperties(prefix="spring.jooq") public class JooqProperties extends Object
Configuration properties for the JOOQ database library.
Since:
1.3.0
Author:
Andreas Ahlenstorf, Michael Simons
  • Constructor Details

    • JooqProperties

      public JooqProperties()
  • Method Details

    • getSqlDialect

      public org.jooq.SQLDialect getSqlDialect()
    • setSqlDialect

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

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