Interface SelectCountMapper<T>
- Type Parameters:
T- 泛型
- All Known Subinterfaces:
BasicMapper<T>,BasicSelectMapper<T>,Mapper<T>
public interface SelectCountMapper<T>
通用Mapper接口,查询
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
selectCount
根据实体中的属性查询总数,查询条件使用等号- Parameters:
record- 泛型对象- Returns:
- the int 操作结果
-