Interface OffsetPage
- All Superinterfaces:
SearchPagination<OffsetPage>
- All Known Implementing Classes:
OffsetPageImpl
Offset-based pagination supporting
from (offset) and limit.
Use this for pagination where you need to skip a specific number of results and limit the returned items.
-
Method Summary
Modifier and TypeMethodDescriptionStart the page from the given offset (0-based index).Limit the number of returned entities.
-
Method Details
-
from
Start the page from the given offset (0-based index). -
limit
Limit the number of returned entities.
-