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 org.mybatis.dynamic.sql.util.spring -
-
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)
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(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)
-
Uses of DeleteModel in org.mybatis.dynamic.sql.util.spring
Method parameters in org.mybatis.dynamic.sql.util.spring with type arguments of type DeleteModel Modifier and Type Method Description int
NamedParameterJdbcTemplateExtensions. delete(Buildable<DeleteModel> deleteStatement)
-