Package io.micronaut.data.mongodb.transaction
package io.micronaut.data.mongodb.transaction
-
ClassDescriptionMongoDB's
SynchronousTransactionManager
.MongoDB synchronous transaction manager.Allows injecting aClientSession
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 aClientSession
that acts a proxy to lookup the connection for the current transaction.