Package io.micronaut.data.mongodb.transaction
-
Interface Summary Interface Description MongoSynchronousTransactionManager MongoDB'sSynchronousTransactionManager.TransactionalClientSession Allows injecting aClientSessioninstance 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 aClientSessionthat acts a proxy to lookup the connection for the current transaction.