Package org.mybatis.dynamic.sql.select
Class QueryExpressionDSL.FromGatherer.Builder<R>
java.lang.Object
org.mybatis.dynamic.sql.select.QueryExpressionDSL.FromGatherer.Builder<R>
- Enclosing class:
QueryExpressionDSL.FromGatherer<R>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withConnector
(String connector) withSelectDSL
(SelectDSL<R> selectDSL) withSelectList
(Collection<? extends BasicColumn> selectList)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withConnector
-
withSelectList
public QueryExpressionDSL.FromGatherer.Builder<R> withSelectList(Collection<? extends BasicColumn> selectList) -
withSelectDSL
-
isDistinct
-
build
-