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/Basic JPA Development/Mapping"

Line 6: Line 6:
 
|nativeapi=y
 
|nativeapi=y
 
|nativeapis=
 
|nativeapis=
* [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/mappings/ mappings]
+
* [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/mappings/package-frame.html mappings]
 
|examples=y
 
|examples=y
 
|example=
 
|example=

Revision as of 11:27, 27 October 2011

EclipseLink JPA


Configuring Mappings

To map entity classes to relational tables you must configure a mapping per persistent field. The following sections describe EclipeLink's JPA mapping types:

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

Back to the top