Interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
- Type Parameters:
T
- the entity type to use.
- All Superinterfaces:
ExecutableInsertByIdOperation.TerminatingInsertById<T>
,OneAndAllEntity<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>
,ExecutableInsertByIdOperation.InsertByIdInCollection<T>
,ExecutableInsertByIdOperation.InsertByIdInScope<T>
,ExecutableInsertByIdOperation.InsertByIdWithDurability<T>
,ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
- Enclosing interface:
- ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
extends ExecutableInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.InsertOptions options) Fluent method to specify options to use for execution.Methods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
withOptions
ExecutableInsertByIdOperation.TerminatingInsertById<T> withOptions(com.couchbase.client.java.kv.InsertOptions options) Fluent method to specify options to use for execution.- Specified by:
withOptions
in interfaceWithInsertOptions<T>
- Parameters:
options
- to use for execution
-