Spring Data MongoDB - Core

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

Packages that use MongoRepository
org.springframework.data.mongodb.repository.support Support infrastructure for query derivation of MongoDB specific repositories. 
 

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 - Core

Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.