Interface | Description |
---|---|
IndexDescription |
Used to setup indices in Mongo DB on system startup.
|
Class | Description |
---|---|
Deleter |
Fluent builder to build a delete statement.
|
Doc |
A simple wrapper of a document in Mongo DB.
|
Finder |
Fluent builder to build a find statement.
|
Inserter |
Fluent builder to build an insert statement.
|
Mango |
Provides the
mapper used to communicate with MongoDB. |
Mongo |
Provides a thin layer above Mongo DB with fluent APIs for CRUD operations.
|
MongoCommand |
Reports statistics and controls tracing via the system console.
|
MongoEntity |
Represents the base class for all entities which are managed via
Mango and stored in MongoDB. |
MongoMetricsProvider |
Provides metrics for Mongo DB (if configured).
|
MongoQuery<E extends MongoEntity> |
Creates a new query against MongoDB.
|
QueryBuilder<S> |
Base class for queries providing a filter builder.
|
Updater |
Fluent builder to build an update statement.
|
Basically this provides a connection pool which can be configured via the system configuration (namely mongo.host and mongo.db).
It also provides fluent query builders for CRUD operations.
Mongo
Copyright © 2018. All rights reserved.