| Modifier and Type | Method and Description |
|---|---|
JdbiFactoryBean |
JdbiFactoryBean.setAutoInstallPlugins(boolean autoInstallPlugins)
Sets whether to install plugins automatically from the classpath, using
ServiceLoader manifests. |
JdbiFactoryBean |
JdbiFactoryBean.setDataSource(DataSource dataSource)
The datasource, which should be managed by spring's transaction system, from which
the
Jdbi will obtain connections |
JdbiFactoryBean |
JdbiFactoryBean.setPlugins(Collection<JdbiPlugin> plugins)
Installs the given plugins which will be installed into the
Jdbi. |
Copyright © 2019. All rights reserved.