Community
Participate
Working Groups
query keys should be supported in JPQL. currently incorrect validation in JPQL code is preventing this.
Created attachment 167372 [details] fixes query key and several other bugs
Fixed. Patch also fixes, bugs 311023, 265702, 296852 Changes: - Made isAbstract public in descriptor - Don't add duplicate child tables in inheritance (avoids subclass join issues) - Don't issue concrete select for abstract table per class descriptor - Replaced ElementPlaceHolder with Object.class - Fix to allow query key in select, avoid null-pointer - Allow query keys in JPQL - Don't generate tables for abstract table per class descriptor - Don't define constraints to table per class descriptor that has subclasses - Added query keys to JPA Employee model - Added 1-1 to table per class Benefit - Made Customer abstract to test table per class - Added Person subclass SoftwareEngineer to test subclass tables - Added JPQL tests for query keys - Added tests for inheritance table per class and subclass tables
Fixed
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink