Interface | Description |
---|---|
TransactionalClientSession |
Allows injecting a
ClientSession instance as a bean with any methods invoked
on the connection being delegated to connection bound to the current transaction. |
Class | Description |
---|---|
MongoSynchronousTransactionManager |
Mongo synchronous transaction manager.
|
TransactionalClientSessionInterceptor |
An interceptor that allows injecting a
ClientSession that acts a proxy to lookup the connection for the current transaction. |