Package | Description |
---|---|
com.mysema.query.mongodb | |
com.mysema.query.mongodb.morphia |
Modifier and Type | Method and Description |
---|---|
MongodbQuery<K> |
MongodbQuery.distinct() |
MongodbQuery<K> |
MongodbQuery.limit(long limit) |
MongodbQuery<K> |
MongodbQuery.offset(long offset) |
MongodbQuery<K> |
JoinBuilder.on(Predicate... conditions) |
MongodbQuery<K> |
AnyEmbeddedBuilder.on(Predicate... conditions) |
MongodbQuery<K> |
MongodbQuery.orderBy(OrderSpecifier<?>... o) |
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) |
MongodbQuery<K> |
MongodbQuery.where(Predicate e) |
Constructor and Description |
---|
AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
Path<? extends java.util.Collection<?>> collection) |
JoinBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
Path<?> ref,
Path<T> target) |
Modifier and Type | Class and Description |
---|---|
class |
MorphiaQuery<K>
MorphiaQuery extends
MongodbQuery with Morphia specific transformations |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.