Uses of Interface
org.mybatis.dynamic.sql.update.UpdateDSLCompleter
-
Packages that use UpdateDSLCompleter Package Description org.mybatis.dynamic.sql.util.mybatis3 -
-
Uses of UpdateDSLCompleter in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type UpdateDSLCompleter Modifier and Type Method Description static int
MyBatis3Utils. update(java.util.function.ToIntFunction<UpdateStatementProvider> mapper, SqlTable table, UpdateDSLCompleter completer)
static UpdateStatementProvider
MyBatis3Utils. update(SqlTable table, UpdateDSLCompleter completer)
-