From: <leg...@at...> - 2003-10-30 11:35:14
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 30 Oct 2003 5:33 AM applied this. --------------------------------------------------------------------- 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: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Components: core Versions: 2.1 Assignee: Reporter: Mathias Bogaert Created: Thu, 30 Oct 2003 2:00 AM Updated: Thu, 30 Oct 2003 5:33 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 |