I am using the hibernate.hbm2ddl.auto feature to create the tables. I know that it is not advised to use it in production.
But, what I want to do, is to use it to create the table only when the database is void. When database is not empty, i would like my app to work with this setting off.