Spring Data Graph

Uses of Package
org.springframework.data.document.mongodb

Packages that use org.springframework.data.document.mongodb
org.springframework.data.document.mongodb MongoDB core support. 
org.springframework.data.document.mongodb.repository MongoDB specific repository implementation. 
 

Classes in org.springframework.data.document.mongodb used by org.springframework.data.document.mongodb
CollectionCallback
           
CollectionOptions
          Provides a simple wrapper to encapsulate the variety of settings you can use when creating a collection.
CursorPreparer
          Simple callback interface to allow customization of a DBCursor.
DbCallback
           
MongoAdminOperations
           
MongoConverter
           
MongoOperations
          Interface that specifies a basic set of MongoDB operations.
MongoPropertyDescriptors.MongoPropertyDescriptor
          Simple value object to have a more suitable abstraction for MongoDB specific property handling.
MongoReader
          A MongoWriter is responsible for converting a native MongoDB DBObject to an object of type T.
MongoWriter
          A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
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
           
 

Classes in org.springframework.data.document.mongodb used by org.springframework.data.document.mongodb.repository
MongoTemplate
          Primary implementation of MongoOperations.
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.