| Package | Description |
|---|---|
| org.mayanjun.myjack.api.query |
| Modifier and Type | Method and Description |
|---|---|
Set<Sort> |
Query.sorts()
Returns the sort fields
|
Set<Sort> |
StandardQuery.sorts() |
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
Query.addSort(Sort sort)
Add an sort field
|
Query<T> |
StandardQuery.addSort(Sort sort) |
QueryBuilder<T> |
QueryBuilder.orderBy(Sort... sort)
Add multi ORDER BY field
|
Copyright © 2019. All rights reserved.