Uses of Interface
io.helidon.data.Page
Packages that use Page
-
Uses of Page in io.helidon.data
Methods in io.helidon.data that return PageModifier and TypeMethodDescriptionstatic <T> Page
<T> Page.create
(PageRequest request, List<T> content, int totalSize) Create pageable query result as page with total size of the result.Data.PageableRepository.pages
(PageRequest pageable) ReturnPage
with all entities of theE
type.