public interface BatchUpsertMapper<T>
| Modifier and Type | Method and Description |
|---|---|
void |
batchUpsert(List<? extends T> recordList) |
@UpdateProvider(type=BatchUpsertProvider.class, method="dynamicSQL") void batchUpsert(@Param(value="list") List<? extends T> recordList)
Copyright © 2022. All rights reserved.