Package io.micronaut.data.mongodb.transaction
-
Interface Summary Interface Description MongoSynchronousTransactionManager MongoDB'sSynchronousTransactionManager
.TransactionalClientSession Allows injecting aClientSession
instance as a bean with any methods invoked on the connection being delegated to connection bound to the current transaction. -
Class Summary Class Description MongoSynchronousTransactionManagerImpl MongoDB synchronous transaction manager.TransactionalClientSessionInterceptor An interceptor that allows injecting aClientSession
that acts a proxy to lookup the connection for the current transaction.