Interface UpdateByPrimaryKeySelectiveMapper<T>
- Type Parameters:
T- 不能为空
- All Known Subinterfaces:
BaseMapper<T>,BaseUpdateMapper<T>,Mapper<T>
public interface UpdateByPrimaryKeySelectiveMapper<T>
通用Mapper接口,更新
- Author:
- liuzh
-
Method Summary
-
Method Details
-
updateByPrimaryKeySelective
@UpdateProvider(type=BaseUpdateProvider.class, method="dynamicSQL") int updateByPrimaryKeySelective(T record) 根据主键更新属性不为null的值- Parameters:
record-- Returns:
-