| Package | Description |
|---|---|
| org.brutusin.fleadb | |
| org.brutusin.fleadb.impl | |
| org.brutusin.fleadb.sort |
| Modifier and Type | Method and Description |
|---|---|
Paginator<E> |
FleaDB.query(Query q,
Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
Paginator<E> |
ObjectFleaDB.query(Query q,
Sort sort) |
Paginator<org.brutusin.json.spi.JsonNode> |
GenericFleaDB.query(Query q,
Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.by(SortField sortField) |
static Sort |
Sort.by(String field) |
static Sort |
Sort.by(String field,
boolean reverse) |
Sort |
Sort.thenBy(SortField sortField) |
Sort |
Sort.thenBy(String field) |
Sort |
Sort.thenBy(String field,
boolean reverse) |
Copyright © 2010–2015. All rights reserved.