Good afternoon There is an Example entity with fields: id, name, type, values ββ..
It is required to find the line using the key name, type and update the values ββof values. If such a line is not found, then insert a new one. Constrain (name, type) is present. Multithreading
I can arrange the update / addition of a row by separate transactions, with record locking, etc., but can this be implemented in hibernate (for example, merge)?