Uses of Enum Class
jakarta.data.page.PageRequest.Mode
Packages that use PageRequest.Mode
-
Uses of PageRequest.Mode in jakarta.data.page
Fields in jakarta.data.page declared as PageRequest.ModeModifier and TypeFieldDescriptionprivate final PageRequest.Mode
Pagination.mode
The field for themode
record component.Methods in jakarta.data.page that return PageRequest.ModeModifier and TypeMethodDescriptionPageRequest.mode()
Returns the type of pagination.Pagination.mode()
Returns the value of themode
record component.static PageRequest.Mode
Returns the enum constant of this class with the specified name.static PageRequest.Mode[]
PageRequest.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jakarta.data.page with parameters of type PageRequest.ModeModifierConstructorDescription(package private)
Pagination
(long page, int size, PageRequest.Mode mode, PageRequest.Cursor type, boolean requestTotal) Creates an instance of aPagination
record class.