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 classManagedPooledDataSourceAManagedDataSourcewhich is backed by a Tomcat pooledDataSource.Methods in io.dropwizard.db that return ManagedDataSource Modifier and Type Method Description ManagedDataSourceDataSourceFactory. build(com.codahale.metrics.MetricRegistry metricRegistry, String name)ManagedDataSourcePooledDataSourceFactory. build(com.codahale.metrics.MetricRegistry metricRegistry, String name)Builds a new JDBC data source backed by the connection pool and managed by Dropwizard.
-