A - the aggregate root type that is paginated.I - the aggregate root identifier type.public interface SizePicker<A extends AggregateRoot<I>,I>
Paginator DSL allowing to specify the size of the page in the case of
page-based pagination.| Modifier and Type | Method and Description |
|---|---|
SpecificationPicker<Page<A>,A,I> |
ofSize(long size)
Specify the size of the page.
|
SpecificationPicker<Page<A>,A,I> ofSize(long size)
size - the size of a page.Copyright © 2013-2017–2017 SeedStack. All rights reserved.