Interface UpsertMapper<T>


public interface UpsertMapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    upsert(T record)
     
  • Method Details