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
ConstructorDescriptionSimpleConnectionHandle
(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, wait
Methods 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:
getConnection
in interfaceConnectionHandle
-
toString
-