Interface ClientSessionAwareUnitOfWork
-
- All Superinterfaces:
UnitOfWork
- All Known Implementing Classes:
SpringMongoTransactionAwareUnitOfWorkFactory.SpringMongoTransactionAwareUnitOfWork
public interface ClientSessionAwareUnitOfWork extends UnitOfWork
Version of UnitOfWork that's aware of theClientSessionassociated with the currentUnitOfWork
Will 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
-
-