[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3634) generator identifier is overriding my id

Gopikrishna Pinninti (JIRA) noreply at atlassian.com
Tue Dec 9 02:57:16 EST 2008


generator identifier is overriding my id
----------------------------------------

                 Key: HHH-3634
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3634
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.3.0.GA
         Environment: 3.3, DB2
            Reporter: Gopikrishna Pinninti
            Priority: Minor


Hibernate sequence generator is overriding the identifier which is not equal to unsaved-value on save() method call. Entity already has the identifier and hibernate should not regenerate the identifier on save() method. Because of this, i can not use the sequence generator for some scenarios that had identifier generated earlier and do not want to be regenerated.

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