Package tk.mybatis.mapper.common.example
Interface SelectCountByExampleMapper<T>
- Type Parameters:
T- 不能为空
- All Known Subinterfaces:
ExampleMapper<T>,Mapper<T>
public interface SelectCountByExampleMapper<T>
通用Mapper接口,Example查询
- Author:
- liuzh
-
Method Summary
-
Method Details
-
selectCountByExample
@SelectProvider(type=ExampleProvider.class, method="dynamicSQL") int selectCountByExample(Object example) 根据Example条件进行查询总数- Parameters:
example-- Returns:
-