Interface BatchUpdateMapper<T>


public interface BatchUpdateMapper<T>
  • Method Summary

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