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

Summary: Provide information about annotation entity mappings
Product: javaee Reporter: Jan Stola <jstola>
Component: PersistenceAssignee: Andrei Badea <abadea>
Status: RESOLVED FIXED    
Severity: blocker CC: abadea, arseniy, emononen, pjiricka
Priority: P1 Keywords: API
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 91757, 95534    

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.