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 "EclipseLink/UserGuide/JPA/Advanced JPA Development/Composite Persistence Units"

m
m
Line 13: Line 13:
  
 
''This feature is new in EclipseLink 2.3.''
 
''This feature is new in EclipseLink 2.3.''
 +
 
''This page is under development.''
 
''This page is under development.''
  

Revision as of 09:54, 20 June 2011


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

Elug api package icon.png Key API

Elug example icon.png Examples


Composite Persitence Units

This feature is new in EclipseLink 2.3.

This page is under development.

You can store mapping information outside an application and then the mapping information retrieved when the application's persistence unit is created. This feature can be used for any mapping customization including Extensible JPA Entities.

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

Back to the top