Interface ExecutableFindByIdOperation.FindByIdInScope<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableFindByIdOperation.FindByIdInCollection<T>
,ExecutableFindByIdOperation.FindByIdWithOptions<T>
,ExecutableFindByIdOperation.TerminatingFindById<T>
,InCollection<T>
,InScope<T>
,OneAndAllId<T>
,WithGetOptions<T>
- All Known Subinterfaces:
ExecutableFindByIdOperation.ExecutableFindById<T>
,ExecutableFindByIdOperation.FindByIdWithExpiry<T>
,ExecutableFindByIdOperation.FindByIdWithLock<T>
,ExecutableFindByIdOperation.FindByIdWithProjection<T>
- Enclosing interface:
- ExecutableFindByIdOperation
public static interface ExecutableFindByIdOperation.FindByIdInScope<T>
extends ExecutableFindByIdOperation.FindByIdInCollection<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.ExecutableFindByIdOperation.FindByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
all, one