Hi,
Can u clarify this?
We can create, update, and delete tables of a specific DB
Are we able to create DB?
Is it possible to specify like "drop database if exists db_name" in hibernate.cfg.xml
Some thing like
<property name="hbm2ddl.auto">create</property>
<property name="hbm2ddl.auto">create-if-not-exists</property>
<property name="hbm2ddl.auto">update</property>
<property name="hbm2ddl.auto">validate</property>
Bear me if it’s a silly post
I am very new to this hibernate so couldn’t make out.
-------------
vino
|