Hi,

What is this Drop and re-create database schema on startup?

Maybe that is resetting the sequence...

And the MVCC setting is for row level locking, which from what some others have said seems to help with deadlock issues when using hibernate.

Ryan



On 24/09/2010 6:40 AM, mcevikce wrote:
         <!-- Drop and re-create the database schema on startup -->
         <property name="hbm2ddl.auto">create</property>

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to