Package org.mybatis.dynamic.sql.select
Class QueryExpressionModel.Builder
java.lang.Object
org.mybatis.dynamic.sql.select.QueryExpressionModel.Builder
- Enclosing class:
QueryExpressionModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
isDistinct
(boolean isDistinct) withConnector
(String connector) withGroupByModel
(GroupByModel groupByModel) withHavingModel
(HavingModel havingModel) withJoinModel
(JoinModel joinModel) withSelectColumn
(BasicColumn selectColumn) withSelectList
(List<? extends BasicColumn> selectList) withTable
(TableExpression table) withTableAliases
(Map<SqlTable, String> tableAliases) withWhereModel
(EmbeddedWhereModel whereModel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withConnector
-
withTable
-
isDistinct
-
withSelectColumn
-
withSelectList
-
withTableAliases
-
withWhereModel
-
withJoinModel
-
withGroupByModel
-
withHavingModel
-
build
-