Uses of Class
org.kiwiproject.spring.data.KiwiPage
Packages that use KiwiPage
-
Uses of KiwiPage in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiPageModifier and TypeMethodDescriptionKiwiPage.addKiwiSort(KiwiSort sort) Adds the given sort, returning this instance for method chaining.static <T> KiwiPage<T>Create a new instance.KiwiPage.usingOneAsFirstPage()SetspagingStartsWithto zero, so that pagination assumes one-based page numbering.KiwiPage.usingZeroAsFirstPage()SetspagingStartsWithto zero, so that pagination assumes zero-based page numbering.