| Package | Description |
|---|---|
| eu.eventstorm.sql | |
| eu.eventstorm.sql.domain |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Page<T> |
Repository.executeSelectPage(String countSql,
String sql,
ResultSetMapper<T> mapper,
Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Pageable |
Page.next() |
Pageable |
Pageable.next() |
Pageable |
PageImpl.next() |
static Pageable |
Pageable.of(int page,
int size) |
static Pageable |
Pageable.unpaged() |
| Constructor and Description |
|---|
PageImpl(Stream<T> content,
long total,
Pageable pageable) |
Copyright © 2019. All rights reserved.