@NoRepositoryBean public interface RxJava3SortingRepository<T,ID> extends RxJava3CrudRepository<T,ID>
RxJava3CrudRepository to provide additional methods to retrieve entities using the sorting
abstraction.Sort,
Flowable,
RxJava2CrudRepository| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Flowable<T> |
findAll(Sort sort)
Returns all entities sorted by the given options.
|
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAllio.reactivex.rxjava3.core.Flowable<T> findAll(Sort sort)
sort - the Sort specification to sort the results by, may be Sort.unsorted(), must not be
null.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.