Community
Participate
Working Groups
We should investigate if the following use case can be supported: import java.util.*; import javax.xml.bind.annotation.*; import org.eclipse.persistence.oxm.annotations.XmlInverseReference; @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) public class Parent { @XmlInverseReference(mappedBy="children") private Parent parent; @XmlAnyElement private Set<Object> children = new HashSet<Object>(); }
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink