I know hibernate optimistic locking with version column works for concurrent updates. Does it works when records are deleted and re-inserted concurrently?
Asked
Active
Viewed 442 times
1 Answers
0
No it doesn't work when you delete record because it uses version field from the row which will not be available when you delete that.

cool
- 1,746
- 1
- 14
- 15