do you know
http://www.hibernate.org/102.html ?
what is sure is that you can use schemaexport.
now try xdoclet to see if it fit to generate mapping files...
The problem with xdoclet is that it will do the same job that jsr 175 in hibernate3;
Quote:
JDK 1.5 Enhancements
The new JDK has been released as a preview earlier this year and we expect a slow migration to the new 1.5 platform throughout 2004. While Hibernate3 still runs perfectly with JDK 1.2, Hibernate3 will make use of some new JDK features. JSR 175 annotations, for example, are a perfect fit for Hibernate metadata and we will embrace them aggressively. We will also support Java generics, which basically boils down to allowing typesafe collections.
Mapping files are not so hard to write...