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.support   
 

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.support
 

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

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


Spring Data Document

Copyright © 2011. All Rights Reserved.