yugabyte / spring-data-yugabytedb

Spring Data Module for YugabyteDB.
18 stars 6 forks source link

Updating YsqlRepository Interface to support Pagination. #5

Closed nchandrappa closed 3 years ago

nchandrappa commented 3 years ago

Changing YsqlRepository to extend from PagingAndSortingRepository interface to support pagination.