| 构造器和说明 |
|---|
QueryConditions() |
public QueryConditions clone()
public int getLimit()
public void setLimit(int limit)
public int getSkip()
public void setSkip(int skip)
public String getOrder()
public void setOrder(String order)
public Map<String,List<QueryOperation>> getWhere()
public void setWhere(Map<String,List<QueryOperation>> where)
public boolean isTrace()
public void setTrace(boolean trace)
public void addAscendingOrder(String key)
public void orderByAscending(String key)
public void addDescendingOrder(String key)
public void orderByDescending(String key)
public void include(String key)
public void selectKeys(Collection<String> keys)
public void addWhereItem(QueryOperation op)
public void addOrItems(QueryOperation op)
public void addAndItems(QueryConditions conditions)
public void whereWithinRadians(String key, AVGeoPoint point, double maxDistance)
public void whereWithinRadians(String key, AVGeoPoint point, double maxDistance, double minDistance)
public void whereContainedIn(String key, Collection<? extends Object> values)
public void whereExists(String key)
public void whereNear(String key, AVGeoPoint point)
public void whereNotContainedIn(String key, Collection<? extends Object> values)
public void whereWithinGeoBox(String key, AVGeoPoint southwest, AVGeoPoint northeast)
public void whereWithinKilometers(String key, AVGeoPoint point, double maxDistance)
public void whereWithinKilometers(String key, AVGeoPoint point, double maxDistance, double minDistance)
public void whereWithinMiles(String key, AVGeoPoint point, double maxDistance)
public void whereWithinMiles(String key, AVGeoPoint point, double maxDistance, double minDistance)
public void whereSizeEqual(String key, int size)
public void whereContainsAll(String key, Collection<?> values)
public void whereDoesNotExist(String key)
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.