Class SimpleConnectionHandle
java.lang.Object
org.springframework.jdbc.datasource.SimpleConnectionHandle
- All Implemented Interfaces:
 ConnectionHandle
Simple implementation of the 
ConnectionHandle interface,
 containing a given JDBC Connection.- Since:
 - 1.1
 - Author:
 - Juergen Hoeller
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSimpleConnectionHandle(Connection connection) Create a new SimpleConnectionHandle for the given Connection. - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.jdbc.datasource.ConnectionHandle
releaseConnection 
- 
Constructor Details
- 
SimpleConnectionHandle
Create a new SimpleConnectionHandle for the given Connection.- Parameters:
 connection- the JDBC Connection
 
 - 
 - 
Method Details
- 
getConnection
Return the specified Connection as-is.- Specified by:
 getConnectionin interfaceConnectionHandle
 - 
toString
 
 -