Package org.mybatis.dynamic.sql.select
Class QueryExpressionModel
java.lang.Object
org.mybatis.dynamic.sql.select.QueryExpressionModel
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncolumns()
boolean
table()
static QueryExpressionModel.Builder
withSelectList
(List<? extends BasicColumn> columnList)
-
Method Details
-
connector
-
isDistinct
public boolean isDistinct() -
columns
-
table
-
tableAliases
-
whereModel
-
joinModel
-
groupByModel
-
havingModel
-
withSelectList
-