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 (Mapping)
m (Mapping)
Line 1: Line 1:
 
=Mapping=
 
=Mapping=
 +
To map entity classes to relational tables you must configure a mapping per persistent field.
 +
  
  

Revision as of 14:11, 16 June 2010

Mapping

To map entity classes to relational tables you must configure a mapping per persistent field.



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

Back to the top