Interface ReactiveInsertByIdOperation.InsertByIdInCollection<T>
- All Superinterfaces:
InCollection<T>
,OneAndAllEntityReactive<T>
,ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
,ReactiveInsertByIdOperation.TerminatingInsertById<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdInScope<T>
,ReactiveInsertByIdOperation.InsertByIdWithDurability<T>
,ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
,ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
- ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.InsertByIdInCollection<T>
extends ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-