T
- 不能为空public interface SelectByIdListMapper<T,PK>
Modifier and Type | Method and Description |
---|---|
List<T> |
selectByIdList(List<PK> idList)
根据主键字符串进行查询,类中只有存在一个带有@Id注解的字段
|
@SelectProvider(type=IdListProvider.class, method="dynamicSQL") List<T> selectByIdList(@Param(value="idList") List<PK> idList)
idList
- Copyright © 2018. All rights reserved.