getting hibernate to generate sql statements for my database (schema)
i needed to create the scripts needed to create a database schema for my persistence objects (JPA) using hibernate. there is a bunch of documentation about using specific ant tasks to do this. but as usual, beyond configuring ant with some arcane hibernate tools tasks etc. I found it easier to just do the following […]
Read More getting hibernate to generate sql statements for my database (schema)