public class Query extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_ID |
static Long |
MAX_ITEMS_PER_PAGE |
static Long |
MAX_ITEMS_UNLIMITED |
static String |
ORDER |
static String |
ORDER_ASC |
static String |
ORDER_BY |
static String |
ORDER_DESC |
static String |
PAGE |
static String |
PAGE_LIMIT |
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
static Query |
get(Map<String,Object> filters) |
Map<String,Object> |
getFilters() |
String |
getIdColumn() |
String |
getOrder() |
String |
getOrderBy() |
Long |
getStartingRow() |
void |
setOrderByRawQuery(String rawQuery) |
public static final Long MAX_ITEMS_PER_PAGE
public static final Long MAX_ITEMS_UNLIMITED
public static final String PAGE_LIMIT
public static final String PAGE
public static final String ORDER
public static final String ORDER_BY
public static final String ORDER_ASC
public static final String ORDER_DESC
public static final String KEY_ID
Copyright © 2015–2019. All rights reserved.