SpringTransactionManager
constructor(dataSource: DataSource, databaseConfig: DatabaseConfig = DatabaseConfig {}, showSql: Boolean = false)
Parameters
dataSource
The data source that produces Connection
objects.
databaseConfig
The configuration that defines custom properties to be used with connections. If none is specified, the default configuration values will be used.