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 08:33, 25 March 2009 by Unnamed Poltroon (Talk) (Cache APIs)

Undelimited Identifiers

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