Another way, my preferred, is to use Hibernate's SchemaExport class and
generate the DDL to a file. As far as I can imagine, the Maven plugin and
the Ant task are just ways of using that class.
On Fri, 15 Jul 2011 17:23:49 -0300, Mark wrote:
I'm not sure if this helps, but you should be ab
I'm not sure if this helps, but you should be able to generate the ddl
without using the maven plugin. So if tapestry-hibernate can talk to
the db, it should be able to create the schema.
You'll need something like:
create
or
update
in hibernate.cfg.xml
Mark
On Fri, Jul 15, 2011 at 11:31 AM,