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

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


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

Steve Ebersole updated HHH-4884:
--------------------------------

    Description: 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
    Component/s:     (was: core)
     Issue Type: Bug  (was: Task)
        Summary: Fix binding of @TableGenerator#initialValue into org.hibernate.id.enhanced.TableGenerator  (was: Ensuring testing of both legacy and new id generator schemes)

> 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