public class ExecutableUpsertByIdOperationSupport extends Object implements ExecutableUpsertByIdOperation
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>, ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>| Constructor and Description |
|---|
ExecutableUpsertByIdOperationSupport(CouchbaseTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
<T> ExecutableUpsertByIdOperation.ExecutableUpsertById<T> |
upsertById(Class<T> domainType)
Upsert using the KV service.
|
public ExecutableUpsertByIdOperationSupport(CouchbaseTemplate template)
public <T> ExecutableUpsertByIdOperation.ExecutableUpsertById<T> upsertById(Class<T> domainType)
ExecutableUpsertByIdOperationupsertById in interface ExecutableUpsertByIdOperationdomainType - the entity type to upsert.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.