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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TgetThis()limit()table()withOrderByModel(OrderByModel orderByModel) withTableAlias(String tableAlias) withWhereModel(WhereModel whereModel)
-
Constructor Details
-
CommonBuilder
public CommonBuilder()
-
-
Method Details
-
table
-
tableAlias
-
whereModel
-
limit
-
orderByModel
-
withTable
-
withTableAlias
-
withWhereModel
-
withLimit
-
withOrderByModel
-
getThis
-