Interface BatchUpdateSelectiveMapper<T>


public interface BatchUpdateSelectiveMapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    batchUpdateSelective(List<? extends T> recordList)
     
  • Method Details

    • batchUpdateSelective

      @UpdateProvider(type=BatchUpdateProvider.class, method="dynamicSQL") void batchUpdateSelective(@Param("list") List<? extends T> recordList)