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