Uses of Interface
jakarta.data.page.Page
Package
Description
Splits query results into pages.
A repository is an interface annotated with
Repository
that defines
operations on entities.-
Uses of Page in jakarta.data.page
Modifier and TypeInterfaceDescriptioninterface
CursoredPage<T>
A page of data retrieved to satisfy a given page request, with a cursor for each result on the page. -
Uses of Page in jakarta.data.page.impl
Modifier and TypeClassDescriptionfinal record
Record type implementingCursoredPage
.final record
PageRecord<T>
Record type implementingPage
. -
Uses of Page in jakarta.data.repository
Modifier and TypeMethodDescriptionBasicRepository.findAll
(PageRequest pageRequest, Order<T> sortBy) Returns aPage
of entities according to the page request that is provided as thePageRequest
parameter.