Spring Data Document

Package org.springframework.data.document.mongodb

MongoDB core support.

See:
          Description

Interface Summary
CollectionCallback<T>  
CursorPreparer Simple callback interface to allow customization of a DBCursor.
DbCallback<T>  
MongoAdminOperations  
MongoDocumentWriter  
MongoOperations Interface that specifies a basic set of MongoDB operations.
MongoReader<T> A MongoWriter is responsible for converting a native MongoDB DBObject to an object of type T.
MongoReaderWriter<T>  
MongoWriter<T> A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
 

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 consruction a MongoOptions instance
MongoPropertyDescriptors An iterable of MongoPropertyDescriptors.MongoPropertyDescriptors that allows dedicated access to the MongoPropertyDescriptors.MongoPropertyDescriptor that captures the id-property.
MongoPropertyDescriptors.MongoPropertyDescriptor Simple value object to have a more suitable abstraction for MongoDB specific property handling.
MongoTemplate Primary implementation of MongoOperations.
 

Enum Summary
WriteResultChecking  
 

Exception Summary
CannotGetMongoDbConnectionException  
 

Package org.springframework.data.document.mongodb Description

MongoDB core support.


Spring Data Document

Copyright © 2011. All Rights Reserved.