Interface SelectBuilder.SelectWhere
- All Superinterfaces:
SelectBuilder.BuildSelect, SelectBuilder.SelectLock, SelectBuilder.SelectOrdered
- All Known Subinterfaces:
SelectBuilder.SelectFromAndJoin, SelectBuilder.SelectFromAndJoinCondition
- Enclosing interface:
SelectBuilder
public static interface SelectBuilder.SelectWhere
extends SelectBuilder.SelectOrdered, SelectBuilder.SelectLock, SelectBuilder.BuildSelect
Interface exposing
WHERE, LOCK methods.- Since:
- 1.1
- Author:
- Mark Paluch, Jens Schauder, Myeonghyeon Lee
-
Method Summary
Modifier and TypeMethodDescriptionApply aWHEREclause.Methods inherited from interface SelectBuilder.BuildSelect
build, buildMethods inherited from interface SelectBuilder.SelectLock
lockMethods inherited from interface SelectBuilder.SelectOrdered
orderBy, orderBy, orderBy
-
Method Details
-
where
Apply aWHEREclause.- Parameters:
condition- theWHEREcondition.- Returns:
thisbuilder.- See Also:
-