How to use MongoDb in java Insert,Update,Delete,Query.
- How to insert data both insert single and multiple Records or list of Records.
- How to Query all and Query by condition.
- How to Update by some condition, Update many records and single record.
- How to delete by some condition and also delete many records and single record.
- How to deal with datetime in mongodb in java.
- How to Insert Date into mongodb.
- How to query between from date to date (with Date Formate dd/MM/YYYY).
- How to Drop Collection.
https://stackoverflow.com/questions/6840540/java-mongodb-query-by-date
This project is made in Intellij so if you try to open in Android Studio it may not open.