Package org.mybatis.dynamic.sql.select
Class QueryExpressionModel
java.lang.Object
org.mybatis.dynamic.sql.select.QueryExpressionModel
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
<R> Stream<R>
mapColumns
(Function<BasicColumn, R> mapper) table()
static QueryExpressionModel.Builder
withSelectList
(List<BasicColumn> columnList)
-
Method Details
-
connector
-
isDistinct
public boolean isDistinct() -
mapColumns
-
table
-
tableAliases
-
whereModel
-
joinModel
-
groupByModel
-
withSelectList
-