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