Interface ExecutableExistsByIdOperation.ExistsByIdInScope<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableExistsByIdOperation.ExistsByIdInCollection<T>
,ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>
,ExecutableExistsByIdOperation.TerminatingExistsById
,InCollection<T>
,InScope<T>
,OneAndAllExists
,WithExistsOptions<T>
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById
- Enclosing interface:
- ExecutableExistsByIdOperation
public static interface ExecutableExistsByIdOperation.ExistsByIdInScope<T>
extends ExecutableExistsByIdOperation.ExistsByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdInCollection
inCollection
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