T - 不能为空public interface SelectOneMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
selectOne(T record)
根据实体中的属性进行查询,只能有一个返回值,有多个结果是抛出异常,查询条件使用等号
|
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") T selectOne(T record)
record - Copyright © 2018. All rights reserved.