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