Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/JPA2.0/access type

< EclipseLink‎ | Development
Revision as of 14:50, 22 July 2008 by Gordon.yorke.oracle.com (Talk | contribs) (New page: = Access Type = JPA 2.0 Root | [http://bugs.eclipse.org/241651 Enhancement Request] ==Issue Summary== In JPA 2.0 the specification extends the acces...)

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

Access Type

JPA 2.0 Root | Enhancement Request

Issue Summary

In JPA 2.0 the specification extends the access type configuration. Access Type will be specified at the Entity Level or the Property Level. New annotations have also been added providing configuration in the Java Class along with orm.xml

See JPA 2.0 ED section 2.1.2 for details.

General Solution

Our Entity Processing code must now process the entire entity as access type can be changed on a per property basis. The default and inheritance rules have not changed however and our current implementation can remain.


Work Required

  1. Develop model for testing access type settings
    approx 2 days
  2. Update Processing to process entire table
    approx 3 days

Back to the top