Constructor and Description |
---|
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 boolean isIncludeACL()
public void includeACL(boolean includeACL)
includeACL
- Flag to indicate need ACL returned in result.public void addWhereItem(QueryOperation op)
public void addOrItems(QueryOperation op)
public void addAndItems(QueryConditions conditions)
public void whereWithinRadians(String key, LCGeoPoint point, double maxDistance)
public void whereWithinRadians(String key, LCGeoPoint point, double maxDistance, double minDistance)
public void whereContainedIn(String key, Collection<? extends Object> values)
public void whereExists(String key)
public void whereNear(String key, LCGeoPoint point)
public void whereNotContainedIn(String key, Collection<? extends Object> values)
public void whereWithinGeoBox(String key, LCGeoPoint southwest, LCGeoPoint northeast)
public void whereWithinKilometers(String key, LCGeoPoint point, double maxDistance)
public void whereWithinKilometers(String key, LCGeoPoint point, double maxDistance, double minDistance)
public void whereWithinMiles(String key, LCGeoPoint point, double maxDistance)
public void whereWithinMiles(String key, LCGeoPoint 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.