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"

m
m
Line 17: Line 17:
 
}}
 
}}
 
=Mapping=
 
=Mapping=
To map entity classes to relational tables you must configure a mapping per persistent field.
+
To map entity classes to relational tables you must configure a mapping per persistent field. The following sections describe EclipeLink's JPA mapping types:
  
  

Revision as of 16:37, 21 March 2011

EclipseLink JPA

Mapping

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