public class BaseQuery extends Object implements Query
Query.| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
boolean |
hasLimit()
Whether this query has a defined limit
|
BaseQuery |
setLimit(int limit)
Sets the limit of the query if it wasn't specified in the constructor
|
public BaseQuery setLimit(int limit)
limit - public int getLimit()
Copyright © 2012–2015. All rights reserved.