JdbiFactory | JdbiFactory | |||
---|---|---|---|---|
Compiled from "JdbiFactory.java" | Compiled from "JdbiFactory.java" | |||
public class io.dropwizard.jdbi3.JdbiFactory { | public class io.dropwizard.jdbi3.JdbiFactory { | |||
public io.dropwizard.jdbi3.JdbiFactory(); | public io.dropwizard.jdbi3.JdbiFactory(); | |||
public io.dropwizard.jdbi3.JdbiFactory(com.codahale.metrics.jdbi3.strateg ies.StatementNameStrategy); | public io.dropwizard.jdbi3.JdbiFactory(com.codahale.metrics.jdbi3.strateg ies.StatementNameStrategy); | |||
public org.jdbi.v3.core.Jdbi build(io.dropwizard.setup.Environment, io.dr | public org.jdbi.v3.core.Jdbi build(io.dropwizard.core.setup.Environment, | |||
opwizard.db.PooledDataSourceFactory, java.lang.String); | io.dropwizard.db.PooledDataSourceFactory, java.lang.String); | |||
public org.jdbi.v3.core.Jdbi build(io.dropwizard.setup.Environment, io.dr | public org.jdbi.v3.core.Jdbi build(io.dropwizard.core.setup.Environment, | |||
opwizard.db.PooledDataSourceFactory, io.dropwizard.db.ManagedDataSource, ja | io.dropwizard.db.PooledDataSourceFactory, io.dropwizard.db.ManagedDataSourc | |||
va.lang.String); | e, java.lang.String); | |||
protected com.codahale.metrics.jdbi3.InstrumentedSqlLogger buildSQLLogger (com.codahale.metrics.MetricRegistry, com.codahale.metrics.jdbi3.strategies .StatementNameStrategy); | protected com.codahale.metrics.jdbi3.InstrumentedSqlLogger buildSQLLogger (com.codahale.metrics.MetricRegistry, com.codahale.metrics.jdbi3.strategies .StatementNameStrategy); | |||
protected org.jdbi.v3.core.Jdbi newInstance(io.dropwizard.db.ManagedDataS ource); | protected org.jdbi.v3.core.Jdbi newInstance(io.dropwizard.db.ManagedDataS ource); | |||
protected void configure(org.jdbi.v3.core.Jdbi); | protected void configure(org.jdbi.v3.core.Jdbi); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |