Package | Description |
---|---|
org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
org.seedstack.crud.rest |
Class and Description |
---|
KeyValuePicker
An element of the
Paginator DSL allowing to specify the value used as boundary in the
case of a key-based pagination. |
LimitPicker
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. |
PaginationTypePicker
An element of the
Paginator DSL allowing to choose the pagination type. |
RepositoryOptionsPicker
An element of the
Paginator DSL allowing to specify repository options. |
SizePicker
An element of the
Paginator DSL allowing to specify the size of the page in the case of
page-based pagination. |
SlicePaginationPicker
An element of the
Paginator DSL allowing to choose the pagination type. |
SpecificationPicker
An element of the
Paginator DSL allowing to specify the specification that will be used
to retrieve objects from the repository. |
Class and Description |
---|
LimitPicker
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. |
Paginator
Paginator is a DSL aimed at paginating arbitrary streams or iterables, or domain objects provided by a
Repository . |
SpecificationPicker
An element of the
Paginator DSL allowing to specify the specification that will be used
to retrieve objects from the repository. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.