Jdbi instance managed by the DropWizard lifecycle
with the configured health check; this method should not be overridden
(instead, override JdbiFactory.newInstance(ManagedDataSource) and
JdbiFactory.configure(Jdbi))Jdbi instance managed by the DropWizard lifecycle
with the configured health check; this method should not be overridden
(instead, override JdbiFactory.newInstance(ManagedDataSource) and
JdbiFactory.configure(Jdbi))InstrumentedSqlLogger instance with the specified
MetricRegistry and JdbiFactory.nameStrategy.Jdbi
instance.SQLExceptions and JdbiExceptions
so that their actual causes aren't overlooked.JdbiException's cause if it's a SQLException otherwise log as normal.SQLExceptions to log all causesTemplateEngine that prepends the SQLObject's type and method name in front of every
statement sent to the database.Jdbi instance based on the specified data source;
this can be overridden if requiredCopyright © 2011. All rights reserved.