Hi everyone,
I am using Hibernate on top of my database. I am looking for a way to create a database schema AND insert seed data inside some tables of the schema that has been created. The "schemaexport" feature from the Hibernate tools helps me to create the correct schema for now, but I don't know how to insert the seed data into the tables.
Does anybody know about any toolkit I could use to create schema files declaratively, and then declaratively insert seed data into some of the tables?
Best regards,
Iannis
|