If you're just looking for the SQL that was executed by Hibernate to make the tables,
you can configure Log4J:
<!-- Show SQL Logs for Hibernate Schema Export -->
| <category name="org.hibernate.tool.hbm2ddl.SchemaExport">
| <priority value="DEBUG" />
| </category>
| <category name="org.hibernate.tool.hbm2ddl.SchemaUpdate">
| <priority value="DEBUG" />
| </category>
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007983#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...