Uses of Class
org.mybatis.dynamic.sql.delete.DeleteModel
-
Packages that use DeleteModel Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.delete org.mybatis.dynamic.sql.delete.render -
-
Uses of DeleteModel in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return types with arguments of type DeleteModel Modifier and Type Method Description static DeleteDSL<DeleteModel>
SqlBuilder. deleteFrom(SqlTable table)
-
Uses of DeleteModel in org.mybatis.dynamic.sql.delete
Methods in org.mybatis.dynamic.sql.delete that return DeleteModel Modifier and Type Method Description DeleteModel
DeleteModel.Builder. build()
Methods in org.mybatis.dynamic.sql.delete that return types with arguments of type DeleteModel Modifier and Type Method Description static DeleteDSL<DeleteModel>
DeleteDSL. deleteFrom(SqlTable table)
Methods in org.mybatis.dynamic.sql.delete with parameters of type DeleteModel Modifier and Type Method Description static <R> MyBatis3DeleteModelAdapter<R>
MyBatis3DeleteModelAdapter. of(DeleteModel deleteModel, java.util.function.Function<DeleteStatementProvider,R> mapperMethod)
Method parameters in org.mybatis.dynamic.sql.delete with type arguments of type DeleteModel Modifier and Type Method Description static <R> DeleteDSL<R>
DeleteDSL. deleteFrom(java.util.function.Function<DeleteModel,R> adapterFunction, SqlTable table)
-
Uses of DeleteModel in org.mybatis.dynamic.sql.delete.render
Methods in org.mybatis.dynamic.sql.delete.render with parameters of type DeleteModel Modifier and Type Method Description DeleteRenderer.Builder
DeleteRenderer.Builder. withDeleteModel(DeleteModel deleteModel)
static DeleteRenderer.Builder
DeleteRenderer. withDeleteModel(DeleteModel deleteModel)
-