Community
Participate
Working Groups
Build Identifier: 2.3.2 release and 2.4.0 milestone M19 When a super entity is annotated with @JoinTable and sub entities do not have association overrides, the generated DDL for table per class is incorrect. EclipseLink maps all the sub entities to the same join table of the parent entity. See http://www.eclipse.org/forums/index.php/t/352983/ A related bug might be https://bugs.eclipse.org/bugs/show_bug.cgi?id=297102 Reproducible: Always Steps to Reproduce: See newsgroup link for an example.
Setting target and priority. See the following page for the meanings of these fields: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines Community: Please vote for this bug if it is important to you. Votes are one of the main criteria we use to determine which bugs to fix next.
Seems we are generating constraints, but should not be for table per class inheritance as can have multiple target tables.
fixed, no longer generate foreign key constraints for table_per_class see https://bugs.eclipse.org/bugs/show_bug.cgi?id=389135
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink