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