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