Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326189 - MOXy Extensions: Add support for embedded id class.
Summary: MOXy Extensions: Add support for embedded id class.
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 14:38 EDT by David McCann CLA
Modified: 2022-06-09 10:36 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 David McCann CLA 2010-09-24 14:38:24 EDT
We should support the concept of an embedded id class, similar to what is supported in JPA.  Something like:

public class Employee {
    @XmlEmbeddedId
    public EmployeeId empId;
    ...
}

public class EmployeeId {
    @XmlID
    public String id;
    ...
}
Comment 1 David McCann CLA 2010-10-01 15:08:46 EDT
We will not be supporting this feature.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:36:18 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink