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.
- Since:
- 2.0
- Author:
- Christoph Strobl, Michael Reiche
-
Method Summary
Methods inherited from interface ExecutableRemoveByIdOperation.RemoveByIdWithOptions
withOptionsMethods inherited from interface ExecutableRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<Object>- Parameters:
collection- the collection to use.
-