Could someone help me with the possible hibernate exceptions when two threads update the same Object?
ex: employee with name "a", age "30" and address "test" thread1 tries to update "a" to "b" and thread2 tries to update "a" to "c"
Thanks in advance, Kathir