Class ExecutableRemoveByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
- All Implemented Interfaces:
ExecutableRemoveByIdOperation
public class ExecutableRemoveByIdOperationSupport
extends Object
implements ExecutableRemoveByIdOperation
ExecutableRemoveByIdOperation
implementations for Couchbase.- Author:
- Michael Reiche, Tigran Babloyan
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
ExecutableRemoveByIdOperation.ExecutableRemoveById, ExecutableRemoveByIdOperation.RemoveByIdInCollection, ExecutableRemoveByIdOperation.RemoveByIdInScope, ExecutableRemoveByIdOperation.RemoveByIdWithCas, ExecutableRemoveByIdOperation.RemoveByIdWithDurability, ExecutableRemoveByIdOperation.RemoveByIdWithOptions, ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.removeById
(Class<?> domainType) Removes a document.
-
Constructor Details
-
ExecutableRemoveByIdOperationSupport
-
-
Method Details
-
removeById
Deprecated.Description copied from interface:ExecutableRemoveByIdOperation
Removes a document.- Specified by:
removeById
in interfaceExecutableRemoveByIdOperation
-
removeById
Description copied from interface:ExecutableRemoveByIdOperation
Removes a document.- Specified by:
removeById
in interfaceExecutableRemoveByIdOperation
-