Interface BatchUpsertMapper<T>

Type Parameters:
T - 泛型

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

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