Package io.micronaut.transaction.jdbc
package io.micronaut.transaction.jdbc
-
ClassDescriptionSimple interface to be implemented by handles for a JDBC Connection.Resource holder wrapping a JDBC
Connection
.NOTICE: This is a fork of Spring'sPlatformTransactionManager
modernizing it to use enums, Slf4j and decoupling from Spring.Helper class that provides static methods for obtaining JDBC Connections from aDataSource
.JDBCDataSource
implementation that delegates all calls to a given targetDataSource
.Unwraps transactional data source proxies.Convenient base class for JDBC-aware transaction objects.Simple implementation of theConnectionHandle
interface, containing a given JDBC Connection.Allows injecting aConnection
instance as a bean with any methods invoked on the connection being delegated to connection bound to the current transaction.An interceptor that allows injecting aConnection
that acts a proxy to lookup the connection for the current transaction.Transaction aware data source implementation.