All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tk.mybatis.mapper.additional.upsert.UpsertMapper Maven / Gradle / Ivy

package tk.mybatis.mapper.additional.upsert;

import org.apache.ibatis.annotations.UpdateProvider;

public interface UpsertMapper {

    @UpdateProvider(
            type = UpsertProvider.class,
            method = "dynamicSQL"
    )
    void upsert(T record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy