Re: [hibernate-dev] Fwd: Sub entities and Multi-version support

2015-11-19 Thread Steve Ebersole
Maybe we should just go "all the way" and have a per-column version? ;) Anyway, like I said... Personally I am inclined to vote -1 to this at the moment, but I am interested to hear what others might think. On Wed, Nov 18, 2015 at 11:35 PM Vlad Mihalcea wrote: > Actually both merge() and upda

[hibernate-dev] Fwd: Sub entities and Multi-version support

2015-11-18 Thread Vlad Mihalcea
Actually both merge() and update() can still cause a "write skew" phenomena, especially when using dynamic updates + OptimisticLockType DIRTY or OptimisticLockType ALL