Skip to content
kaiso edited this page Jun 17, 2018 · 22 revisions

RelMongo

Use associations (references) between collections in MongoDB database.


Presentation

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

Wiki contents

How it works
Compatibility matrix
How to use aggregations and lookup to query RelMong based objects

Clone this wiki locally