What is the default value of
hibernate.hbm2ddl.auto
in hibernate cfg file mapping
is it possible to remove
<property name="hibernate.hbm2ddl.auto">update</property>
this mapping from config file
if i remove this property whether it affect my DB
???