T - row result type.RowsFetchSpec support instead.@Deprecated public interface RowsFetchSpec<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
all()
Deprecated.
Get all matching elements.
|
reactor.core.publisher.Mono<T> |
first()
Deprecated.
Get the first or no result.
|
reactor.core.publisher.Mono<T> |
one()
Deprecated.
Get exactly zero or one result.
|
reactor.core.publisher.Mono<T> one()
Mono.empty() if no match found. Never null.IncorrectResultSizeDataAccessException - if more than one match found.reactor.core.publisher.Mono<T> first()
Mono.empty() if no match found. Never null.reactor.core.publisher.Flux<T> all()
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.