Interface UpsertMapper<T>

Type Parameters:
T - 泛型

public interface UpsertMapper<T>
更新或新增
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

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