| Interface | Description |
|---|---|
| CollectionCallback<T> | |
| DbCallback<T> | |
| DocumentCallbackHandler |
An interface used by
MongoTemplate for processing documents returned from a MongoDB query on a per-document
basis. |
| IndexOperations |
Index operations on a collection.
|
| MongoAdminOperations | |
| MongoDocumentWriter | |
| MongoOperations |
Interface that specifies a basic set of MongoDB operations.
|
| WriteConcernResolver |
A strategy interface to determine the WriteConcern to use for a given MongoDbAction.
|
| Class | Description |
|---|---|
| CollectionOptions |
Provides a simple wrapper to encapsulate the variety of settings you can use when creating a collection.
|
| DefaultIndexOperations |
Default implementation of
IndexOperations. |
| FindAndModifyOptions | |
| MongoAction |
Represents an action taken against the collection.
|
| MongoAdmin |
Mongo server administration exposed via JMX annotations
|
| MongoDbUtils |
Helper class featuring helper methods for internal MongoDb classes.
|
| MongoExceptionTranslator |
Simple
PersistenceExceptionTranslator for Mongo. |
| MongoFactoryBean |
Convenient factory for configuring MongoDB.
|
| MongoOptionsFactoryBean |
A factory bean for construction of a MongoOptions instance
|
| MongoTemplate |
Primary implementation of
MongoOperations. |
| SerializationUtils |
Utility methods for JSON serialization.
|
| SimpleMongoDbFactory |
| Enum | Description |
|---|---|
| MongoActionOperation |
Enumeration for operations on a collection.
|
| WriteResultChecking |
Copyright © 2012. All Rights Reserved.