22 lines
1.4 KiB
Markdown
Raw Normal View History

## MongoDB
This module contains articles about MongoDB in Java.
### Relevant articles:
- [A Guide to MongoDB with Java](http://www.baeldung.com/java-mongodb)
- [A Simple Tagging Implementation with MongoDB](http://www.baeldung.com/mongodb-tagging)
- [MongoDB BSON Guide](https://www.baeldung.com/mongodb-bson)
- [Geospatial Support in MongoDB](https://www.baeldung.com/mongodb-geospatial-support)
- [Introduction to Morphia Java ODM for MongoDB](https://www.baeldung.com/mongodb-morphia)
2020-03-18 13:10:33 +08:00
- [MongoDB Aggregations Using Java](https://www.baeldung.com/java-mongodb-aggregations)
2020-05-05 17:27:51 +08:00
- [BSON to JSON Document Conversion in Java](https://www.baeldung.com/java-convert-bson-to-json)
- [How to Check Field Existence in MongoDB?](https://www.baeldung.com/mongodb-check-field-exists)
2022-02-02 17:44:32 +08:00
- [Get Last Inserted Document ID in MongoDB With Java Driver](https://www.baeldung.com/java-mongodb-last-inserted-id)
- [Update Multiple Fields in a MongoDB Document](https://www.baeldung.com/mongodb-update-multiple-fields)
2022-03-16 21:09:51 +08:00
- [Update Documents in MongoDB](https://www.baeldung.com/mongodb-update-documents)
2022-03-16 21:16:20 +08:00
- [Check Collection Existence in MongoDB](https://www.baeldung.com/java-check-collection-existence-mongodb)
2022-03-16 21:28:01 +08:00
- [Case Insensitive Sorting in MongoDB](https://www.baeldung.com/java-mongodb-case-insensitive-sorting)
2022-03-16 21:40:31 +08:00
- [Push and Set Operations in Same MongoDB Update](https://www.baeldung.com/java-mongodb-push-set)
2022-03-24 00:03:36 +08:00
- [Push Operations in MongoDB](https://www.baeldung.com/mongodb-push-operations)