|
Hibernate Duplicate Entry problem
All,
for the longest time, I have used hibernate saveOrUpdate.
Today, I see that updating a row is causing problems :
'Duplicate entry".
In the past, my saveOrUpdate skipped over the fact the current object has the same key.
So I guess, how do I force update on duplicate using hibernate?
Why has my saveOrUpdate stopped working?
|