Interface WithUpsertOptions<T>

Type Parameters:
T - - the entity class
All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>, ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>, ReactiveUpsertByIdOperation.ReactiveUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, ReactiveUpsertByIdOperation.UpsertByIdInScope<T>, ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>, ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>, ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>

public interface WithUpsertOptions<T>
A common interface for all of Insert, Replace, Upsert that take options
Author:
Michael Reiche
  • Method Summary

    Modifier and Type
    Method
    Description
    withOptions(com.couchbase.client.java.kv.UpsertOptions options)
     
  • Method Details

    • withOptions

      Object withOptions(com.couchbase.client.java.kv.UpsertOptions options)