| Package | Description |
|---|---|
| org.aoju.bus.base.entity | |
| org.aoju.bus.base.service | |
| org.aoju.bus.base.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.Result(List<T> rows,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
BaseService.page(int pageNo,
int pageSize,
T entity,
String... orderBy)
通用:多条件分页查询
|
Result<T> |
BaseService.page(String pageNo,
String pageSize,
T entity,
String... orderBy)
通用:多条件分页查询
|
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
BaseServiceImpl.page(int pageNo,
int pageSize,
T entity,
String... orderBy) |
Result<T> |
BaseServiceImpl.page(String pageNo,
String pageSize,
T entity,
String... orderBy) |
Copyright © 2019. All rights reserved.