Interface ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableExistsByIdOperation.TerminatingExistsById
,OneAndAllExists
,WithExistsOptions<T>
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById
,ExecutableExistsByIdOperation.ExistsByIdInCollection<T>
,ExecutableExistsByIdOperation.ExistsByIdInScope<T>
- Enclosing interface:
- ExecutableExistsByIdOperation
public static interface ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>
extends ExecutableExistsByIdOperation.TerminatingExistsById, WithExistsOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.ExistsOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
withOptions
ExecutableExistsByIdOperation.TerminatingExistsById withOptions(com.couchbase.client.java.kv.ExistsOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithExistsOptions<T>
- Parameters:
options
- options to use for execution
-