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 "EclipseLink/Development/2.1/AdvancedJPA"

(New page: == EclipseLink 2.1: Advanced JPA == This page captures the work planned for EclipseLink 2.1 under the them of advanced JPA. The goal is to increase the number of advanced ORM features tha...)
 
Line 2: Line 2:
  
 
This page captures the work planned for EclipseLink 2.1 under the them of advanced JPA. The goal is to increase the number of advanced ORM features that can be accessed through JPA leveraging standard extension points, custom annotations, and custom XML.
 
This page captures the work planned for EclipseLink 2.1 under the them of advanced JPA. The goal is to increase the number of advanced ORM features that can be accessed through JPA leveraging standard extension points, custom annotations, and custom XML.
 +
__TOC__
  
=== EntityManager ==
+
=== EntityManager ===
  
 +
* Historical Session
  
=== Mapping ===
+
=== Mapping/Descriptor ===
 +
 
 +
* Additional Join (filter) on entity types and relationship mappings
 +
* Instantiation Policy
 +
* Historical Mapping
 +
* Unary Table Sequencing
  
 
=== Querying ===
 
=== Querying ===
 +
 +
* Define additional FetchGroups using annotations or XML
 +
* Additional operators
 +
* user defined operators
  
  

Revision as of 13:24, 1 December 2009

EclipseLink 2.1: Advanced JPA

This page captures the work planned for EclipseLink 2.1 under the them of advanced JPA. The goal is to increase the number of advanced ORM features that can be accessed through JPA leveraging standard extension points, custom annotations, and custom XML.

EntityManager

  • Historical Session

Mapping/Descriptor

  • Additional Join (filter) on entity types and relationship mappings
  • Instantiation Policy
  • Historical Mapping
  • Unary Table Sequencing

Querying

  • Define additional FetchGroups using annotations or XML
  • Additional operators
  • user defined operators


Database Specific Features

Oracle

  • Spatial mapping and querying
  • XML Type mapping and querying

Copyright © Eclipse Foundation, Inc. All Rights Reserved.