public interface UpdateByPrimaryKeyMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
updateByPrimaryKey(T record)
根据主键更新实体全部字段,null值会被更新
|
@UpdateProvider(type=BaseUpdateProvider.class, method="dynamicSQL") @Options(useCache=false) int updateByPrimaryKey(T record)
record - 对象Copyright © 2019. All rights reserved.