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

Difference between revisions of "EclipseLink/Examples/JPA/Extensible"

Line 1: Line 1:
<div style="width:100%">UNDER CONSTRUCTION</div>
+
<div style="border:1px solid #999999;background-color:#ffffff;align:center">
 +
<table border="0" cellpadding="5" align="center"><tr><td width="20">[[image:Catnicon.gif]]</td><td>UNDER CONSTRUCTION</td></tr></table>
 +
</div>
 
<div style="float:right;width:300px">
 
<div style="float:right;width:300px">
 
__TOC__
 
__TOC__

Revision as of 10:54, 2 March 2011

Catnicon.gifUNDER CONSTRUCTION

Extensible Entities Example

This example illustrates how EclipseLink 2.2 can be used to build a domain model that allows addition 'extension' properties, relationships, and types to added and used in the application.

NOTE: This functionality is being formalized into new features for EclipseLink Indigo (2.3) in its Extensibility features.

Back to the top