Spring Data MongoDB

Uses of Interface
org.springframework.data.mongodb.repository.MongoRepository

Packages that use MongoRepository
org.springframework.data.mongodb.repository.support   
 

Uses of MongoRepository in org.springframework.data.mongodb.repository.support
 

Classes in org.springframework.data.mongodb.repository.support that implement MongoRepository
 class QueryDslMongoRepository<T,ID extends Serializable>
          Special QueryDsl based repository implementation that allows execution Predicates in various forms.
 class SimpleMongoRepository<T,ID extends Serializable>
          Repository base implementation for Mongo.
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.