Interface ExecutableSelectOperation.ExecutableSelect<T>
- All Superinterfaces:
ExecutableSelectOperation.SelectWithProjection<T>, ExecutableSelectOperation.SelectWithQuery<T>, ExecutableSelectOperation.SelectWithTable<T>, ExecutableSelectOperation.TerminatingProjections, ExecutableSelectOperation.TerminatingResults<T>, ExecutableSelectOperation.TerminatingSelect<T>
- Enclosing interface:
ExecutableSelectOperation
public static interface ExecutableSelectOperation.ExecutableSelect<T>
extends ExecutableSelectOperation.SelectWithTable<T>, ExecutableSelectOperation.SelectWithProjection<T>
The
ExecutableSelectOperation.ExecutableSelect interface provides methods for constructing SELECT query operations in a
fluent way.- Since:
- 2.1
- Author:
- Mark Paluch, John Blum
-
Method Summary
Methods inherited from interface ExecutableSelectOperation.SelectWithProjection
asMethods inherited from interface ExecutableSelectOperation.SelectWithQuery
matchingMethods inherited from interface ExecutableSelectOperation.SelectWithTable
inTable, inTableMethods inherited from interface ExecutableSelectOperation.TerminatingProjections
count, existsMethods inherited from interface ExecutableSelectOperation.TerminatingResults
all, first, firstValue, map, one, oneValue, slice, stream