Interface BatchUpdateMapper<T>

Type Parameters:
T - 泛型

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

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