Package io.micronaut.transaction.jdbc
Class SimpleConnectionHandle
java.lang.Object
io.micronaut.transaction.jdbc.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, wait
Methods inherited from interface io.micronaut.transaction.jdbc.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
- Returns:
- Fetch the JDBC Connection that this handle refers to.
-
toString
-