Community
Participate
Working Groups
In ManyToManyAccessor.isPrivateOwned() a warning is logged that @PrivateOwned is not a supported annotation. The eclipselink-orm schema also does not support the private-owned element on many-to-many. But in the XmlEntityMappingsProject.buildManyToManyDescriptor() it appears that private-owned is supported because it is mapped. Which is correct?
It is not supported. The mapping from XmlEntityMappingsProject is redundant and should be removed.
Created attachment 108954 [details] Code changes
Changes have been submitted. Reviewed by: Tom Ware No test added. Redundant code removed from the mapping project.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink