PagingAndSortingRepository Interface

Learn about the PagingAndSortingRepository interface supported by the Spring Data Framework.

The NosqlRepository interface extends the PagingAndSortingRepository interface.

The PagingAndSortingRepository interface extends the CrudRepository interface and provides methods such as:

You can use any of these methods for the required functionality.

For more information about the Spring’s PagingAndSortingRepository interface, see PagingAndSortingRepository.