Community
Participate
Working Groups
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; ... }
We will not be supporting this feature.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink