public class HikariCPConnectionProvider extends Object implements ConnectionProvider
| Constructor and Description |
|---|
HikariCPConnectionProvider(Map<String,Object> hikariCPConfigMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
called once when the system is shutting down, should be idempotent.
|
Connection |
getConnection() |
void |
prepare()
method must be idempotent.
|
public void prepare()
ConnectionProvidermethod must be idempotent.
prepare in interface ConnectionProviderpublic Connection getConnection()
getConnection in interface ConnectionProviderpublic void cleanup()
ConnectionProvidercalled once when the system is shutting down, should be idempotent.
cleanup in interface ConnectionProviderCopyright © 2019 The Apache Software Foundation. All rights reserved.