[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4552) Support generated value for composite keys

Ståle W. Pedersen (JIRA) noreply at atlassian.com
Mon Nov 9 05:02:08 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34488#action_34488 ] 

Ståle W. Pedersen commented on HHH-4552:
----------------------------------------

the patches isnt final. there are several things that needs to be fixed/added/cleaned.
- atm a generator use constants that are defined in annotation.
- it uses a lot of reflection (not optimal, if anyone got an idea on how to do it without reflection please let me know).
- only support Classes, not primitives
- only one Generator supported atm.

> Support generated value for composite keys
> ------------------------------------------
>
>                 Key: HHH-4552
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4552
>             Project: Hibernate Core
>          Issue Type: Improvement
>    Affects Versions: 3.5.0-Beta-2
>            Reporter: Ståle W. Pedersen
>         Attachments: annotations.diff, core.diff, test_idclassgeneratedvalue.tar.gz
>
>
> To ensure compatibility/portability with other jpa implementations hibernate need support for generated value for composite keys. The SpecjEnterprise2010 application require this.

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