Uses of Class
org.jdbi.v3.spring5.JdbiFactoryBean
Package
Description
Classes here provide integration hooks for working with the Spring framework.
-
Uses of JdbiFactoryBean in org.jdbi.v3.spring5
Modifier and TypeMethodDescriptionJdbiFactoryBean.setAutoInstallPlugins
(boolean autoInstallPlugins) Deprecated, for removal: This API element is subject to removal in a future version.Sets whether to install plugins automatically from the classpath, usingServiceLoader
manifests.JdbiFactoryBean.setDataSource
(DataSource dataSource) Deprecated, for removal: This API element is subject to removal in a future version.The datasource, which should be managed by spring's transaction system, from which theJdbi
will obtain connectionsJdbiFactoryBean.setPlugins
(Collection<JdbiPlugin> plugins) Deprecated, for removal: This API element is subject to removal in a future version.Installs the given plugins which will be installed into theJdbi
.