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
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.springframework.data.relational.core.sql.SelectBuilder.BuildSelect
build, buildMethods inherited from interface org.springframework.data.relational.core.sql.SelectBuilder.SelectLock
lockMethods inherited from interface org.springframework.data.relational.core.sql.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:
-