Interface ExecutableSelectOperation.TerminatingSelect<T>
- All Superinterfaces:
ExecutableSelectOperation.TerminatingProjections, ExecutableSelectOperation.TerminatingResults<T>
- All Known Subinterfaces:
ExecutableSelectOperation.ExecutableSelect<T>, ExecutableSelectOperation.SelectWithProjection<T>, ExecutableSelectOperation.SelectWithQuery<T>, ExecutableSelectOperation.SelectWithTable<T>
- Enclosing interface:
ExecutableSelectOperation
public static interface ExecutableSelectOperation.TerminatingSelect<T>
extends ExecutableSelectOperation.TerminatingProjections, ExecutableSelectOperation.TerminatingResults<T>
Trigger
SELECT query execution by calling one of the terminating methods.- Since:
- 2.1
- Author:
- Mark Paluch, John Blum
-
Method Summary
Methods inherited from interface ExecutableSelectOperation.TerminatingProjections
count, existsMethods inherited from interface ExecutableSelectOperation.TerminatingResults
all, first, firstValue, map, one, oneValue, slice, stream