Interface BatchUpsertMapper<T>
- Type Parameters:
T- 泛型
public interface BatchUpsertMapper<T>
批量-更新或新增
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
batchUpsert
@UpdateProvider(type=BatchUpsertProvider.class, method="dynamicSQL") void batchUpsert(@Param("list") List<? extends T> recordList)
-