[hibernate-issues] [Hibernate-JIRA] Commented: (EJB-456) Implement JPA 2.0 metamodel APIs
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Sun Aug 9 14:09:13 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/EJB-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33734#action_33734 ]
Emmanuel Bernard commented on EJB-456:
--------------------------------------
initial commit in.
I have not tested it, so don't even try, it will explode to your face most likely :)
Missing:
- mapped superclass (not sure how to do that)
- declared is implemented but not non declared attributes (should be just aggregation though)
- the whole ManyToOne vs OneToOne and ManyToMany vs OneToMany is a scam. Hib register the physical model while we need the logical model.
- Member are not exposed (not sure how to do that) and will need to solve the serializability issue
- some minor type checking mandated by the spec
> 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