I am saving my document in MongoDb and using save method with class,collection name param.
All the methods of save and insert are void return type. then how i can know that my document was saved or not.
Is it that i have to re-query to check whether my document was saved. I just need any return value to see if it was saved.
Moreover i am using Spring Data for Mongo to do operations.