Interface ExecutableExistsByIdOperation.ExistsByIdInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>
,ExecutableExistsByIdOperation.TerminatingExistsById
,InCollection<T>
,OneAndAllExists
,WithExistsOptions<T>
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById
,ExecutableExistsByIdOperation.ExistsByIdInScope<T>
- Enclosing interface:
- ExecutableExistsByIdOperation
public static interface ExecutableExistsByIdOperation.ExistsByIdInCollection<T>
extends ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-