Spring Data Document

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

Packages that use org.springframework.data.mongodb.core
org.springframework.data.mongodb.config Spring XML namespace configuration for MongoDB specific repositories. 
org.springframework.data.mongodb.core MongoDB core support. 
org.springframework.data.mongodb.core.convert   
org.springframework.data.mongodb.crossstore   
org.springframework.data.mongodb.repository.query   
org.springframework.data.mongodb.repository.support   
 

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

Classes in org.springframework.data.mongodb.core used by org.springframework.data.mongodb.core
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
           
DocumentCallbackHandler
          An interface used by MongoTemplate for processing documents returned from a MongoDB query on a per-document basis.
MongoAdminOperations
           
MongoOperations
          Interface that specifies a basic set of MongoDB operations.
WriteResultChecking
           
 

Classes in org.springframework.data.mongodb.core used by org.springframework.data.mongodb.core.convert
QueryMapper
          A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
 

Classes in org.springframework.data.mongodb.core used by org.springframework.data.mongodb.crossstore
MongoTemplate
          Primary implementation of MongoOperations.
 

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

Classes in org.springframework.data.mongodb.core used by org.springframework.data.mongodb.repository.support
MongoOperations
          Interface that specifies a basic set of MongoDB operations.
MongoTemplate
          Primary implementation of MongoOperations.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.