Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 241413 (metadata processing portions)

A patch file for bug 241413 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=241413

Description: JPA 2.0 Create an EclipseLink Map Mapping for Join Table mappings

This patch includes the metadata processing portions of the map mapping feature along with support with our convert metadata. 
 
As well as:
A fix submitted to the 1.1 stream, namely:
 
Metadata mapping (no actual processing yet) for other metadata features, namely:
- orphan-removal
- order-column
 
The eclipselink-orm.xml schema has also been updated as well with the new elements from the JPA 2.0 spec.
 
Another patch covering other loose ends and more tests for this feature to follow at a later date.

Please review and provide any feedback.

Cheers,
Guy

Back to the top