Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/JPA 1.0/table per class"

(New page: = Table Per Class Inheritance = JPA 2.0 Root | [http://bugs.eclipse.org/249860 Enhancement Request] ==Issue Summary== ... See JPA 2.0 section 2.1.3...)
 
(Issue Summary)
Line 5: Line 5:
 
...
 
...
  
See JPA 2.0 section 2.1.3.1 for details.
+
See JPA 2.0 section 2.12.2 for details.
  
 
==General Solution==
 
==General Solution==

Revision as of 14:48, 27 November 2008

Table Per Class Inheritance

JPA 2.0 Root | Enhancement Request

Issue Summary

...

See JPA 2.0 section 2.12.2 for details.

General Solution

...

Work Required

  1. Develop model for testing
    approx 4 days - should include all permutations of PK combinations. (ie derived IdClass in EmbeddedId)
  2. Update Processing
    approx 5 days - processing @Id placement
    approx 4 days - processing @MappedById and support populating EmbeddedIds
    approx 3 days - processing derived IdClass in EmbeddedId
    approx 1 day - processing XML

Back to the top