public class MongoQuery<T extends Pojo> extends AbstractQuery<T>
AbstractQuery.Sort
Query.Criteria, Query.SortDirection
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Cursor<T> |
execute() |
Category<T> |
getCategory() |
int |
hashCode() |
void |
setCategory(Category<T> category) |
<S> void |
where(Key<S> key,
Query.Criteria operator,
S value) |
void |
where(String key,
Query.Criteria operator,
Object value) |
public <S> void where(Key<S> key, Query.Criteria operator, S value)
public void where(String key, Query.Criteria operator, Object value)
Copyright © 2014. All rights reserved.