This project implements GORM for the MongoDB Document Database.
This project aims to provide an Object-Mapping layer on top of MongoDB to ease common activities such as:
- Marshalling from Mongo to Groovy/Java types and back again
- Support for GORM dynamic finders, criteria and named queries
- Session-managed transactions
- Validating domain instances backed by the Mongo datastore
Important
Currently, this plugin has been upgraded to MongoDB Driver 5.0.1, but only support Grace Framework 2023.3.x.
dependencies {
implementation "org.graceframework.plugins:mongodb"
}
To make it easier for users to use and upgrade, Grace Data MongoDB adopts a version policy consistent with the Grace Framework.
GORM MongoDb Version | Grace Version |
---|---|
2023.3.x | 2023.3.x |
This plugin is available as open source under the terms of the APACHE LICENSE, VERSION 2.0