Class Select.WhereContext<E>

Type Parameters:
E - the type of value that the query yields, which is either implied by the factory method used or inferred from the NamedEntityBuilder that was supplied to it
All Implemented Interfaces:
SelectQuery<E>
Enclosing class:
Select

public static class Select.WhereContext<E> extends Select.WhereClauseAwareContext<E>
A partially constructed query that may accept .where and .orderBy clauses.

As a readability aid, most .whereX clauses my also be specified with a {.andX} clause after the first one has been specified.