[JBoss-user] Optimistic locking Strategy

2003-03-20 Thread Simone Milani
Hi, The sybase database includes a type called TIMESTAMP which is effectively a VARBINARY(8) and is automatically updated on every insert by the database itself. Now this field is not a date and does works with the TimestampColumnLockingStrategy. I would like to implement a new Strategy

Re: [JBoss-user] Optimistic locking Strategy

2003-03-20 Thread Alex Loubyansky
How will this differ or what benefits will it have comparing to timestamp version column strategy already implemented? alex Thursday, March 20, 2003, 1:31:33 PM, Simone Milani wrote: SM Hi, SM The sybase database includes a type called TIMESTAMP which is effectively a VARBINARY(8) and is