Class ReactiveExistsByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
- All Implemented Interfaces:
ReactiveExistsByIdOperation
public class ReactiveExistsByIdOperationSupport
extends Object
implements ReactiveExistsByIdOperation
ReactiveExistsById Support
- Author:
- Michael Reiche
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
ReactiveExistsByIdOperation.ExistsByIdInCollection, ReactiveExistsByIdOperation.ExistsByIdInScope, ReactiveExistsByIdOperation.ExistsByIdWithOptions, ReactiveExistsByIdOperation.ReactiveExistsById, ReactiveExistsByIdOperation.TerminatingExistsById
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.existsById
(Class<?> domainType) Checks if the document exists in the bucket.
-
Method Details
-
existsById
Deprecated.Description copied from interface:ReactiveExistsByIdOperation
Checks if the document exists in the bucket.- Specified by:
existsById
in interfaceReactiveExistsByIdOperation
-
existsById
Description copied from interface:ReactiveExistsByIdOperation
Checks if the document exists in the bucket.- Specified by:
existsById
in interfaceReactiveExistsByIdOperation
-