E
- The entity typeID
- The ID typepublic interface PageableRepository<E,ID> extends CrudRepository<E,ID>
Modifier and Type | Method and Description |
---|---|
Page<E> |
findAll(Pageable pageable)
Finds all records for the given pageable.
|
java.lang.Iterable<E> |
findAll(Sort sort)
Find all results for the given sort order.
|
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update