Interface ExecutableExistsByIdOperation.ExistsByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableExistsByIdOperation.ExistsByIdInCollection<T>, ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>, ExecutableExistsByIdOperation.TerminatingExistsById, InCollection<T>, InScope<T>, OneAndAllExists, WithExistsOptions<T>
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById
- Enclosing interface:
ExecutableExistsByIdOperation
public static interface ExecutableExistsByIdOperation.ExistsByIdInScope<T>
extends ExecutableExistsByIdOperation.ExistsByIdInCollection<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 ExecutableExistsByIdOperation.ExistsByIdInCollection
inCollectionMethods inherited from interface ExecutableExistsByIdOperation.ExistsByIdWithOptions
withOptionsMethods inherited from interface ExecutableExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
inScope
-