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.
- Since:
- 2.0
- Author:
- Christoph Strobl, Tigran Babloyan
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ExecutableFindByIdOperation.FindByIdInCollection
inCollectionMethods inherited from interface ExecutableFindByIdOperation.FindByIdWithOptions
withOptionsMethods inherited from interface ExecutableFindByIdOperation.TerminatingFindById
all, one
-
Method Details
-
inScope
-