Index

A C G J O S 
All Classes|All Packages|Deprecated API

A

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

C

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

G

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

J

JdbiFactoryBean - Class in org.jdbi.v3.spring4
Deprecated.
Spring 4 is EOL, please move to Spring 5
JdbiFactoryBean() - Constructor for class org.jdbi.v3.spring4.JdbiFactoryBean
Deprecated.
 
JdbiFactoryBean(DataSource) - Constructor for class org.jdbi.v3.spring4.JdbiFactoryBean
Deprecated.
 
JdbiUtil - Class in org.jdbi.v3.spring4
Deprecated.
Spring 4 is EOL, please move to Spring 5

O

openConnection() - Method in class org.jdbi.v3.spring4.SpringConnectionFactory
Deprecated.
 
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
Deprecated.
Sets whether to install plugins automatically from the classpath, using ServiceLoader manifests.
setDataSource(DataSource) - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
Deprecated.
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
Deprecated.
 
setPlugins(Collection<JdbiPlugin>) - Method in class org.jdbi.v3.spring4.JdbiFactoryBean
Deprecated.
Installs the given plugins which will be installed into the Jdbi.
SpringConnectionFactory - Class in org.jdbi.v3.spring4
Deprecated.
Spring 4 is EOL, please move to Spring 5
SpringConnectionFactory(DataSource) - Constructor for class org.jdbi.v3.spring4.SpringConnectionFactory
Deprecated.
 
A C G J O S 
All Classes|All Packages|Deprecated API