T
- 不能为空public interface DeleteByPrimaryKeyMapper<T>
Modifier and Type | Method and Description |
---|---|
int |
deleteByPrimaryKey(Object key)
根据主键字段进行删除,方法参数必须包含完整的主键属性
|
@DeleteProvider(type=BaseDeleteProvider.class, method="dynamicSQL") int deleteByPrimaryKey(Object key)
key
- Copyright © 2018. All rights reserved.