public interface ReactiveCustomerRepository extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ReactiveCustomer,Long>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ReactiveCustomer> |
findById(long id) |
reactor.core.publisher.Flux<ReactiveCustomer> |
findByLastName(String lastName) |
reactor.core.publisher.Flux<ReactiveCustomer> findByLastName(String lastName)
reactor.core.publisher.Mono<ReactiveCustomer> findById(long id)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.