@ConfigurationProperties(prefix="spring.jooq")
public class JooqProperties
extends java.lang.Object
| Constructor and Description |
|---|
JooqProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.SQLDialect |
determineSqlDialect(javax.sql.DataSource dataSource)
Determine the
SQLDialect to use based on this configuration and the primary
DataSource. |
org.jooq.SQLDialect |
getSqlDialect() |
void |
setSqlDialect(org.jooq.SQLDialect sqlDialect) |
public org.jooq.SQLDialect getSqlDialect()
public void setSqlDialect(org.jooq.SQLDialect sqlDialect)
public org.jooq.SQLDialect determineSqlDialect(javax.sql.DataSource dataSource)
SQLDialect to use based on this configuration and the primary
DataSource.dataSource - the data sourceSQLDialect to use for that DataSource