Package org.mybatis.dynamic.sql.common
Class CommonBuilder<T extends CommonBuilder<T>>
java.lang.Object
org.mybatis.dynamic.sql.common.CommonBuilder<T>
- Type Parameters:
T
- type of the implementing builder
- Direct Known Subclasses:
DeleteModel.Builder
,UpdateModel.Builder
Builder class shared between the delete and update model builders.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
getThis()
limit()
table()
withOrderByModel
(OrderByModel orderByModel) withStatementConfiguration
(StatementConfiguration statementConfiguration) withTableAlias
(String tableAlias) withWhereModel
(EmbeddedWhereModel whereModel)
-
Constructor Details
-
CommonBuilder
public CommonBuilder()
-
-
Method Details
-
table
-
tableAlias
-
whereModel
-
limit
-
orderByModel
-
statementConfiguration
-
withTable
-
withTableAlias
-
withWhereModel
-
withLimit
-
withOrderByModel
-
withStatementConfiguration
-
getThis
-