Uses of Class
org.jdbi.v3.spring5.JdbiFactoryBean
-
-
Uses of JdbiFactoryBean in org.jdbi.v3.spring5
Methods in org.jdbi.v3.spring5 that return JdbiFactoryBean Modifier and Type Method Description JdbiFactoryBeanJdbiFactoryBean. setAutoInstallPlugins(boolean autoInstallPlugins)Sets whether to install plugins automatically from the classpath, usingServiceLoadermanifests.JdbiFactoryBeanJdbiFactoryBean. setDataSource(DataSource dataSource)The datasource, which should be managed by spring's transaction system, from which theJdbiwill obtain connectionsJdbiFactoryBeanJdbiFactoryBean. setPlugins(Collection<JdbiPlugin> plugins)Installs the given plugins which will be installed into theJdbi.
-