public static interface ReactiveInsertByIdOperation.TerminatingInsertById<T> extends OneAndAllEntityReactive<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<? extends T> |
all(Collection<? extends T> objects)
Insert a collection of entities.
|
reactor.core.publisher.Mono<T> |
one(T object)
Insert one entity.
|
reactor.core.publisher.Mono<T> one(T object)
one in interface OneAndAllEntityReactive<T>reactor.core.publisher.Flux<? extends T> all(Collection<? extends T> objects)
all in interface OneAndAllEntityReactive<T>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.