And here comes something I was missing for years.
It appears that it's possible to execute additional SQLs during the Hibernates create/create-drop. It's very useful for the unit testing.
In short: Hibernate will run "import.sql" file from the classpath.
I found it here.
No comments:
Post a Comment