Interface DeleteByExampleMapper<T>

Type Parameters:
T - 不能为空
All Known Subinterfaces:
ExampleMapper<T>, Mapper<T>

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

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

    • deleteByExample

      @DeleteProvider(type=ExampleProvider.class, method="dynamicSQL") int deleteByExample(Object example)
      根据Example条件删除数据
      Parameters:
      example -
      Returns: