Spring Data Document

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.config Spring XML namespace configuration for MongoDB specific repositories. 
org.springframework.data.document.mongodb.convert   
org.springframework.data.document.mongodb.mapping   
org.springframework.data.document.mongodb.repository MongoDB specific repository implementation. 
org.springframework.data.persistence.document.mongodb   
 

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
           
MongoDbFactory
           
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.
MongoWriter
          A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
WriteResultChecking
           
 

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

Classes in org.springframework.data.document.mongodb used by org.springframework.data.document.mongodb.convert
MongoDbFactory
           
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.
 

Classes in org.springframework.data.document.mongodb used by org.springframework.data.document.mongodb.mapping
MongoDbFactory
           
 

Classes in org.springframework.data.document.mongodb used by org.springframework.data.document.mongodb.repository
MongoOperations
          Interface that specifies a basic set of MongoDB operations.
MongoTemplate
          Primary implementation of MongoOperations.
MongoWriter
          A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
 

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


Spring Data Document

Copyright © 2011. All Rights Reserved.