Interface ReactiveExistsByIdOperation.ExistsByIdInCollection
- All Superinterfaces:
InCollection,OneAndAllExistsReactive,ReactiveExistsByIdOperation.ExistsByIdWithOptions,ReactiveExistsByIdOperation.TerminatingExistsById,WithExistsOptions
- All Known Subinterfaces:
ReactiveExistsByIdOperation.ExistsByIdInScope,ReactiveExistsByIdOperation.ReactiveExistsById
- Enclosing interface:
- ReactiveExistsByIdOperation
public static interface ReactiveExistsByIdOperation.ExistsByIdInCollection
extends ReactiveExistsByIdOperation.ExistsByIdWithOptions, InCollection
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection- Parameters:
collection- the collection to use.
-