See: Description
| Interface | Description |
|---|---|
| KeyValuePicker<A extends AggregateRoot<I>,I> |
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<A>,A extends AggregateRoot<I>,I> |
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<A extends AggregateRoot<I>,I> |
An element of the
Paginator DSL allowing to choose the pagination type. |
| Paginator |
Paginator is a DSL aimed at paginating domain objects provided by a
Repository into
Slices or
Pages. |
| RepositoryOptionsPicker<A extends AggregateRoot<I>,I> |
An element of the
Paginator DSL allowing to specify repository options. |
| SizePicker<A extends AggregateRoot<I>,I> |
An element of the
Paginator DSL allowing to specify the size of the page in the case of
page-based pagination. |
| SpecificationPicker<S extends Slice<A>,A extends AggregateRoot<I>,I> |
An element of the
Paginator DSL allowing to specify the specification that will be used
to retrieve objects from the repository. |
Copyright © 2013-2017–2017 SeedStack. All rights reserved.