Hi Guys,
Just want to confirm something that seems to have happened. I had about 10 rows in my database as created by Hibernate using
Code:
<property name="hibernate.hbm2ddl.auto">create</property>
A moment ago I went to use Hibernate again (having restarted the app server and so on) and found all my rows were missing.
I think it is the CREATE value I am giving hibernate.hbm2ddl.auto but acording to the documentation only CREATE-DROP would drop data??
Appreciated if someone could clarify what this setting does in CREATE mode. Am I suppsoed to remove this property once my Database has been created?
Thanks! ADC