| Package | Description |
|---|---|
| org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<? super T>> |
KeyValuePicker.after(T value)
Specify the value used as lower-boundary of the previously specified attribute.
|
<T extends Comparable<? super T>> |
KeyValuePicker.before(T value)
Specify the value used as upper-boundary of the previously specified attribute.
|
LimitPicker<Slice<A>,A,I> |
PaginationTypePicker.byOffset(long startingOffset)
Choose an offset-based pagination type.
|
Copyright © 2013-2017–2017 SeedStack. All rights reserved.