Spring Data Graph

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  
MongoConverter  
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.
SimpleMongoConverter Basic MongoConverter implementation to convert between domain classes and DBObjects.
 

Enum Summary
SimpleMongoConverter.BigIntegerToIdConverter Simple singleton to convert BigIntegers to their ObjectId representation.
SimpleMongoConverter.ObjectIdToBigIntegerConverter Simple singleton to convert ObjectIds to their BigInteger representation.
SimpleMongoConverter.ObjectIdToStringConverter Simple singleton to convert ObjectIds to their String representation.
SimpleMongoConverter.StringToObjectIdConverter Simple singleton to convert Strings to their ObjectId representation.
WriteResultChecking  
 

Exception Summary
CannotGetMongoDbConnectionException  
 

Package org.springframework.data.document.mongodb Description

MongoDB core support.


Spring Data Graph

Copyright © 2011. All Rights Reserved.