I don't know of any tool that would do this automagically. It might be
something you could start a project with, but after that I'm not sure how
useful such a tool would be.
Personally, I prefer using xdoclet to produce Hibernate mappings, and then
use the Hibernate mappings to produce the DDL (
I am learning the hibernate. I got the follwoing error and I don't know how
to fix it. Can someone help me? Thanks.
1. middlegen-hibernate examples finally run successfully. I got three java
and three hbm files (ie Person, Flight, and Reservation).
2. I put the hibernate.properties file in the
On 08 Jan (17:44), Qin Ding wrote:
> I am learning the hibernate. I got the follwoing error and I don't know how
> to fix it. Can someone help me? Thanks.
You forgot to add dom4.jar to your classpath. Please, use the User Forum
for questions like this. Please, read the documentation.
---