接口 UpdateByPrimaryKeySelectiveMapper<T>
-
- 类型参数:
T- 不能为空
- 所有已知子接口:
BaseMapper<T>,BaseUpdateMapper<T>,Mapper<T>
public interface UpdateByPrimaryKeySelectiveMapper<T>通用Mapper接口,更新- 作者:
- liuzh
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intupdateByPrimaryKeySelective(T record)根据主键更新属性不为null的值
-
-
-
方法详细资料
-
updateByPrimaryKeySelective
@UpdateProvider(type=BaseUpdateProvider.class, method="dynamicSQL") int updateByPrimaryKeySelective(T record)
根据主键更新属性不为null的值- 参数:
record-- 返回:
-
-