How to achieve document level locking functionality with MongoDB using mongo-java-driver?

496 Views Asked by At

We've an enhancement to use document level locking functionality with MongoDB like 'Select for Update' concept in oracle.Can any of you explain how it can be achieved using java driver?

0

There are 0 best solutions below