This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 91713 - Provide information about annotation entity mappings
Summary: Provide information about annotation entity mappings
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: API
Depends on:
Blocks: 91757 95534
  Show dependency tree
 
Reported: 2007-01-03 09:15 UTC by Jan Stola
Modified: 2007-07-04 15:35 UTC (History)
4 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2007-01-03 09:15:38 UTC
Persistence model should provide information about entity mappings specified 
via annotations (Column, Id, Table, OneToMany, OneToOne, ManyToMany, ManyToOne, 
NamedQueries etc.). The current API seems to contain the relevant classes and 
methods but the model is not filled according to annotations in entity classes.
Comment 1 Andrei Badea 2007-07-04 15:35:59 UTC
The ORM metadata model has been implemented, marking as fixed.