public class MongoQuery extends AbstractQuery
AbstractQuery.SortQuery.Criteria, Query.SortDirection| Constructor and Description |
|---|
MongoQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MongoQuery |
from(Category category) |
int |
hashCode() |
<T> MongoQuery |
where(Key<T> key,
Query.Criteria operator,
T value) |
MongoQuery |
where(String key,
Query.Criteria operator,
Object value) |
getCategory, getLimit, getSorts, limit, setCategory, setLimit, setSorts, sortpublic MongoQuery from(Category category)
from in interface Queryfrom in class AbstractQuerypublic <T> MongoQuery where(Key<T> key, Query.Criteria operator, T value)
public MongoQuery where(String key, Query.Criteria operator, Object value)
Copyright © 2012. All Rights Reserved.