Uses of Class
org.mybatis.dynamic.sql.update.UpdateDSL.UpdateWhereBuilder
-
Packages that use UpdateDSL.UpdateWhereBuilder Package Description org.mybatis.dynamic.sql.update -
-
Uses of UpdateDSL.UpdateWhereBuilder in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return UpdateDSL.UpdateWhereBuilder Modifier and Type Method Description UpdateDSL.UpdateWhereBuilder
UpdateDSL. applyWhere(WhereApplier whereApplier)
protected UpdateDSL.UpdateWhereBuilder
UpdateDSL.UpdateWhereBuilder. getThis()
UpdateDSL.UpdateWhereBuilder
UpdateDSL. where()
<T> UpdateDSL.UpdateWhereBuilder
UpdateDSL. where(BindableColumn<T> column, VisitableCondition<T> condition, SqlCriterion<?>... subCriteria)
-