Uses of Class
org.jdbi.v3.spring.JdbiFactoryBean
Packages that use JdbiFactoryBean
Package
Description
Classes here provide integration hooks for working with the Spring framework.
-
Uses of JdbiFactoryBean in org.jdbi.v3.spring
Methods in org.jdbi.v3.spring that return JdbiFactoryBeanModifier and TypeMethodDescriptionJdbiFactoryBean.setAutoInstallPlugins(boolean autoInstallPlugins) Sets whether to install plugins automatically from the classpath, usingServiceLoadermanifests.JdbiFactoryBean.setDataSource(DataSource dataSource) The datasource, which should be managed by spring's transaction system, from which theJdbiwill obtain connectionsJdbiFactoryBean.setPlugins(Collection<JdbiPlugin> plugins) Installs the given plugins which will be installed into theJdbi.