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