| Modifier and Type | Method and Description |
|---|---|
Page<T> |
WarmDao.selectPage(T entity,
Page<T> page)
分页查询
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
WarmDao.selectPage(T entity,
Page<T> page)
分页查询
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
WarmQuery.page(T entity,
Page<T> page)
查询列表
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
WarmQuery.page(T entity,
Page<T> page)
查询列表
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
IWarmService.page(T entity,
Page<T> page)
分页查询
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
IWarmService.page(T entity,
Page<T> page)
分页查询
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
WarmServiceImpl.page(T entity,
Page<T> page) |
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
WarmServiceImpl.page(T entity,
Page<T> page) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Page<T> |
Page.empty() |
static <T> Page<T> |
Page.pageOf(Integer pageNum,
Integer size)
计算分页起始页
|
Page<T> |
Page.setIsAsc(String isAsc) |
Page<T> |
Page.setOrderBy(String orderBy) |
Copyright © 2024. All rights reserved.