[hibernate-issues] [Hibernate-JIRA] Created: (ANN-439) @GenericGenerator(strategy="seqhilo") is overriden by native

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Sep 12 13:17:24 EDT 2006


@GenericGenerator(strategy="seqhilo") is overriden by native
------------------------------------------------------------

         Key: ANN-439
         URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-439
     Project: Hibernate Annotations
        Type: Bug

  Components: binder  
    Versions: 3.2.0.cr2    
    Reporter: Emmanuel Bernard
    Priority: Minor


The workaround is to use @SequenceGenerator

seqhilo beeing mapped to @SequenceGenerator, the current algorithm does not override "native" to keep the ability to parameter a native generator

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