T - 不能为空public interface SelectCountByExampleMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
selectCountByExample(Object example)
根据Example条件进行查询总数
|
@SelectProvider(type=ExampleProvider.class, method="dynamicSQL") int selectCountByExample(Object example)
example - Copyright © 2018. All rights reserved.