Where is net.sf.hibernate.tool.hbm2ddl.SchemaExportTask? I need this for the <schemaexport> task that generates DDL from HBM files. I've looked everywhere, including the Hibernate Extensions package, which goes up to net.sf.hibernate.tool. but doesn't have an hbm2ddl subpackage!
I've been looking at some examples that use <schemaexport>, and seeing others that use <hibernatetool> with <hbm2ddl> within it...are these two different ways of doing the same thing, or do they do different things?
Anyways, I need to find that SchemaExportTask class... any help would be appreciated.
Thanks.
|