Hi
<property name="hbm2ddl.auto">update</property>
<property name="hbm2ddl.auto">validate</property>
you can use either of these two..it will work......
Thanks
PurnachandraRao.
moni wrote:
Hi all
I am using the hibernate.hbm2ddl.auto create option in the hibernate cfg .xml file. It works fine and I think it creates a new table with the same name as the old one with the new records. If I want to insert new records in the same table can the update option handle that? Or do you have to do this in a different way.
Any help will be really appreciated. ;-)
--Moni[/img]