I am trying to define db dependency for a web based application, and was thinking that perhaps the hibernate mappings used in the application might be importable into some sort of tool to produce a visual ERD diagram. Has anyone tried something like this?
                
                A: 
                
                
              
            There's a tool called visual nhibernate that does something like this. It's goal isn't to create ERD's but it does show that it's possible
                  lomaxx
                   2010-04-28 02:05:13
                
              
                +1 
                A: 
                
                
              
            The Hibernate Tools plugin for Eclipse allows to visualize the Data Model with the "Mapping Diagram":
                  Pascal Thivent
                   2010-04-28 02:11:34