Class SimpleConnectionHandle

java.lang.Object
io.micronaut.transaction.jdbc.SimpleConnectionHandle
All Implemented Interfaces:
ConnectionHandle

public class SimpleConnectionHandle extends Object implements ConnectionHandle
Simple implementation of the ConnectionHandle interface, containing a given JDBC Connection.
Since:
1.1
Author:
Juergen Hoeller
  • Constructor Details

    • SimpleConnectionHandle

      public SimpleConnectionHandle(Connection connection)
      Create a new SimpleConnectionHandle for the given Connection.
      Parameters:
      connection - the JDBC Connection
  • Method Details