T
- the type of the paginated object.public interface SizePicker<T> extends LimitPicker<Page<T>,T>
Paginator
DSL allowing to specify the size of the page in the case of
page-based pagination.Modifier and Type | Method and Description |
---|---|
default SpecificationPicker<Page<T>,T> |
ofSize(long size)
Specify the size of the page.
|
limit
all, matching
default SpecificationPicker<Page<T>,T> ofSize(long size)
size
- the size of a page.Copyright © 2013-2018–2019 SeedStack. All rights reserved.