Interface SelectByExampleMapper<T>

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

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

    Modifier and Type
    Method
    Description
    根据Example条件进行查询
  • Method Details

    • selectByExample

      @SelectProvider(type=ExampleProvider.class, method="dynamicSQL") List<T> selectByExample(Object example)
      根据Example条件进行查询
      Parameters:
      example -
      Returns: