Database Model - Version Column purpose

The General tab for a database table has the option to specify a Version Column.

As far as I can see this has no effect on the DDL generated. What is the purpose of the Version Column option?

Hi djna01,

Thank you for your post. I have forwarded your question to our engineers. When I have got a reply, I will post again.

Best regards,
Jick Yeung

Hi djna01,

The version property is for Hibernate locking. For more details, please read:

Best regards,
Jick Yeung

Ah yes, thanks for the explanation.