Spring Data Document

Uses of Interface
org.springframework.data.document.mongodb.MongoOperations

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

Uses of MongoOperations in org.springframework.data.document.mongodb
 

Classes in org.springframework.data.document.mongodb that implement MongoOperations
 class MongoTemplate
          Primary implementation of MongoOperations.
 

Uses of MongoOperations in org.springframework.data.document.mongodb.repository
 

Methods in org.springframework.data.document.mongodb.repository that return MongoOperations
protected  MongoOperations SimpleMongoRepository.getMongoOperations()
          Returns the underlying MongoOperations instance.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.