Community
Participate
Working Groups
We need to add NamedQuery/NamedNativeQuery model and UI support to Java MappedSuperclasses in 1.0, 2.0 and EclipseLink. This is not supported in the orm.xml, but maybe it will be added in the 2.1 schema.
Moving JPA specific bugs to new JPA component in bugzilla.
Created attachment 204039 [details] patch Based on the current specifications, query support of mapped superclass are 1. Java support is available since 1.0 on both generic and EclipseLink platforms 2. XML support is available since 2.1 and only on EclipseLink platform This patch reflects the query support of mapped superclass as above.
Created attachment 205440 [details] patch 1. Made changes to reflect the package name refactoring made by Karen 2. Changed the hierarchy of some classes
Patch committed to head. Will enter separate bug for adding JPQL content assist to MappedSuperclass inside the Java Editor. Details view already supports this.
Verified in Build S-3.1.0RC1-20111111225339 Verified you can add named query/native named query to mapped superclass. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.1_M3