Index
All Classes and Interfaces|All Packages
A
- afterPropertiesSet() - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
Verifies that a dataSource has been set
C
- closeConnection(Connection) - Method in class org.jdbi.v3.spring5.SpringConnectionFactory
- closeIfNeeded(Handle) - Static method in class org.jdbi.v3.spring5.JdbiUtil
-
Close a handle if it is not transactionally bound, otherwise no-op
G
- getHandle(Jdbi) - Static method in class org.jdbi.v3.spring5.JdbiUtil
-
Obtain a Handle instance, either the transactionally bound one if we are in a transaction, or a new one otherwise.
- getObjectType() - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
See
FactoryBean.getObjectType()
J
- JdbiFactoryBean - Class in org.jdbi.v3.spring5
-
Utility class which constructs an
Jdbiinstance which can conveniently participate in Spring's transaction management system. - JdbiFactoryBean() - Constructor for class org.jdbi.v3.spring5.JdbiFactoryBean
- JdbiFactoryBean(DataSource) - Constructor for class org.jdbi.v3.spring5.JdbiFactoryBean
- JdbiUtil - Class in org.jdbi.v3.spring5
-
Utility for working with Jdbi and Spring transaction bound resources
O
- openConnection() - Method in class org.jdbi.v3.spring5.SpringConnectionFactory
- org.jdbi.v3.spring5 - package org.jdbi.v3.spring5
-
Classes here provide integration hooks for working with the Spring framework.
S
- setAutoInstallPlugins(boolean) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
Sets whether to install plugins automatically from the classpath, using
ServiceLoadermanifests. - setDataSource(DataSource) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
The datasource, which should be managed by spring's transaction system, from which the
Jdbiwill obtain connections - setGlobalDefines(Map<String, Object>) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
- setPlugins(Collection<JdbiPlugin>) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
Installs the given plugins which will be installed into the
Jdbi. - SpringConnectionFactory - Class in org.jdbi.v3.spring5
- SpringConnectionFactory(DataSource) - Constructor for class org.jdbi.v3.spring5.SpringConnectionFactory
All Classes and Interfaces|All Packages