Interface ExecutableFindByIdOperation.FindByIdInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableFindByIdOperation.FindByIdWithOptions<T>
,ExecutableFindByIdOperation.TerminatingFindById<T>
,InCollection<T>
,OneAndAllId<T>
,WithGetOptions<T>
- All Known Subinterfaces:
ExecutableFindByIdOperation.ExecutableFindById<T>
,ExecutableFindByIdOperation.FindByIdInScope<T>
,ExecutableFindByIdOperation.FindByIdWithExpiry<T>
,ExecutableFindByIdOperation.FindByIdWithLock<T>
,ExecutableFindByIdOperation.FindByIdWithProjection<T>
- Enclosing interface:
- ExecutableFindByIdOperation
public static interface ExecutableFindByIdOperation.FindByIdInCollection<T>
extends ExecutableFindByIdOperation.FindByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
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
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-