While automated concurrency handling via the timestamp column is only true for SQL Server and VistaDB, we added concurrency handling to Oracle from the very first official release. This maintenance release just tweaked it.
http://www.entityspaces.net/blog/2006/03/20/OracleSequencesAndConcurrencyHandling.aspx
Adding concurrency handling to MySQL is on the agenda, but still no official date. It most likely will not be automated using a timestamp column, but be an EntitySpaces specific implementation, similar to the Oracle design. You would add a large integer column in your table, and tell EntitySpaces to use it for concurrency from within MyGeneration's User Meta Data. Unfortunately, that entails some non-trivial changes to the EntitySpaces MySQL provider and stored procedure templates, and thorough testing.
David Neal Parsons
www.entityspaces.net