Uses of Class
com.mysema.query.mongodb.MongodbQuery

Packages that use MongodbQuery
com.mysema.query.mongodb   
com.mysema.query.mongodb.morphia   
 

Uses of MongodbQuery in com.mysema.query.mongodb
 

Methods in com.mysema.query.mongodb that return MongodbQuery
 MongodbQuery<K> MongodbQuery.distinct()
           
 MongodbQuery<K> MongodbQuery.limit(long limit)
           
 MongodbQuery<K> MongodbQuery.offset(long offset)
           
 MongodbQuery<K> MongodbQuery.orderBy(OrderSpecifier<?>... o)
           
 MongodbQuery<K> MongodbQuery.restrict(QueryModifiers modifiers)
           
<T> MongodbQuery<K>
MongodbQuery.set(ParamExpression<T> param, T value)
           
 MongodbQuery<K> MongodbQuery.where(Predicate... e)
           
 

Uses of MongodbQuery in com.mysema.query.mongodb.morphia
 

Subclasses of MongodbQuery in com.mysema.query.mongodb.morphia
 class MorphiaQuery<K>
          MorphiaQuery extends MongodbQuery with Morphia specific transformations
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.