[hibernate-issues] [Hibernate-JIRA] Commented: (EJB-456) Implement JPA 2.0 metamodel APIs

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Aug 17 13:53:18 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/EJB-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33789#action_33789 ] 

Emmanuel Bernard commented on EJB-456:
--------------------------------------

1.
Are you sure Steve?
@OneToMany
@JoinTable

is mapped
<many-to-many>
  <collectio-table>
in HBM files.

The main difference in this case between a @OneToMany and a @ManyToMany is a unique constraint on the FK

3. I am refering to java.land.reflect.Member Attrubute#getJavaMember()
Where have you seen javax.persistence.metamodel.Member? I can't find it.
Is PropertyAccessor accessible from PersistentClass or its associated objects?

> Implement JPA 2.0 metamodel APIs
> --------------------------------
>
>                 Key: EJB-456
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-456
>             Project: Hibernate Entity Manager
>          Issue Type: Sub-task
>            Reporter: Steve Ebersole
>            Assignee: 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