| Package | Description |
|---|---|
| io.helidon.service.configuration.hikaricp |
Provides classes and interfaces for automatically discovering
service configuration information relevant to Hikari
connection pool componentry.
|
| io.helidon.service.configuration.hikaricp.localhost |
Provides classes and interfaces for automatically discovering
service configuration information relevant to Hikari
connection pool componentry suitable for local testing
environments.
|
| Modifier and Type | Method and Description |
|---|---|
protected HikariCPServiceConfiguration |
HikariCPServiceConfigurationProvider.create(java.util.Properties properties,
System system,
java.util.Properties coordinates)
Creates and returns a new
HikariCPServiceConfiguration. |
| Modifier and Type | Class and Description |
|---|---|
class |
HikariCPServiceConfigurationLocalhost
A
HikariCPServiceConfiguration that can dynamically add
data source properties when they are requested. |
| Modifier and Type | Method and Description |
|---|---|
protected HikariCPServiceConfiguration |
HikariCPServiceConfigurationLocalhostProvider.create(java.util.Properties properties,
System system,
java.util.Properties coordinates)
Overrides the
HikariCPServiceConfigurationProvider.create(Properties, System,
Properties) method to return a new HikariCPServiceConfigurationLocalhost instance when invoked. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.