接口 UpdateByPrimaryKeyMapper<T>

  • 类型参数:
    T - 不能为空
    所有已知子接口:
    BaseMapper<T>, BaseUpdateMapper<T>, Mapper<T>

    public interface UpdateByPrimaryKeyMapper<T>
    通用Mapper接口,更新
    作者:
    liuzh
    • 方法详细资料

      • updateByPrimaryKey

        @UpdateProvider(type=BaseUpdateProvider.class,
                        method="dynamicSQL")
        int updateByPrimaryKey​(T record)
        根据主键更新实体全部字段,null值会被更新
        参数:
        record -
        返回: