Interface TransactionalConnection

All Superinterfaces:
AutoCloseable, Connection, Wrapper

@EachBean(javax.sql.DataSource.class) @Internal public interface TransactionalConnection extends Connection
Allows injecting a Connection instance as a bean with any methods invoked on the connection being delegated to connection bound to the current transaction.

If no transaction is

Since:
1.0
Author:
graemerocher