Package | Description |
---|---|
cn.hutool.db |
Hutool-db是一个在JDBC基础上封装的数据库操作工具类,通过包装,使用ActiveRecord思想操作数据库。
|
cn.hutool.db.sql |
SQL语句和Statement构建封装
|
Modifier and Type | Method and Description |
---|---|
Order[] |
Page.getOrders() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
---|---|
SqlBuilder |
SqlBuilder.orderBy(Order... orders)
排序
|
Copyright © 2024. All rights reserved.