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