Saturday, December 4, 2010

hibernate : properties

<property name="hibernate.hbm2ddl.auto">create</property>
 <property name="hibernate.hbm2ddl.auto">create-drop</property>
 <property name="hibernate.hbm2ddl.auto">update</property>
 <property name="hibernate.hbm2ddl.auto">validate</property>


<property name="show_sql">true</property>

No comments:

Post a Comment