Interface DeleteByConditionMapper<T>

Type Parameters:
T - 不能为空
All Known Subinterfaces:
ConditionMapper<T>

public interface DeleteByConditionMapper<T>
通用Mapper接口,Condition查询
Author:
liuzh
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    根据Condition条件删除数据
  • Method Details

    • deleteByCondition

      @DeleteProvider(type=ConditionProvider.class, method="dynamicSQL") int deleteByCondition(Object condition)
      根据Condition条件删除数据
      Parameters:
      condition -
      Returns: