Uses of Interface
org.mybatis.dynamic.sql.delete.DeleteDSLCompleter
-
Packages that use DeleteDSLCompleter Package Description org.mybatis.dynamic.sql.delete org.mybatis.dynamic.sql.util.mybatis3 -
-
Uses of DeleteDSLCompleter in org.mybatis.dynamic.sql.delete
Methods in org.mybatis.dynamic.sql.delete that return DeleteDSLCompleter Modifier and Type Method Description static 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
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type DeleteDSLCompleter Modifier and Type Method Description static int
MyBatis3Utils. deleteFrom(java.util.function.ToIntFunction<DeleteStatementProvider> mapper, SqlTable table, DeleteDSLCompleter completer)
static DeleteStatementProvider
MyBatis3Utils. deleteFrom(SqlTable table, DeleteDSLCompleter completer)
-