Interface WithInsertOptions<T>

Type Parameters:
T - - the entity class
All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>, ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdInScope<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>, ExecutableInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.InsertByIdInCollection<T>, ReactiveInsertByIdOperation.InsertByIdInScope<T>, ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>, ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.ReactiveInsertById<T>

public interface WithInsertOptions<T>
Interface for operations take insert options
Author:
Michael Reiche
  • Method Summary

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

    • withOptions

      Object withOptions(com.couchbase.client.java.kv.InsertOptions options)
      Specify options
      Parameters:
      options - - insert options