Interface ExecutableExistsByIdOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableExistsByIdOperationSupport
public interface ExecutableExistsByIdOperation
Insert Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing KV exists operations in a fluent way.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
Fluent method to specify options.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.
-