Package org.mybatis.dynamic.sql.dsl
Class UpdateDSL
java.lang.Object
org.mybatis.dynamic.sql.dsl.AbstractUpdateDSL<UpdateModel,UpdateDSL>
org.mybatis.dynamic.sql.dsl.UpdateDSL
- All Implemented Interfaces:
OrderByOperations<UpdateDSL>,WhereOperations<AbstractUpdateDSL<UpdateModel,,UpdateDSL>.UpdateWhereBuilder> Buildable<UpdateModel>,ConfigurableStatement<UpdateDSL>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mybatis.dynamic.sql.dsl.AbstractUpdateDSL
AbstractUpdateDSL.SetClauseFinisher<T>, AbstractUpdateDSL.UpdateWhereBuilder -
Method Summary
Methods inherited from class org.mybatis.dynamic.sql.dsl.AbstractUpdateDSL
applyWhere, buildUpdateModel, configureStatement, limit, limitWhenPresent, orderBy, set, where, whereMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.dynamic.sql.dsl.OrderByOperations
orderBy
-
Method Details
-
build
WARNING! Calling this method could result in an update statement that updates all rows in a table.- Returns:
- the update model
-
getThis
- Specified by:
getThisin classAbstractUpdateDSL<UpdateModel,UpdateDSL>
-
update
-
update
-