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"

(Features)
Line 9: Line 9:
 
** '''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.
 +
** '''Gemini JPA''': With the Gemini JPA 1.0 release scheduled to come out this summer the current solution available (which we have deprecated) need to be fully transitioned to leverage the Gemini solutions. This will involve updates or migration of examples but may also involve a coordinated Gemini release if feature work is included.
 
* 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:24, 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.
    • Gemini JPA: With the Gemini JPA 1.0 release scheduled to come out this summer the current solution available (which we have deprecated) need to be fully transitioned to leverage the Gemini solutions. This will involve updates or migration of examples but may also involve a coordinated Gemini release if feature work is included.
  • DBWS
    • RESTful JPA: Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.

Back to the top