Package io.micronaut.data.connection.jdbc.advice
package io.micronaut.data.connection.jdbc.advice
-
ClassDescriptionContextual aware data source implementation.Allows injecting a
Connectioninstance 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 aConnectionthat acts a proxy to lookup the connection for the current transaction.JDBCDataSourceimplementation that delegates all calls to a given targetDataSource.