[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-4884) Fix binding of @TableGenerator#initialValue into org.hibernate.id.enhanced.TableGenerator

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Feb 5 15:29:29 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4884.
-------------------------------

    Resolution: Fixed

> Fix binding of @TableGenerator#initialValue into org.hibernate.id.enhanced.TableGenerator
> -----------------------------------------------------------------------------------------
>
>                 Key: HHH-4884
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4884
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: annotations
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.5.0-Next
>
>
> The annotation defines 0 as the default initial value, which really means 1 in relation to org.hibernate.id.enhanced.TableGenerator.  So we need to adjust @TableGenerator#initialValue up by 1

-- 
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

        


More information about the hibernate-issues mailing list