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