a device for turning coffee into software

Using Hibernate import.sql

07/27/2009 Java Persistence

I knew that hibernate had a mechanism to load an sql script on startup, but I never took the time to track it down. Today I finally decided it was worth the effort. The mechanism is fairly simple, but not well documented.

Read more