Package org.mybatis.dynamic.sql.update
Class UpdateDSL.UpdateWhereBuilder
java.lang.Object
org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL<T>
org.mybatis.dynamic.sql.where.AbstractWhereFinisher<UpdateDSL<R>.UpdateWhereBuilder>
org.mybatis.dynamic.sql.update.UpdateDSL.UpdateWhereBuilder
- All Implemented Interfaces:
Buildable<R>,ConfigurableStatement<UpdateDSL<R>.UpdateWhereBuilder>
public class UpdateDSL.UpdateWhereBuilder
extends AbstractWhereFinisher<UpdateDSL<R>.UpdateWhereBuilder>
implements Buildable<R>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL
AbstractBooleanExpressionDSL.StatementType -
Field Summary
Fields inherited from class org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL
subCriteria -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected WhereModelprotected UpdateDSL<R>.UpdateWhereBuildergetThis()limit(long limit) orderBy(Collection<SortSpecification> columns) orderBy(SortSpecification... columns) Methods inherited from class org.mybatis.dynamic.sql.where.AbstractWhereFinisher
buildModel, configureStatement
-
Method Details
-
limit
-
orderBy
-
orderBy
-
build
-
getThis
- Specified by:
getThisin classAbstractBooleanExpressionDSL<UpdateDSL<R>.UpdateWhereBuilder>
-
buildWhereModel
-