Interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
AnyId<T>, ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>, InCollection<T>, InScope<T>, WithGetAnyReplicaOptions<T>
- All Known Subinterfaces:
ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T>
- Enclosing interface:
ExecutableFindFromReplicasByIdOperation
public static interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
extends ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
inCollectionMethods inherited from interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
withOptionsMethods inherited from interface ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
any, any
-
Method Details
-
inScope
-