Uses of Interface
io.dropwizard.db.ManagedDataSource
-
-
Uses of ManagedDataSource in io.dropwizard.db
Classes in io.dropwizard.db that implement ManagedDataSource Modifier and Type Class Description class
ManagedPooledDataSource
AManagedDataSource
which is backed by a Tomcat pooledDataSource
.Methods in io.dropwizard.db that return ManagedDataSource Modifier and Type Method Description ManagedDataSource
DataSourceFactory. build(com.codahale.metrics.MetricRegistry metricRegistry, String name)
ManagedDataSource
PooledDataSourceFactory. build(com.codahale.metrics.MetricRegistry metricRegistry, String name)
Builds a new JDBC data source backed by the connection pool and managed by Dropwizard.
-