Package org.mybatis.dynamic.sql.update
Class UpdateDSL.UpdateWhereBuilder
java.lang.Object
org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL<UpdateDSL<R>.UpdateWhereBuilder>
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 EmbeddedWhereModelprotected UpdateDSL<R>.UpdateWhereBuildergetThis()limit(long limit) limitWhenPresent(@Nullable Long limit) orderBy(Collection<? extends SortSpecification> columns) orderBy(SortSpecification... columns) Methods inherited from class org.mybatis.dynamic.sql.where.AbstractWhereFinisher
buildModel, configureStatementMethods inherited from class org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL
and, and, and, and, and, and, and, getInitialCriterion, or, or, or, or, or, or, or, setInitialCriterion, setInitialCriterion
-
Method Details
-
limit
-
limitWhenPresent
-
orderBy
-
orderBy
-
build
-
getThis
- Specified by:
getThisin classAbstractBooleanExpressionDSL<UpdateDSL<R>.UpdateWhereBuilder>
-
buildWhereModel
-