Java @Entity classes to Entity Rekationship Diagram tool?

hi,

 

Can anyone recommend a hassle free tool that takes Java Entity objects code and generates an ERD? 

 

thanks,

Zvika

 

 

 

Comments

doesn't jboss-tools eclipse plugin do it? based on hbm's or jpa annotations?

not anywhere I could see... I ended up importing SQL (generated by the maven hibernate plugin) into a trial of Enterprise Architect and generating an ERD there. Result was OK, nothing fancy.

You can convert entities into a UML diagram and you can convert a database schema into an ERD but I don't know if you will find an open source tool that does what you are asking.

No open source:

"Generate ERD from Class Diagram": http://dbva-for-eclipse-for-windows.visual-paradigm-international-ltd.cr...

Open source:

http://argouml.tigris.org/

http://www.myeclipseide.com/module-htmlpages-display-pid-16.html#erd

(this does exactly the opposite)
http://sourceforge.net/projects/eclipse-erd/