Hibernate support db table automatic creation. You can set up your server file hibernate.cfg.xml to make it happen, but you should remember to change the setting to disable the auto-creation otherwise, the second time you restart your service, it willdo
the samething and erase all your test data.