Interface ExecutableRemoveByIdOperation.RemoveByIdInCollection
- All Superinterfaces:
ExecutableRemoveByIdOperation.RemoveByIdWithOptions
,ExecutableRemoveByIdOperation.TerminatingRemoveById
,InCollection<Object>
,OneAndAllId<RemoveResult>
,WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByIdOperation.ExecutableRemoveById
,ExecutableRemoveByIdOperation.RemoveByIdInScope
,ExecutableRemoveByIdOperation.RemoveByIdWithCas
,ExecutableRemoveByIdOperation.RemoveByIdWithDurability
- Enclosing interface:
- ExecutableRemoveByIdOperation
public static interface ExecutableRemoveByIdOperation.RemoveByIdInCollection
extends ExecutableRemoveByIdOperation.RemoveByIdWithOptions, InCollection<Object>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<Object>
- Parameters:
collection
- the collection to use.
-