spring-data-jpa-pagination-sorting
Pagination and Sorting using Spring Data JPA 1. Overview Pagination is often helpful when we have a large dataset and we want to present it to the user in smaller chunks. Also, we often need to sort that data by some criteria while paging. In this tutorial, we’ll learn how… Continue Reading spring-data-jpa-pagination-sorting