| Package | Description |
|---|---|
| org.dromara.hutool.db |
Hutool-db是一个在JDBC基础上封装的数据库操作工具类,通过包装,使用ActiveRecord思想操作数据库。
|
| org.dromara.hutool.db.sql |
SQL语句和Statement构建封装
|
| Modifier and Type | Method and Description |
|---|---|
Order[] |
Page.getOrders() |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.addOrder(Order... orders)
设置排序
|
void |
Page.setOrder(Order... orders)
设置排序
|
| Constructor and Description |
|---|
Page(int pageNumber,
int pageSize,
Order order)
构造
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.setDirection(Direction direction)
设置排序方向
|
| Modifier and Type | Method and Description |
|---|---|
SqlBuilder |
SqlBuilder.orderBy(Order... orders)
排序
|
Copyright © 2025. All rights reserved.