Uses of Class
org.mybatis.dynamic.sql.delete.DeleteDSL
-
Packages that use DeleteDSL Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.delete -
-
Uses of DeleteDSL in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return DeleteDSL Modifier and Type Method Description static DeleteDSL<DeleteModel>
SqlBuilder. deleteFrom(SqlTable table)
-
Uses of DeleteDSL in org.mybatis.dynamic.sql.delete
Methods in org.mybatis.dynamic.sql.delete that return DeleteDSL Modifier and Type Method Description static <R> DeleteDSL<R>
DeleteDSL. deleteFrom(java.util.function.Function<DeleteModel,R> adapterFunction, SqlTable table)
static DeleteDSL<DeleteModel>
DeleteDSL. deleteFrom(SqlTable table)
static <T> DeleteDSL<MyBatis3DeleteModelAdapter<T>>
DeleteDSL. deleteFromWithMapper(java.util.function.Function<DeleteStatementProvider,T> mapperMethod, SqlTable table)
Deprecated.
-