| Interface | Description |
|---|---|
| DocDeleter |
Deletes documents from a MongoDB collection
|
| DocFinder |
Finds documents, sorts them, and limits the result set.
|
| DocSaver |
Inserts or saves a doc
|
| DocUpdater |
Updates docs based on a query
|
| Class | Description |
|---|---|
| AtomicIterateUpdate |
Atomic updater that evaluates the query, and updates the documents one by one
using atomic updates
This class is probably useless.
|
| BasicDocDeleter |
Basic document deletion with no transaction support
|
| BasicDocFinder |
Basic doc search operation
|
| BasicDocSaver |
Basic doc saver with no transaction support
|
| IterateAndUpdate |
Non-atomic updater that evaluates the query, and updates the documents one by
one.
|
| IterateDeleter |
Iterates the result set and deleted documents one by one
|
| Merge |
During a save operation, the document provided by the client replaces the
copy in the database.
|
| Merge.IField | |
| Merge.PathAndField | |
| MongoCrudConstants | |
| MongoCRUDController | |
| Translator |
Translations between BSON and JSON.
|
| Enum | Description |
|---|---|
| DocSaver.Op |
| Exception | Description |
|---|---|
| CannotTranslateException |
Thrown whenever an update expression cannot be translated to MongoDB update
expression
|
Copyright © 2014. All rights reserved.