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