See: Description
Interface | Description |
---|---|
KeyValuePicker<T> |
An element of the
Paginator DSL allowing to specify the value used as boundary in the
case of a key-based pagination. |
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. |
PaginationTypePicker<T> |
An element of the
Paginator DSL allowing to choose the pagination type. |
Paginator |
Paginator is a DSL aimed at paginating arbitrary streams or iterables, or domain objects provided by a
Repository . |
RepositoryOptionsPicker<A extends AggregateRoot<I>,I> |
An element of the
Paginator DSL allowing to specify repository options. |
SizePicker<T> |
An element of the
Paginator DSL allowing to specify the size of the page in the case of
page-based pagination. |
SlicePaginationPicker<T> |
An element of the
Paginator DSL allowing to choose the pagination type. |
SpecificationPicker<S extends Slice<T>,T> |
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.