Bug 127337 - Support for sequence and table generators at the Class level
Summary: Support for sequence and table generators at the Class level
Status: VERIFIED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Pascal Filion CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-02-10 16:16 EST by Karen Butzke CLA
Modified: 2008-10-21 16:24 EDT (History)
0 users

See Also:


Attachments
Added UI support on class level (27.05 KB, patch)
2008-03-17 15:15 EDT, Pascal Filion CLA
no flags Details | Diff
Added generators support to entity mappings and fixed issues at the same time for queries (57.91 KB, patch)
2008-03-21 13:01 EDT, Pascal Filion CLA
neil.hauge: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Karen Butzke CLA 2006-02-10 16:16:25 EST
Currently we only support specifying a generator on the id mapping.  We should also support specifying a generator at the class level and referencing it on the id.
Comment 1 Karen Butzke CLA 2008-03-17 09:48:08 EDT
We also need support for sequence and tables generators in the orm.xml file at the entity-mappings level.
Comment 2 Pascal Filion CLA 2008-03-17 15:15:37 EDT
Created attachment 92738 [details]
Added UI support on class level
Comment 3 Karen Butzke CLA 2008-03-20 11:32:11 EDT
Applied the patch for table and sequence generator support on entities.  Now we need to also support a list of generators at the entity-mappings level.
Comment 4 Pascal Filion CLA 2008-03-21 13:01:48 EDT
Created attachment 93150 [details]
Added generators support to entity mappings and fixed issues at the same time for queries
Comment 5 Karen Butzke CLA 2008-03-25 10:58:24 EDT
Checked in this patch, fixed for 2.0M6
Comment 6 David Williams CLA 2008-04-24 00:49:07 EDT
mass change to add 'contributed' keyword based on bugzilla query, please
correct if that's not accurate (by marking patches as obsolete and removing the
'contributed' keyword. 
Comment 7 Karen Butzke CLA 2008-06-06 12:38:43 EDT
verified fixed in WTP 3.0RC3.  bug 231437 covers the remaining widgets that were not added