Interface ReactiveFindByIdOperation.FindByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>, OneAndAllIdReactive<T>, ReactiveFindByIdOperation.FindByIdWithOptions<T>, ReactiveFindByIdOperation.TerminatingFindById<T>, WithGetOptions<T>
- All Known Subinterfaces:
ReactiveFindByIdOperation.FindByIdInScope<T>, ReactiveFindByIdOperation.FindByIdWithExpiry<T>, ReactiveFindByIdOperation.FindByIdWithLock<T>, ReactiveFindByIdOperation.FindByIdWithProjection<T>, ReactiveFindByIdOperation.ReactiveFindById<T>
- Enclosing interface:
ReactiveFindByIdOperation
public static interface ReactiveFindByIdOperation.FindByIdInCollection<T>
extends ReactiveFindByIdOperation.FindByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl, Tigran Babloyan
-
Method Summary
Methods inherited from interface ReactiveFindByIdOperation.FindByIdWithOptions
withOptionsMethods inherited from interface ReactiveFindByIdOperation.TerminatingFindById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-