Hi there!
I would like to perform some code when a web application is starting.
I want to create database entries if they are not present in the database. So the user can set hibernate.show_sql to create and after the tables were created a process should writes some entries in a table to make the application runnable. Do someone have a tip for me?
Thanks!


Reply With Quote