| Modifier and Type | Method and Description |
|---|---|
static DatabaseProvider.Pool |
DatabaseProvider.createPool(Config config) |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseProvider.Builder |
DatabaseProvider.fromPool(DatabaseProvider.Pool pool)
Use an externally configured DataSource, Flavor, and optionally a shutdown hook.
|
static DatabaseProviderVertx.Builder |
DatabaseProviderVertx.fromPool(io.vertx.core.Vertx vertx,
DatabaseProvider.Pool pool)
Use an externally configured DataSource, Flavor, and optionally a shutdown hook.
|
Copyright © 2016. All rights reserved.