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