Interface SelectBuilder.SelectWhereAndOr
- All Superinterfaces:
SelectBuilder.BuildSelect, SelectBuilder.SelectLock, SelectBuilder.SelectOrdered
- Enclosing interface:
SelectBuilder
public static interface SelectBuilder.SelectWhereAndOr
extends SelectBuilder.SelectOrdered, SelectBuilder.SelectLock, SelectBuilder.BuildSelect
- Since:
- 1.1
- Author:
- Mark Paluch, Jens Schauder, Myeonghyeon Lee
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface SelectBuilder.BuildSelect
build, buildMethods inherited from interface SelectBuilder.SelectLock
lockMethods inherited from interface SelectBuilder.SelectOrdered
orderBy, orderBy, orderBy
-
Method Details
-
and
- Parameters:
condition- the condition, must not be null.- Returns:
thisbuilder.- See Also:
-
or
- Parameters:
condition- the condition, must not be null.- Returns:
thisbuilder.- See Also:
-