Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate class diagram which includes relation based on Hibernate

I'm looking for the plugin to generate diagram class which includes relation between classes which was done in Hibernate.I have used doxygen but it doesn't generate the relation between classes. For example I have classes where there are multiple relation such as OnToMany, ManyToOne.

Update I'm using Intellij

like image 304
bielas Avatar asked Feb 10 '26 11:02

bielas


1 Answers

If you happen to be using NetBeans as your IDE, then this plugin -> jeddict would definately 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 dissapointed.

like image 189
Maciej Kowalski Avatar answered Feb 13 '26 03:02

Maciej Kowalski