Interface ReactiveFindByIdOperation.TerminatingFindById<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
OneAndAllIdReactive<T>
- All Known Subinterfaces:
ReactiveFindByIdOperation.FindByIdInCollection<T>,ReactiveFindByIdOperation.FindByIdInScope<T>,ReactiveFindByIdOperation.FindByIdWithExpiry<T>,ReactiveFindByIdOperation.FindByIdWithLock<T>,ReactiveFindByIdOperation.FindByIdWithOptions<T>,ReactiveFindByIdOperation.FindByIdWithProjection<T>,ReactiveFindByIdOperation.ReactiveFindById<T>
- Enclosing interface:
- ReactiveFindByIdOperation
public static interface ReactiveFindByIdOperation.TerminatingFindById<T>
extends OneAndAllIdReactive<T>
Terminating operations invoking the actual execution.
-
Method Summary
-
Method Details
-
one
Finds one document based on the given ID.- Specified by:
onein interfaceOneAndAllIdReactive<T>- Parameters:
id- the document ID.- Returns:
- the entity if found.
-
all
Finds a list of documents based on the given IDs.- Specified by:
allin interfaceOneAndAllIdReactive<T>- Parameters:
ids- the document ID ids.- Returns:
- the list of found entities.
-