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/UserGuide/JPA/Advanced JPA Development/Extensible Entities"

m
m
Line 2: Line 2:
 
|info=y
 
|info=y
 
|toc=n
 
|toc=n
|api=y
 
|apis=
 
*[http://www.eclipse.org/eclipselink/api/2.3/org/eclipse/persistence/xxx.html xxx]
 
 
|examples=y
 
|examples=y
 
|example=
 
|example=

Revision as of 09:43, 20 June 2011


Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Elug example icon.png Examples


Extensible Entities

This feature is new in EclipseLink 2.3.

This page is under development.

You can make entities extensible so that at runtime a set of additional extended mappings can be used.

Overview

  • Start with a persistence unit containing entity types that are configured to support extensions
  • Add mappings to the entities in that persistence unit.

The persistence unit does not have to be redeployed. The extended entities will read and write the extended values when set and will allow the application to execute queries involving these properties in the criteria.

Eclipselink-logo.gif
Version: DRAFT
Other versions...

Back to the top