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

mboog.support.mapper.UpsertMapper Maven / Gradle / Ivy

package mboog.support.mapper;

/**
 * @param  PrimaryKey
 * @param       Model
 * @param     Example
 * @author LiYi
 */
public interface UpsertMapper
        extends BaseMapper {

    int upsert(Model record);

    int upsertSelective(Model record);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy