Interface BatchUpdateMapper<T>
public interface BatchUpdateMapper<T>
-
Method Summary
-
Method Details
-
batchUpdate
@UpdateProvider(type=BatchUpdateProvider.class, method="dynamicSQL") void batchUpdate(@Param("list") List<? extends T> recordList)
-