Hi,
I was reading the below blog about hibernate optimistic locking. I am planning to use it with hibernate. But, I have one concern. we have java code and c++ code, both connect to one database. While, java code can use hibernate to achieve optimistic locking, I want to make the c++ code do the same thing. Also, c++ code is using some legacy code.
http://turgaykivrak.wordpress.com/2009/05/16/72/
Is there a documentation that explains how hibernate achieves optimistic locking?
Any suggestions are appreciated.
Thank you
Bala