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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfaceFluent method to specify options.static interfaceProvides methods for constructing KV exists operations in a fluent way.static interfaceTerminating 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.
-