| Interface | Description |
|---|---|
| BulkOperations |
Bulk operations for insert/update/remove actions on a collection.
|
| 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.
|
| ScriptOperations |
Script operations on
DB level. |
| 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 | |
| GeoJsonConfiguration |
Configuration class to expose
GeoJsonModule as a Spring bean. |
| MongoAction |
Represents an action taken against the collection.
|
| MongoAdmin |
Mongo server administration exposed via JMX annotations
|
| MongoClientFactoryBean |
Convenient factory for configuring MongoDB.
|
| MongoClientOptionsFactoryBean |
A factory bean for construction of a
MongoClientOptions instance. |
| MongoDbUtils |
Helper class featuring helper methods for internal MongoDb classes.
|
| MongoExceptionTranslator |
Simple
PersistenceExceptionTranslator for Mongo. |
| MongoFactoryBean | Deprecated
since 1.7.
|
| MongoOptionsFactoryBean | Deprecated
since 1.7.
|
| MongoTemplate |
Primary implementation of
MongoOperations. |
| SimpleMongoDbFactory |
Factory to create
DB instances from a Mongo instance. |
| Enum | Description |
|---|---|
| BulkOperations.BulkMode |
Mode for bulk operation.
|
| 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–2018 Pivotal Software, Inc.. All rights reserved.