接口 SelectCountMapper<T>
-
- 类型参数:
T- 不能为空
- 所有已知子接口:
BaseMapper<T>,BaseSelectMapper<T>,Mapper<T>
public interface SelectCountMapper<T>通用Mapper接口,查询- 作者:
- liuzh
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intselectCount(T record)根据实体中的属性查询总数,查询条件使用等号
-
-
-
方法详细资料
-
selectCount
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") int selectCount(T record)
根据实体中的属性查询总数,查询条件使用等号- 参数:
record-- 返回:
-
-