Hibernate version:
3.2
I have tried searching for this, but haven't found anything. Maybe it is my search criteria, i don't know.
I am looking to see if anyone knows of a third party tool that builds a visual graph of the object models built by hibernate. Even if there are no tools for visualizing the object graph, it would be very helpful if there is something out there that would allow me to export the dependencies for every object. I need to build a dataloader that loads the data in the correct order (based on dependency order) and would like to avoid building the order by hand (I have about 200 objects to analyze).
I know that hibernate builds a graph from the mapping files and that everything can be accessed via the Configuration file. So, I know that i can build this myself, and I am ok with doing this. However, if something exists, i would rather not re-invent the wheel.
Thanks for your help,
Paul
|