-
-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
Hi,
Mongodb supports multiple documents transaction of multiple collections starting version 4.0, I have tested the mongodb transaction myself by persisting multiple documents from different collections with spring boot in a method that annotated with transactional annotation and it rollback all changes when exception was thrown. However, javers still able to commit it own revision changes to mongodb. Please refers to the links below for mongodb transaction and spring mongodb transaction:
https://docs.mongodb.com/manual/core/transactions/
https://www.baeldung.com/spring-data-mongodb-transactions
Reactions are currently unavailable