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(@Nullable String connector) withGroupByModel(@Nullable GroupByModel groupByModel) withHavingModel(@Nullable HavingModel havingModel) withJoinModel(@Nullable JoinModel joinModel) withSelectColumn(BasicColumn selectColumn) withSelectList(List<? extends BasicColumn> selectList) withTable(TableExpression table) withTableAliases(Map<SqlTable, String> tableAliases) withWhereModel(@Nullable EmbeddedWhereModel whereModel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withConnector
-
withTable
-
isDistinct
-
withSelectColumn
-
withSelectList
-
withTableAliases
-
withWhereModel
-
withJoinModel
-
withGroupByModel
-
withHavingModel
-
build
-