In order to better visualize the relationships in a complex database, I'd like to create a graph/chart that shows the tables, and their relationships. Hibernate was used to create the database, and I have access to both the x.cfg.xml file and a Create schema.
Is there a tool that reads in SQL and creates a graph for visual analysis? Are there other means than drawing it by hand?