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