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

Talk:EclipseLink/Development/2.4.0

Revision as of 13:20, 6 June 2011 by Unnamed Poltroon (Talk) (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 ...)

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

=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