@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, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAllCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.