| 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 | |
| MongoOperations |
Interface that specifies a basic set of MongoDB operations.
|
| WriteConcernResolver |
A strategy interface to determine the
WriteConcern to use for a given MongoAction. |
| 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. |
| SimpleMongoDbFactory |
Factory to create
DB instances from a Mongo instance. |
| Enum | Description |
|---|---|
| MongoActionOperation |
Enumeration for operations on a collection.
|
| WriteResultChecking |
Enum to represent how strict the check of
WriteResult shall be. |
| Exception | Description |
|---|---|
| MongoDataIntegrityViolationException |
Mongo-specific
DataIntegrityViolationException. |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.