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

EclipseLink/Development/JPA 1.0/table per class

< EclipseLink‎ | Development
Revision as of 14:47, 27 November 2008 by Unnamed Poltroon (Talk) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Table Per Class Inheritance

JPA 2.0 Root | Enhancement Request

Issue Summary

...

See JPA 2.0 section 2.1.3.1 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