some way to generate DDL output
-------------------------------
Key: HBX-952
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-952
Project: Hibernate Tools
Issue Type: Improvement
Components: eclipse
Environment: Eclipse 3.2.2
Hibernate Tools beta10
Reporter: Dan Allen
After diligent searching, I could not find a way to get the generated DDL for the current
hibernate.dialect from the Hibernate Console in Eclipse. Either this feature isn't
available, or it needs to be better documented so that someone can locate its
whereabouts.
What I am looking for is an output that looks like
CREATE TABLE foo (
id bigint(20) unsigned NOT NULL auto_increment
)
and so on...
I would think this would be an "exporter", but no dice.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira