T - 不能为空public interface SelectCountByConditionMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
selectCountByCondition(Object condition)
根据Condition条件进行查询总数
|
@SelectProvider(type=ConditionProvider.class, method="dynamicSQL") int selectCountByCondition(Object condition)
condition - Copyright © 2017. All rights reserved.