public interface UpdateByPrimaryKeySelectiveMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
updateByPrimaryKeySelective(T record)
根据主键更新属性不为null的值
|
@UpdateProvider(type=BaseUpdateProvider.class, method="dynamicSQL") @Options(useCache=false) int updateByPrimaryKeySelective(T record)
record - 对象Copyright © 2019. All rights reserved.