Uses of Class
com.zaxxer.hikari.HikariConfig
-
Packages that use HikariConfig Package Description com.zaxxer.hikari -
-
Uses of HikariConfig in com.zaxxer.hikari
Subclasses of HikariConfig in com.zaxxer.hikari Modifier and Type Class Description class
HikariDataSource
The HikariCP pooled DataSource.Methods in com.zaxxer.hikari with parameters of type HikariConfig Modifier and Type Method Description void
HikariConfig. copyStateTo(HikariConfig other)
Copies the state ofthis
intoother
.Constructors in com.zaxxer.hikari with parameters of type HikariConfig Constructor Description HikariDataSource(HikariConfig configuration)
Construct a HikariDataSource with the specified configuration.
-