Interface ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>

Type Parameters:
T - the entity type to use for the results.
All Superinterfaces:
ExecutableExistsByIdOperation.TerminatingExistsById, OneAndAllExists, WithExistsOptions<T>
All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById, ExecutableExistsByIdOperation.ExistsByIdInCollection<T>, ExecutableExistsByIdOperation.ExistsByIdInScope<T>
Enclosing interface:
ExecutableExistsByIdOperation

public static interface ExecutableExistsByIdOperation.ExistsByIdWithOptions<T> extends ExecutableExistsByIdOperation.TerminatingExistsById, WithExistsOptions<T>
Fluent method to specify options.