| Interface | Description |
|---|---|
| CrudRepository<T> |
| Class | Description |
|---|---|
| AbstractJongoRepository<T> |
Simple interface to interact with Jongo/MongoDB.
Changes MongoException in to MongoRepositoryException (which is a checked exception).As well if Command result is not ok (CommandResult#isOk) return false a exception will be thrown the message for that exception will be CommandResult#getErrorMessage. Some of the find and insert methods use a template queryName. |
| FileInfo |
Grid Fs File Information
|
| JongoFactoryBean |
Creates a Jongo singleton for application wide use.
|
| JongoQueries |
Holds a Map of all the register MongoQueries.
|
| MongoClientFactory |
Creates a Mongo Client based on a connection String
|
| MongoClientFromUriFactoryBean |
FactoryBean that besides creating a MongoClient from a Mongo URI,
closes the client when it's destroyed. |
| MongoClientOptionsFactory |
Spring helper for Create a MongoClient
|
| MongoScriptRunner |
Utility class for running Mongo scripts in JS.
|
| UpdateHelper |
Created by alfonsovasquez on 13/6/16.
|
| Exception | Description |
|---|---|
| DuplicateKeyException |
Mongo exception thrown when a document can't be inserted because there's already a document with the same key.
|
| MongoDataException |
Checked Exception to wrap around MongoException.
|
| Annotation Type | Description |
|---|---|
| Document |
Copyright © 2018 CrafterCMS. All rights reserved.