public interface SelectMapper<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
select(T record)
根据实体中的属性值进行查询,查询条件使用等号
|
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") List<T> select(T record)
record - 对象Copyright © 2019. All rights reserved.