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/Composite Persistence Units"

m
m
Line 7: Line 7:
 
|examples=y
 
|examples=y
 
|example=
 
|example=
*[[EclipseLink/Examples/JPA/MetadataSource|MetadataSource]]
+
*[http://wiki.eclipse.org/EclipseLink/Examples/JPA/Composite Composite Persistence Unit Example]
 
}}  
 
}}  
  

Revision as of 10:12, 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


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