Is there a tool for generating entity classes and database schemas from a Hibernate XML config file?
In PHP
Symfony framework (based on Doctrine) for creating schema and model classes I've been using:
How can I achieve this in Hibernate?
I found only Reverse Engineering tool for generating config file and entity classes based on schema, but that's not what I'm looking for.