Interface SelectBuilder.SelectOnCondition
- All Superinterfaces:
SelectBuilder.BuildSelect,SelectBuilder.SelectJoin,SelectBuilder.SelectLock
- All Known Subinterfaces:
SelectBuilder.SelectFromAndJoinCondition
- Enclosing interface:
- SelectBuilder
public static interface SelectBuilder.SelectOnCondition
extends SelectBuilder.SelectJoin, SelectBuilder.SelectLock, SelectBuilder.BuildSelect
Builder exposing JOIN and
JOIN … ON continuation methods.-
Method Summary
Modifier and TypeMethodDescriptionand(Expression column) Declare an additional source column in theJOIN.Methods inherited from interface org.springframework.data.relational.core.sql.SelectBuilder.BuildSelect
buildMethods inherited from interface org.springframework.data.relational.core.sql.SelectBuilder.SelectJoin
join, join, join, leftOuterJoinMethods inherited from interface org.springframework.data.relational.core.sql.SelectBuilder.SelectLock
lock
-
Method Details
-
and
Declare an additional source column in theJOIN.- Parameters:
column- the column, must not be null.- Returns:
thisbuilder.- See Also:
-