| Package | Description |
|---|---|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoveResult |
RemoveResult.from(String id,
com.couchbase.client.java.kv.MutationResult result) |
RemoveResult |
ExecutableRemoveByIdOperation.TerminatingRemoveById.one(String id)
Remove one document based on the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoveResult> |
ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery.all()
Remove all matching documents.
|
reactor.core.publisher.Flux<RemoveResult> |
ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery.all()
Remove all matching documents.
|
List<RemoveResult> |
ExecutableRemoveByIdOperation.TerminatingRemoveById.all(Collection<String> ids)
Remove the documents in the collection.
|
reactor.core.publisher.Flux<RemoveResult> |
ReactiveRemoveByIdOperation.TerminatingRemoveById.all(Collection<String> ids)
Remove the documents in the collection.
|
reactor.core.publisher.Mono<RemoveResult> |
ReactiveRemoveByIdOperation.TerminatingRemoveById.one(String id)
Remove one document based on the given ID.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.