Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/Dynamic

< EclipseLink‎ | Development
Revision as of 20:49, 1 November 2008 by Unnamed Poltroon (Talk) (New page: = Development of Dynamic Persistence in EclipseLink JPA = This page captures the functional requirements and design of a generic dynamic persistence solution that will allow consumers to ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Development of Dynamic Persistence in EclipseLink JPA

This page captures the functional requirements and design of a generic dynamic persistence solution that will allow consumers to specify their mappings using only using XML. The purpose of dynamic persistence is to enable simplified data access where only mapping information is required and no concrete Java model is required.

Functional Requirements

  1. Ability to use dynamic persistence through standard JPA metadata and interfaces as well as leveraging advanced EclipseLink JPA features
    1. Specify mapping metadata using only standard JPA orm.xml or eclipselink-orm.xml.
  2. Common abstract base class enabling

Design

JPA Configuration

 

Back to the top