| Package | Description |
|---|---|
| org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LimitPicker<S extends Slice<T>,T>
An element of the
Paginator DSL allowing to specify a limit on the number of objects
returned, in the case of an offset-based pagination. |
| Modifier and Type | Method and Description |
|---|---|
SpecificationPicker<S,T> |
LimitPicker.limit(long limit)
Specify a limit on the number of objects returned.
|
SpecificationPicker<Page<T>,T> |
SizePicker.ofSize(long size)
Specify the size of the page.
|
Copyright © 2013-2017–2017 SeedStack. All rights reserved.