@NoRepositoryBean public interface ReactiveSortingRepository<T,ID> extends ReactiveCrudRepository<T,ID>
ReactiveCrudRepository to provide additional methods to retrieve entities using the sorting
abstraction.Sort,
Mono,
Flux| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
findAll(Sort sort)
Returns all entities sorted by the given options.
|
count, delete, deleteAll, deleteAll, deleteAll, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAllreactor.core.publisher.Flux<T> findAll(Sort sort)
sort - must not be null.IllegalArgumentException - in case the given Sort is null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.