Java org.springframework.data.repository PagingAndSortingRepository fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.repository PagingAndSortingRepository fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.repository PagingAndSortingRepository.

The text is from its open source code.

Implementation

org.springframework.data.repository.PagingAndSortingRepository has the following implementations.
Click this link to see all its implementation.

Method

IterablefindAll(Sort sort)
Returns all entities sorted by the given options.
PagefindAll(Pageable pageable)
Returns a Page of entities meeting the paging restriction provided in the Pageable object.