Interface ClientSessionAwareUnitOfWork
- All Superinterfaces:
UnitOfWork
- All Known Implementing Classes:
SpringMongoTransactionAwareUnitOfWorkFactory.SpringMongoTransactionAwareUnitOfWork
Version of UnitOfWork that's aware of the
Will likely be removed in the future as having access to the ClientSession doesn't seem to be needed
ClientSession associated with the current UnitOfWorkWill likely be removed in the future as having access to the ClientSession doesn't seem to be needed
-
Method Summary
Methods inherited from interface dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWork
commit, getCauseOfRollback, markAsRollbackOnly, markAsRollbackOnly, registerLifecycleCallbackForResource, rollback, rollback, start, status