Spring Data Document

Package org.springframework.data.mongodb.core

MongoDB core support.

See:
          Description

Interface Summary
CollectionCallback<T>  
CursorPreparer Simple callback interface to allow customization of a DBCursor.
DbCallback<T>  
DocumentCallbackHandler An interface used by MongoTemplate for processing documents returned from a MongoDB query on a per-document basis.
MongoAdminOperations  
MongoDocumentWriter  
MongoOperations Interface that specifies a basic set of MongoDB operations.
 

Class Summary
CollectionOptions Provides a simple wrapper to encapsulate the variety of settings you can use when creating a 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.
QueryMapper A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
SimpleMongoDbFactory Factory to create DB instances from a Mongo instance.
 

Enum Summary
WriteResultChecking  
 

Package org.springframework.data.mongodb.core Description

MongoDB core support.


Spring Data Document

Copyright © 2011. All Rights Reserved.