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