Skip to content
RezaNajafian edited this page Dec 8, 2025 · 3 revisions

MongoHelper Wiki

Welcome to the MongoHelper wiki.

MongoHelper is a small ORM-like helper library built on top of the official MongoDB Java driver. It focuses on:

  • Central registration of models via OrmSchematic
  • Automatic metadata and index handling
  • Fluent, grouped operations via OperationsGroup

This wiki explains how to install, configure, and use MongoHelper in your Java applications.

Wiki Pages

You can read these pages in order, or jump directly to the topic you need.

Clone this wiki locally