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

Difference between revisions of "Talk:EclipseLink/Development/2.4.0"

(New page: ===JPQL enhancements, ON clause support== * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=312146 ON clause support] - this is currently our #1 voted bug. * We should also allow for other ...)
 
(=JPQL enhancements, ON clause support)
 
Line 1: Line 1:
===JPQL enhancements, ON clause support==
+
==JPQL enhancements, ON clause support==
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=312146 ON clause support] - this is currently our #1 voted bug.
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=312146 ON clause support] - this is currently our #1 voted bug.
 
* We should also allow for other advanced JPQL such as sub-selects in the ''select'' and ''from'' clause, and arrayed IN clauses.
 
* We should also allow for other advanced JPQL such as sub-selects in the ''select'' and ''from'' clause, and arrayed IN clauses.

Latest revision as of 13:21, 6 June 2011

JPQL enhancements, ON clause support

  • ON clause support - this is currently our #1 voted bug.
  • We should also allow for other advanced JPQL such as sub-selects in the select and from clause, and arrayed IN clauses.
  • Allow using fully qualified class names in place of the alias.
  • Support for more database functions, in particular date functions.
  • Aliases on join fetches, and nested join fetches.
  • Connect by.
  • Table and field level syntax.
James.sutherland.oracle.com 17:20, 6 June 2011 (UTC)

Back to the top