Generate a class diagram that includes a Hibernate based relationship

I'm looking for a plugin to create a chart class that includes the relationship between the classes that has been done in Hibernate

. I have used doxygen

but it does not create relationships between classes. For example, I have a class where there are multiple relationships, such as OnToMany

, ManyToOne

.

Update I am usingIntellij

+3


source to share


2 answers


If you are using NetBeans as your IDE then this plugin - > jeddict will definitely do the trick for you as one of its features is reverse engineering based on JPA annotated classes. I have used it in the past for one of my projects and I was not disappointed.



+1


source


I used the plugin ObjectAid

for eclipse

: http://www.objectaid.com/installation



0


source







All Articles