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 "RT/Indigo"

< RT
(Highlights)
(Highlights)
Line 19: Line 19:
 
=== Highlights ===
 
=== Highlights ===
  
* Multitenant JPA entities with shared tables
+
* <b>Multitenant JPA Entities</b>: Development of SaaS solutions has now been made easier.  EclipseLink JPA can dynamically manage persistent entities for different tenants using shared tables (AKA striped). EclipseLink will limit the result of all database operations to the rows available to a given tenant.
** Development of SaaS solutions has now been made easier.  EclipseLink JPA can dynamically manage persistent entities for different tenants using shared tables (AKA striped). EclipseLink will limit the result of all database operations to the rows available to a given tenant.
+
* <b>Extensible JPA and JAXB</b>: Application developers using EclipseLink JPA and MOXy (JAXB) can now build models which support storage of extended values. The extended values are enabled through JPA mappings which can be defined statically or on-the-flt using an external metadata source.
* On-the-fly extended mappings with external metadata source support
+
** Application developers using EclipseLink JPA and MOXy (JAXB) can now build models which support storage of extended values. The extended values are enabled through JPA mappings which can be defined statically or on-the-flt using an external metadata source.
+

Revision as of 09:55, 6 June 2011

Eclipse RT - Indigo Highlights

Eclipse Communication Framework (ECF) 3.5.1/Indigo

Highlights

EclipseLink 2.3.0/Indigo

Highlights

  • Multitenant JPA Entities: Development of SaaS solutions has now been made easier. EclipseLink JPA can dynamically manage persistent entities for different tenants using shared tables (AKA striped). EclipseLink will limit the result of all database operations to the rows available to a given tenant.
  • Extensible JPA and JAXB: Application developers using EclipseLink JPA and MOXy (JAXB) can now build models which support storage of extended values. The extended values are enabled through JPA mappings which can be defined statically or on-the-flt using an external metadata source.

Back to the top