On 12 Dec 2003 20:34, vijpan wrote:
>In case of optimistic concurrency if you dont access the database how
>can you be sure that you are not trying to update the stale data?
Hibernate does a version number or timestamp check in the SQL UPDATE.
This is standard Hibernate functionality. |