Uses of Record Class
st.orm.Page
Packages that use Page
-
Uses of Page in st.orm.repository
Methods in st.orm.repository that return PageModifier and TypeMethodDescriptionEntityRepository.page(int pageNumber, int pageSize) Returns a page of entities using offset-based pagination.Returns a page of entities using offset-based pagination.ProjectionRepository.page(int pageNumber, int pageSize) Returns a page of projections using offset-based pagination.Returns a page of projections using offset-based pagination.EntityRepository.pageRef(int pageNumber, int pageSize) Returns a page of entity refs using offset-based pagination.Returns a page of entity refs using offset-based pagination.ProjectionRepository.pageRef(int pageNumber, int pageSize) Returns a page of projection refs using offset-based pagination.Returns a page of projection refs using offset-based pagination. -
Uses of Page in st.orm.template
Methods in st.orm.template that return PageModifier and TypeMethodDescriptionQueryBuilder.page(int pageNumber, int pageSize) Executes the query and returns aPageof results using offset-based pagination.Executes the query and returns aPageof results using offset-based pagination.Executes the query and returns aPageof results using offset-based pagination with a pre-computed total count.