Interface ExecutableExistsByIdOperation.ExistsByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>, ExecutableExistsByIdOperation.TerminatingExistsById, InCollection<T>, OneAndAllExists, WithExistsOptions<T>
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById, ExecutableExistsByIdOperation.ExistsByIdInScope<T>
- Enclosing interface:
ExecutableExistsByIdOperation
public static interface ExecutableExistsByIdOperation.ExistsByIdInCollection<T>
extends ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableExistsByIdOperation.ExistsByIdWithOptions
withOptionsMethods inherited from interface ExecutableExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-