• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Diagram to show hibernate POJOs and tables relation.

 
Ranch Hand
Posts: 419
Mac jQuery Objective C
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Is there any tool which can generate kind of sequence diagrams which can show that this save method is saving an object to this particular table. I have code and hibernate mapping files. Now I wanted to have a document which can have such diagrams for future use.
Kindly let me know if such kind of tool is there?

 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
*Sequence* diagram? If you're looking for an entity diagram showing relationships there are a couple of tools that do this (I prefer the ones that use GraphViz for layout), but I don't know if they're configurable to show both the object and table names (mine is, but it's far from production ready). I could be misunderstanding your question, though.
 
pawan chopra
Ranch Hand
Posts: 419
Mac jQuery Objective C
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:*Sequence* diagram? If you're looking for an entity diagram showing relationships there are a couple of tools that do this (I prefer the ones that use GraphViz for layout), but I don't know if they're configurable to show both the object and table names (mine is, but it's far from production ready). I could be misunderstanding your question, though.




I think you have understood my requirement. I will try GraphViz but does it generate entity diagrams from the existing code?
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not on its own, no; as I said there are a few tools available that use GraphViz as the back end.
 
reply
    Bookmark Topic Watch Topic
  • New Topic