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"

(Eclipselink ORM)
(Eclipselink ORM)
Line 34: Line 34:
 
! Status  
 
! Status  
 
|-  
 
|-  
| 296289
+
| {{bug|296289}}
 
| Add current annotation metadata support on mapped superclasses to EclipseLink-ORM.XML Schema
 
| Add current annotation metadata support on mapped superclasses to EclipseLink-ORM.XML Schema
 
| Completed
 
| Completed
 
|-  
 
|-  
| 296612
+
| {{bug|296612}}
 
| Add current annotation only metadata support of return insert/update to the EclipseLink-ORM.XML Schema
 
| Add current annotation only metadata support of return insert/update to the EclipseLink-ORM.XML Schema
 
| Completed
 
| Completed
 
|-  
 
|-  
| 211323
+
| {{bug|211323}}
 
| Add class extractor support to the EclipseLink-ORM.XML Schema
 
| Add class extractor support to the EclipseLink-ORM.XML Schema
 
| Completed
 
| Completed
 
|-  
 
|-  
| 211324
+
| {{bug|211324}}
 
| Add additional event(s) support to the EclipseLink-ORM.XML Schema
 
| Add additional event(s) support to the EclipseLink-ORM.XML Schema
 
| Completed
 
| Completed
 
|-  
 
|-  
| 211322
+
| {{bug|211322}}
 
| Add fetch-group(s) support to the EclipseLink-ORM.XML Schema
 
| Add fetch-group(s) support to the EclipseLink-ORM.XML Schema
 
| Completed
 
| Completed

Revision as of 05:59, 19 March 2010

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 EntityManager
  • EMF Broker

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

Eclipselink ORM

The following bugs are a prioritized list of features that are to be worked on for the 2.1 release. NOTE: The complete list will not be completed only those starting from the top that can be addressed in time.

Individual bugs will contain more information and design details.

Bug number Description Status
bug 296289 Add current annotation metadata support on mapped superclasses to EclipseLink-ORM.XML Schema Completed
bug 296612 Add current annotation only metadata support of return insert/update to the EclipseLink-ORM.XML Schema Completed
bug 211323 Add class extractor support to the EclipseLink-ORM.XML Schema Completed
bug 211324 Add additional event(s) support to the EclipseLink-ORM.XML Schema Completed
bug 211322 Add fetch-group(s) support to the EclipseLink-ORM.XML Schema Completed

Database Specific Features

Oracle

  • Spatial mapping and querying
  • XML Type mapping and querying

Copyright © Eclipse Foundation, Inc. All Rights Reserved.