From: <leg...@at...> - 2003-10-30 08:02:33
|
The following issue has been updated: Updater: Mathias Bogaert (mailto:pa...@pa...) Date: Thu, 30 Oct 2003 2:00 AM Changes: Attachment changed to sequence.patch --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-435&page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-435 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-435 Summary: Allow create sequence to have parameters Type: Improvement Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 Assignee: Reporter: Mathias Bogaert Created: Thu, 30 Oct 2003 2:00 AM Updated: Thu, 30 Oct 2003 2:00 AM Description: Patch allows for sequences to have parameters. Usage: @hibernate.id column="NATCORR_ID" generator-class="native" @hibernate.generator-param name="sequence" value="AUD_REF_NATIONAL_CORRESP_SEQ" @hibernate.generator-param name="parameters" value="START WITH 1 NOCACHE" --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |