Spring Data Document

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

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

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

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

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

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

Constructors in org.springframework.data.mongodb.repository with parameters of type MongoOperations
QuerydslRepositorySupport(MongoOperations operations)
          Creates a new QuerydslRepositorySupport for the given MongoOperations.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.