Package | Description |
---|---|
com.glyart.mystral.datasource |
Contains some utilities for managing
DataSource objects. |
Modifier and Type | Method and Description |
---|---|
<T extends HikariFactory> |
HikariFactory.addProperties(@Nullable Properties properties)
Adds a set of properties in the DataSource configuration.
|
<T extends HikariFactory> |
HikariFactory.setCredentials(@Nullable Credentials credentials)
Sets the Credentials used for connecting to a data source.
|
<T extends HikariFactory> |
HikariFactory.setProperty(@Nullable String key,
@Nullable Object val)
Adds the property in the DataSource configuration.
|
Copyright © 2021. All rights reserved.