public final class Page extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_SIZE
默认分页大小
|
| Modifier and Type | Method and Description |
|---|---|
Page |
count(boolean count) |
static Page |
create() |
static Page |
create(Integer page) |
static Page |
createIfNeed(Integer page,
Integer pageSize) |
boolean |
isCount() |
int |
page() |
int |
pageSize() |
Page |
pageSize(Integer pageSize) |
public static final int DEFAULT_PAGE_SIZE
Copyright © 2022. All rights reserved.