Skip to content

Instantly share code, notes, and snippets.

@fmatosqg
fmatosqg / Description
Last active August 29, 2015 14:27 — forked from twasink/Description
Spring, Hibernate, HSQLDB and automatically creating tables
An example of using Spring and Hibernate together to automatically create a HSQLDB in-memory database for testing hibernate mappings.