Reputation: 5924
I want to visualize the relationships between all of my JPA annotated classes. Given that I have a folder full of classes, is there a tool that will just scan all the annotations and provide a visualization/picture of all the relationships?
Upvotes: 1
Views: 510
Reputation: 90497
Yes. Hibernate tool is an eclipse plug-in that has a feature to visualize the structure of entities and the relationships between them.
Upvotes: 3