Uses of Class
org.mybatis.dynamic.sql.delete.DeleteModel
Packages that use DeleteModel
Package
Description
-
Uses of DeleteModel in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return types with arguments of type DeleteModelModifier and TypeMethodDescriptionstatic DeleteDSL<DeleteModel> SqlBuilder.deleteFrom(SqlTable table) static DeleteDSL<DeleteModel> SqlBuilder.deleteFrom(SqlTable table, String tableAlias) -
Uses of DeleteModel in org.mybatis.dynamic.sql.delete
Methods in org.mybatis.dynamic.sql.delete that return DeleteModelMethods in org.mybatis.dynamic.sql.delete that return types with arguments of type DeleteModelModifier and TypeMethodDescriptionstatic DeleteDSL<DeleteModel> DeleteDSL.deleteFrom(SqlTable table) static DeleteDSL<DeleteModel> DeleteDSL.deleteFrom(SqlTable table, String tableAlias) Method parameters in org.mybatis.dynamic.sql.delete with type arguments of type DeleteModelModifier and TypeMethodDescriptionstatic <R> DeleteDSL<R> DeleteDSL.deleteFrom(Function<DeleteModel, R> adapterFunction, SqlTable table, @Nullable String tableAlias) -
Uses of DeleteModel in org.mybatis.dynamic.sql.delete.render
Methods in org.mybatis.dynamic.sql.delete.render with parameters of type DeleteModelModifier and TypeMethodDescriptionDeleteRenderer.Builder.withDeleteModel(DeleteModel deleteModel) static DeleteRenderer.BuilderDeleteRenderer.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 DeleteModelModifier and TypeMethodDescriptionintNamedParameterJdbcTemplateExtensions.delete(Buildable<DeleteModel> deleteStatement)