| Package | Description |
|---|---|
| org.bridje.orm |
| Modifier and Type | Method and Description |
|---|---|
static Paging |
Paging.fromString(String value)
Create a paging object out of it string representation.
|
static Paging |
Paging.of(int count,
int size)
Creates a paging object out of the number of records and the size of the
pages.
|
static Paging |
Paging.of(int count,
int size,
int current)
Creates a paging object out of the number of records, the size of the
pages, and the current page.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.