1

I started using Hibernate only recently. While I was playing with it, I experienced the problem , which I assume, is faced by every Hibernate Beginner.

I want a good visual designer Tool that can generate Annotated Classes for Hibernate. It should be able to generate the classes from some diagramatic representation or a wizard. I would prefer the Tool to be Free and Open Source but that is not a compulsion.

Are there any such Hibernate Annotated Class Generator Visual Tools?

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
Lucky Murari
  • 12,672
  • 5
  • 22
  • 43

1 Answers1

0

The closest you'll get with Open Source Tools is probably JBoss Tools. It contains some Eclipse Plugins for Mapping Diagrams etc.

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588