Skip to main content
Jump to: navigation, search

RT/Indigo

< RT
Revision as of 09:54, 6 June 2011 by Douglas.clarke.oracle.com (Talk | contribs) (Highlights)

Eclipse RT - Indigo Highlights

Eclipse Communication Framework (ECF) 3.5.1/Indigo

Highlights

EclipseLink 2.3.0/Indigo

Highlights

  • Multitenant JPA entities with shared tables
    • 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.
  • 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.

Back to the top