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 2.0/undelimited identifiers

< EclipseLink‎ | Development‎ | JPA 2.0
Revision as of 15:37, 23 October 2008 by Unnamed Poltroon (Talk) (New page: = Cache APIs = JPA 2.0 Root | [http://bugs.eclipse.org/251908 Enhancement Request] ==Issue Summary== The specification has added support to always t...)

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

Cache APIs

JPA 2.0 Root | Enhancement Request

Issue Summary

The specification has added support to always treat meta data identifiers as if they are "quoted" preserving case and allowing reserved words to be used.


See JPA 2.0 ED section 2.13 for details.

General Solution

Should be simple to process the ORM tag and update read in identifiers.

Work Required

  1. Develop tests
    approx 1 day
  2. Implement API
    approx 3 days

Back to the top