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