Package org.mybatis.dynamic.sql.select
Class QueryExpressionModel.Builder
java.lang.Object
org.mybatis.dynamic.sql.select.QueryExpressionModel.Builder
- Enclosing class:
- QueryExpressionModel
-
Constructor Summary
Constructors -
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<BasicColumn> selectList) withTable(TableExpression table) withTableAliases(Map<SqlTable, String> tableAliases) withWhereModel(WhereModel whereModel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withConnector
-
withTable
-
isDistinct
-
withSelectColumn
-
withSelectList
-
withTableAliases
-
withWhereModel
-
withJoinModel
-
withGroupByModel
-
withHavingModel
-
build
-