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/Hermes"

(TO DO LIST)
Line 1: Line 1:
 +
<div style="float:right;width:300px">
 +
__TOC__
 +
</div>
 +
 
== EclipseLink Hermes: JPQL Parser ==
 
== EclipseLink Hermes: JPQL Parser ==
  

Revision as of 14:22, 23 February 2011

EclipseLink Hermes: JPQL Parser

The EclipseLink Hermes Parser is a set of bundles/fragments and supporting test case projects that deliver:

  • a JPQL parser that can be used in IDE integration to validate JPQL queries based on the complete mapping metamodel
  • a design time utility that can process queries in source to provide more complete validation of JPQL statements in code
  • an alternative JPQL parser to that which is provided by default in the existing EclipseLink bundles

The parser was developed by Oracle and contributed to the EclipseLink project (add CQ/Bug ref).

STATUS

TO DO LIST

  1. Integrate into Build
  2. Align bundle/project naming
  3. Ensure bundle/project scope meets consumer's needs

Open Issues

Resolved Issues

Back to the top