Configuration data for communicating with a data source.
Name |
Type |
Details |
Set the URL to use for accessing the datasource. |
||
Set the schema to use for accessing the datasource. |
||
Set the user to use for accessing the datasource for CRUD operations. |
||
Set the user to use for accessing the datasource for DDL operations. |
||
int |
Set the maximum number of concurrent connections that should be made to this datasource. |
|
int |
Set the minimum number of idle connections that HikariCP tries to maintain in the pool. |
|
long |
Set the maximum number of milliseconds that a client will wait for a connection from the pool. |
|
long |
Set the maximum amount of time that a connection is allowed to sit idle in the pool. |
|
long |
Set the frequency at which HikariCP will attempt to keep a connection alive. |
|
long |
Set the maximum lifetime of a connection in the pool. |
|
long |
Set the maximum amount of time that a connection will be tested for aliveness. |
|
long |
Set the time that pool initialization will fail fast if the pool cannot be seeded. |
|
long |
Set the amount of time that a connection can be out of the pool before a message is logged. |
|
boolean |
Set the default auto-commit behavior of connections returned from the pool. |
|
boolean |
Set the default read-only behavior of connections returned from the pool. |
|
Set the default transaction isolation level for connections returned from the pool. |
||
Set the default catalog for connections returned from the pool. |
||
boolean |
Set whether the pool can be suspended and resumed through JMX. |
|
boolean |
Set whether or not JMX Management Beans are registered. |
|
Set the fully qualified class name of the JDBC driver. |
||
Set the name of the DataSource class provided by the JDBC driver. |
||
Set the SQL query to be executed to test the validity of connections. |
||
Set the SQL statement that will be executed after every new connection creation. |
||
Set the user-defined name for the connection pool. |