I must mapping a row_version column in hibernate, I have a SQL Server database and my table has a row_version column on DB this column is declared as timestamp because for SQL Server a rowversion is a special timestamp.
How can I map this column in hibernate?
I tried to map this column as Timestamp as binary but it doesn't work.