Package org.jdbi.v3.spring5
Class SpringConnectionFactory
java.lang.Object
org.jdbi.v3.spring5.SpringConnectionFactory
- All Implemented Interfaces:
- ConnectionFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcloseConnection(Connection connection) Closes a connection.Opens a connection.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.ConnectionFactorygetCleanableFor
- 
Constructor Details- 
SpringConnectionFactory
 
- 
- 
Method Details- 
openConnectionDescription copied from interface:ConnectionFactoryOpens a connection.- Specified by:
- openConnectionin interface- ConnectionFactory
- Returns:
- A Connectionobject.
- Throws:
- SQLException- if anything goes wrong
 
- 
closeConnectionDescription copied from interface:ConnectionFactoryCloses a connection.- Specified by:
- closeConnectionin interface- ConnectionFactory
- Parameters:
- connection- A- Connectionobject.
- Throws:
- SQLException- if anything goes wrong
 
 
-