|
Just to confirm: are you generating database schema with hibernate.hbm2ddl.auto option? Which MySQL dialect do you use? As a workaround try providing custom revision entity with @RevisionTimestamp property of long type. Small application reproducing the issue would be useful.
|