| 程序包 | 说明 |
|---|---|
| com.mybatisflex.core.query |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StringQueryOrderBy
排序字段
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<QueryOrderBy> |
BaseQueryWrapper.orderBys |
| 限定符和类型 | 方法和说明 |
|---|---|
QueryOrderBy |
QueryColumn.asc() |
QueryOrderBy |
QueryColumn.desc() |
QueryOrderBy |
QueryOrderBy.nullsFirst() |
QueryOrderBy |
QueryOrderBy.nullsLast() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<QueryOrderBy> |
BaseQueryWrapper.getOrderBys() |
static List<QueryOrderBy> |
CPI.getOrderBys(QueryWrapper queryWrapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected T |
BaseQueryWrapper.addOrderBy(QueryOrderBy queryOrderBy) |
QueryWrapper |
QueryWrapper.orderBy(QueryOrderBy... orderBys) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
BaseQueryWrapper.setOrderBys(List<QueryOrderBy> orderBys) |
static void |
CPI.setOrderBys(QueryWrapper queryWrapper,
List<QueryOrderBy> orderBys) |
Copyright © 2023. All rights reserved.