Skip navigation links
A C G J O S 

A

afterPropertiesSet() - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
Verifies that a dataSource has been set

C

closeConnection(Connection) - Method in class org.jdbi.v3.spring4.SpringConnectionFactory
 
closeIfNeeded(Handle) - Static method in class org.jdbi.v3.spring4.JdbiUtil
Close a handle if it is not transactionally bound, otherwise no-op
createInstance() - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
 

G

getHandle(Jdbi) - Static method in class org.jdbi.v3.spring4.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.spring4.JdbiFactoryBean
See FactoryBean.getObjectType()

J

JdbiFactoryBean - Class in org.jdbi.v3.spring4
Utility class which constructs an Jdbi instance which can conveniently participate in Spring's transaction management system.
JdbiFactoryBean() - Constructor for class org.jdbi.v3.spring4.JdbiFactoryBean
 
JdbiFactoryBean(DataSource) - Constructor for class org.jdbi.v3.spring4.JdbiFactoryBean
 
JdbiUtil - Class in org.jdbi.v3.spring4
Utility for working with Jdbi and Spring transaction bound resources

O

openConnection() - Method in class org.jdbi.v3.spring4.SpringConnectionFactory
 
org.jdbi.v3.spring4 - package org.jdbi.v3.spring4
Classes here provide integration hooks for working with the Spring framework.

S

setAutoInstallPlugins(boolean) - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
Sets whether to install plugins automatically from the classpath, using ServiceLoader manifests.
setDataSource(DataSource) - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
The datasource, which should be managed by spring's transaction system, from which the Jdbi will obtain connections
setGlobalDefines(Map<String, Object>) - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
 
setPlugins(Collection<JdbiPlugin>) - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
Installs the given plugins which will be installed into the Jdbi.
SpringConnectionFactory - Class in org.jdbi.v3.spring4
 
SpringConnectionFactory(DataSource) - Constructor for class org.jdbi.v3.spring4.SpringConnectionFactory
 
A C G J O S 
Skip navigation links

Copyright © 2019. All rights reserved.