Interface ExecutableSelectOperation.TerminatingResults<T>

All Known Subinterfaces:
ExecutableSelectOperation.ExecutableSelect<T>, ExecutableSelectOperation.SelectWithProjection<T>, ExecutableSelectOperation.SelectWithQuery<T>, ExecutableSelectOperation.SelectWithTable<T>, ExecutableSelectOperation.TerminatingSelect<T>
Enclosing interface:
ExecutableSelectOperation

public static interface ExecutableSelectOperation.TerminatingResults<T>
Trigger SELECT query execution by calling one of the terminating methods and return mapped results.
Since:
2.1
Author:
Mark Paluch, John Blum