spring-guides / gs-accessing-data-mongodb

Accessing Data with MongoDB :: Learn how to persist data in MongoDB.
http://spring.io/guides/gs/accessing-data-mongodb/
Apache License 2.0
139 stars 161 forks source link

How to use transaction for mongo? #14

Closed Dreampie closed 8 years ago

gregturn commented 8 years ago

The guides are intended for provided the simplest introduction to a given issue. Handling transactions with MongoDB isn't a critical path solution, so it doesn't fit as an option for this guide.