Modifier and Type | Class and Description |
---|---|
class |
CustomOrderBy
自定义排序
|
class |
OrderBy
定义排序类
|
Modifier and Type | Method and Description |
---|---|
default IOrderBy |
IColumnOrderBySupport.customerOrderBy(List<?> subOrders)
自定义排序
|
default IOrderBy |
IColumnOrderBySupport.customerOrderBy(List<?> subOrders,
boolean desc)
自定义排序
|
default IOrderBy |
IColumnOrderBySupport.orderBy()
构造OrderBy
|
default IOrderBy |
IColumnOrderBySupport.orderBy(boolean desc)
构造OrderBy
|
Modifier and Type | Method and Description |
---|---|
QuerySql<T> |
QuerySqlImpl.orderBy(IOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
QuerySql<T> |
QuerySqlImpl.orderBy(List<IOrderBy> orderBys) |
Modifier and Type | Method and Description |
---|---|
T |
OrderBySupport.orderBy(IOrderBy orderBy)
`ORDER BY` 语句
|
Modifier and Type | Method and Description |
---|---|
T |
OrderBySupport.orderBy(List<IOrderBy> orderBys)
`ORDER BY` 语句
|
Modifier and Type | Method and Description |
---|---|
T |
OrderBySupportImpl.orderBy(IOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
T |
OrderBySupportImpl.orderBy(List<IOrderBy> orderBys) |
Copyright © 2020 IBIT程序猿. All rights reserved.