Uses of Interface
org.mybatis.dynamic.sql.delete.DeleteDSLCompleter
-
Uses of DeleteDSLCompleter in org.mybatis.dynamic.sql.delete
Modifier and TypeMethodDescriptionstatic DeleteDSLCompleter
DeleteDSLCompleter.allRows()
Returns a completer that can be used to delete every row in a table. -
Uses of DeleteDSLCompleter in org.mybatis.dynamic.sql.util.mybatis3
Modifier and TypeMethodDescriptionstatic int
MyBatis3Utils.deleteFrom
(ToIntFunction<DeleteStatementProvider> mapper, SqlTable table, DeleteDSLCompleter completer) static DeleteStatementProvider
MyBatis3Utils.deleteFrom
(SqlTable table, DeleteDSLCompleter completer)