Class HikariDataSourceFactory
java.lang.Object
io.helidon.data.sql.datasource.hikari.HikariDataSourceFactory
Hikari
DataSource
factory.
Builds Hikari DataSource
instance from config.-
Method Summary
Modifier and TypeMethodDescriptionstatic DataSource
Create new instance of UCPDataSource
.static DataSource
create
(HikariDataSourceConfig dataSourceConfig) Create new instance of UCPDataSource
.
-
Method Details
-
create
Create new instance of UCPDataSource
.- Parameters:
config
- UCPDataSource
specific configuration node.- Returns:
- new instance of UCP
DataSource
-
create
Create new instance of UCPDataSource
.- Parameters:
dataSourceConfig
- UCPDataSource
specific configuration.- Returns:
- new instance of UCP
DataSource
-