| java.lang.Object | |
| ↳ | org.springframework.jdbc.datasource.SimpleConnectionHandle | 
Simple implementation of the ConnectionHandle interface,
 containing a given JDBC Connection.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Create a new SimpleConnectionHandle for the given Connection. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Return the specified Connection as-is. | |||||||||||
| This implementation is empty, as we're using a standard
 Connection handle that does not have to be released. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.jdbc.datasource.ConnectionHandle | |||||||||||
Create a new SimpleConnectionHandle for the given Connection.
| connection | the JDBC Connection | 
|---|
This implementation is empty, as we're using a standard Connection handle that does not have to be released.
| con | the JDBC Connection to release | 
|---|