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