Bug 303527 - [JPA2.0] MapKeyJoinColumn/MapKeyJoinColumns model support
Summary: [JPA2.0] MapKeyJoinColumn/MapKeyJoinColumns model support
Status: RESOLVED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JPA (show other bugs)
Version: 2.3   Edit
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: 3.1 M2   Edit
Assignee: Karen Butzke CLA
QA Contact:
URL:
Whiteboard: JPA2.0
Keywords: plan
Depends on:
Blocks: 300089
  Show dependency tree
 
Reported: 2010-02-22 14:07 EST by Karen Butzke CLA
Modified: 2011-09-26 14:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karen Butzke CLA 2010-02-22 14:07:45 EST
MapKeyJoinColumn/MapKeyJoinColumns annotation support and map-key-join-column orm.xml element support

Supported on these mapping types:

element-collection
many-to-many
one-to-many
Comment 1 Neil Hauge CLA 2011-07-01 16:25:36 EDT
Moving JPA specific bugs to new JPA component in bugzilla.
Comment 2 Karen Butzke CLA 2011-08-22 14:54:04 EDT
Added MapKeyJoinColumn support with java completion proposals for name and referenceColumnName and validation for:

1. Name must be specified when there are multiple map key join columns
2. Referenced column name must be specified when there are multiple map key join columns
3. Map key join column \"{0}\" cannot be resolved on table \"{1}\"
4. Map key join column referenced column name \"{0}\" cannot be resolved on table \"{1}\"
5. Table \"{0}\" for map key join column \"{1}\" {2}

Includes the same validation messages for orm.xml virtual attributes.