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