Interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
,ExecutableReplaceByIdOperation.TerminatingReplaceById<T>
,InCollection<T>
,OneAndAllEntity<T>
,WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
,ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
- ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-