Spring Data Document

Package org.springframework.data.mongodb.core

MongoDB core support.

See:
          Description

Interface Summary
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 Summary
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 Summary
MongoActionOperation Enumeration for operations on a collection.
WriteResultChecking  
 

Package org.springframework.data.mongodb.core Description

MongoDB core support.


Spring Data Document

Copyright © 2012. All Rights Reserved.