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.4.0"

Line 6: Line 6:
  
 
* JPA
 
* JPA
*** '''Enhanced Schema Provisioning''':  Schema upgrade to handle application version upgrades. Upon request the Schmea will be extended to add additional tables, columns, indexes.  
+
** '''Enhanced Schema Provisioning''':  Schema upgrade to handle application version upgrades. Upon request the Schmea will be extended to add additional tables, columns, indexes.  
 
** '''MetadataSource support for PU Properties''': During the bootstrap of a JPA persistence unit the Metadatasource will provide additional PU properties that can come from an external source to customize the PU properties used in the EntityManagerFactory creation.
 
** '''MetadataSource support for PU Properties''': During the bootstrap of a JPA persistence unit the Metadatasource will provide additional PU properties that can come from an external source to customize the PU properties used in the EntityManagerFactory creation.
 
** ''' JPA 2.1''': Provide early access to some of the JPA 2.1 defined features. This will dependend on the progres sthe expert group makes.
 
** ''' JPA 2.1''': Provide early access to some of the JPA 2.1 defined features. This will dependend on the progres sthe expert group makes.
 
* DBWS
 
* DBWS
 
** '''RESTful JPA''': Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.
 
** '''RESTful JPA''': Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.

Revision as of 11:18, 6 June 2011

EclipseLink 2.4.0 Development Plans

This page is a working document for what is being planned and developed for EclipseLink 2.4.0, which is scheduled for fall/winter 2011.

Features

  • JPA
    • Enhanced Schema Provisioning: Schema upgrade to handle application version upgrades. Upon request the Schmea will be extended to add additional tables, columns, indexes.
    • MetadataSource support for PU Properties: During the bootstrap of a JPA persistence unit the Metadatasource will provide additional PU properties that can come from an external source to customize the PU properties used in the EntityManagerFactory creation.
    • JPA 2.1: Provide early access to some of the JPA 2.1 defined features. This will dependend on the progres sthe expert group makes.
  • DBWS
    • RESTful JPA: Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.

Back to the top