How to get preceeding and succeeding rows when querying paginated data with Spring Data?
Is there a possibility to get the preceeding and the succeeding rows of a page when using pagination with Spring Data?
Is there a possibility to get the preceeding and the succeeding rows of a page when using pagination with Spring Data?