Uses of Interface
org.seedstack.business.pagination.dsl.LimitPicker
-
Packages that use LimitPicker Package Description org.seedstack.business.pagination.dsl Provides a fluent DSL to paginate domain objects. -
-
Uses of LimitPicker in org.seedstack.business.pagination.dsl
Subinterfaces of LimitPicker in org.seedstack.business.pagination.dsl Modifier and Type Interface Description interfaceSizePicker<T>An element of thePaginatorDSL allowing to specify the size of the page in the case of page-based pagination.Methods in org.seedstack.business.pagination.dsl that return LimitPicker Modifier and Type Method Description <C extends Comparable<? super C>>
LimitPicker<Slice<T>,T>KeyValuePicker. after(C value)Specify the value used as lower-boundary of the previously specified attribute.<C extends Comparable<? super C>>
LimitPicker<Slice<T>,T>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.
-