public interface SelectCountByConditionMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
selectCountByCondition(Object object)
根据Condition条件进行查询总数
|
int |
selectCountByWhere(Object object)
根据Condition条件进行查询总数
|
@SelectProvider(type=ConditionProvider.class, method="dynamicSQL") int selectCountByCondition(Object object)
object - 对象@SelectProvider(type=ConditionProvider.class, method="dynamicSQL") int selectCountByWhere(Object object)
object - 对象Copyright © 2020. All rights reserved.