Interface ReactiveExistsByIdOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations
,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate
,ReactiveExistsByIdOperationSupport
public interface ReactiveExistsByIdOperation
Exists Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
Fluent method to specify options.static interface
Provides methods for constructing KV exists operations in a fluent way.static interface
Terminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.existsById
(Class<?> domainType) Checks if the document exists in the bucket.
-
Method Details
-
existsById
Deprecated.Checks if the document exists in the bucket. -
existsById
Checks if the document exists in the bucket.
-