Interface BatchUpdateSelectiveMapper<T>

Type Parameters:
T - 泛型

public interface BatchUpdateSelectiveMapper<T>
批量更新
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    batchUpdateSelective(List<? extends T> recordList)
     
  • Method Details

    • batchUpdateSelective

      @UpdateProvider(type=BatchUpdateProvider.class, method="dynamicSQL") void batchUpdateSelective(@Param("list") List<? extends T> recordList)