Package io.micronaut.data.connection.jdbc.advice
package io.micronaut.data.connection.jdbc.advice
-
ClassDescriptionContextual aware data source implementation.Allows injecting a
Connection
instance as a bean with any methods invoked on the connection being delegated to connection bound to the current context connection.An interceptor that allows injecting aConnection
that acts a proxy to look up the connection for the current transaction.JDBCDataSource
implementation that delegates all calls to a given targetDataSource
.