[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4600) Implements full support for JPA 2 Maps

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Nov 23 07:43:09 EST 2009


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

Emmanuel Bernard commented on HHH-4600:
---------------------------------------

support collections of Map
  key 
    basic type column can be overridden with @MapKeyColumn (not mandatory)
    embeddable @AttributeOverride(name="key.")   @AttributeOverride(name="value.")
    entity @MapKeyJoinColumn(s) for entities (default apply if detect an entity) 11.1.31
   @MapKeyClass to replace generics
  values
    @ElementCollection
    @*ToMany
    default ruels for @ColelctionTAble 11.1.8


> Implements full support for JPA 2 Maps
> --------------------------------------
>
>                 Key: HHH-4600
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4600
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: annotations
>            Reporter: Emmanuel Bernard
>


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