Interface ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>,ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>,InCollection<T>,OneAndAllEntity<T>,WithUpsertOptions<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>,ExecutableUpsertByIdOperation.UpsertByIdInScope<T>,ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>,ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
- ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
extends ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-