Class ExecutableExistsByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
- All Implemented Interfaces:
ExecutableExistsByIdOperation
public class ExecutableExistsByIdOperationSupport
extends Object
implements ExecutableExistsByIdOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
ExecutableExistsByIdOperation.ExecutableExistsById, ExecutableExistsByIdOperation.ExistsByIdInCollection<T>, ExecutableExistsByIdOperation.ExistsByIdInScope<T>, ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>, ExecutableExistsByIdOperation.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:ExecutableExistsByIdOperation
Checks if the document exists in the bucket.- Specified by:
existsById
in interfaceExecutableExistsByIdOperation
-
existsById
Description copied from interface:ExecutableExistsByIdOperation
Checks if the document exists in the bucket.- Specified by:
existsById
in interfaceExecutableExistsByIdOperation
-