From: David L. (JIRA) <no...@at...> - 2006-05-29 08:49:26
|
Additional configuration for hbm2ddl script generation ------------------------------------------------------ Key: HBX-668 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-668 Project: Hibernate Tools Type: Improvement Versions: 3.1.beta5 Reporter: David Leal Just to suggest some additional configuraiton for hbm2ddl script generation, for example: - Adding possibility to configure if the primary key can be defined using alter table instead on the create sentence. - The same for unique index. - Adding possibility for configuring information not provided by the *.hbm files, for example tablespace information. For example on the configuration file, could be defined the tablespace information for each table/index, primary key, etc. The alter table aproach is better for production database in order to add tablespace information, such configuration can't be set on the create table sentence. Thanks in advance, David -- 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.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |