类 JooqProperties
java.lang.Object
org.springframework.boot.autoconfigure.jooq.JooqProperties
Configuration properties for the JOOQ database library.
- 从以下版本开始:
- 1.3.0
- 作者:
- Andreas Ahlenstorf, Michael Simons
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.jooq.SQLDialect
determineSqlDialect
(DataSource dataSource) Determine theSQLDialect
to use based on this configuration and the primaryDataSource
.org.jooq.SQLDialect
void
setSqlDialect
(org.jooq.SQLDialect sqlDialect)
-
构造器详细资料
-
JooqProperties
public JooqProperties()
-
-
方法详细资料
-
getSqlDialect
public org.jooq.SQLDialect getSqlDialect() -
setSqlDialect
public void setSqlDialect(org.jooq.SQLDialect sqlDialect) -
determineSqlDialect
Determine theSQLDialect
to use based on this configuration and the primaryDataSource
.- 参数:
dataSource
- the data source- 返回:
- the
SQLDialect
to use for thatDataSource
-