Interface BatchUpsertMapper<T>


public interface BatchUpsertMapper<T>
  • Method Summary

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