-
Notifications
You must be signed in to change notification settings - Fork 10
Home
kaiso edited this page Jun 14, 2018
·
22 revisions
Use associations (references) between collections in MongoDB database.
RelMongo is a framework built in top of Spring Data MongoDB which allows to use associations between collection like Java Persistence API for relational databases. The framework supports three main annotations:
- @EnableRelationalMongo
- @OneToOne
- @OneToMany
- How it works
- How to use
© Copyright Kais OMRI under the Apache License 2.0