Interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableReplaceByIdOperation.TerminatingReplaceById<T>
,OneAndAllEntity<T>
,WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
,ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>
,ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
- ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
extends ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, WithReplaceOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.ReplaceOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withOptions
ExecutableReplaceByIdOperation.TerminatingReplaceById<T> withOptions(com.couchbase.client.java.kv.ReplaceOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithReplaceOptions<T>
- Parameters:
options
- to use for execution
-