From: Gudlaugur E. (JIRA) <no...@at...> - 2006-05-18 17:09:24
|
Add support for explicit primary key names in table creation. Storage meta-attributes for DDL generation. --------------------------------------------------------------------------------------------------------- Key: HHH-1766 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1766 Project: Hibernate3 Type: Patch Components: metamodel Versions: 3.2.0.cr2 Reporter: Gudlaugur Egilsson Attachments: metamodel.patch Add support for explicit primary key names in hbm files. Moves primary key definition into create-table statement from alter-table (easy to change back if you don't like that...). Primary key names are generated using old method if primary keys not provided. Add support for storage meta-attributes for database (tablespace, initial extents). Useful for specifying tablespace and other storage attributes. Patch created from rev#9933 -- 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 |