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.crossstore   
org.springframework.data.mongodb.repository.cdi   
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.
SimpleMongoDbFactory
          Factory to create DB instances from a Mongo instance.
 

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.
DbCallback
           
DocumentCallbackHandler
          An interface used by MongoTemplate for processing documents returned from a MongoDB query on a per-document basis.
FindAndModifyOptions
           
IndexOperations
          Index operations on a collection.
MongoAction
          Represents an action taken against the collection.
MongoActionOperation
          Enumeration for operations on a collection.
MongoAdminOperations
           
MongoOperations
          Interface that specifies a basic set of MongoDB operations.
WriteConcernResolver
          A strategy interface to determine the WriteConcern to use for a given MongoDbAction.
WriteResultChecking
           
 

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.cdi
MongoOperations
          Interface that specifies a basic set of MongoDB operations.
 

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

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.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.