Interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
- Type Parameters:
T
- the entity type to use.
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>
,OneAndAllEntity<T>
,WithUpsertOptions<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
,ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
,ExecutableUpsertByIdOperation.UpsertByIdInScope<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
- ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
extends ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, WithUpsertOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
all, one
-
Method Details
-
withOptions
ExecutableUpsertByIdOperation.TerminatingUpsertById<T> withOptions(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithUpsertOptions<T>
- Parameters:
options
- to use for execution
-