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"

 
(One intermediate revision by the same user not shown)
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=
Line 25: Line 25:
  
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Basic Mappings|Basic Mappings]]  
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Basic Mappings|Basic Mappings]]  
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings|Relationship Mappings]]
+
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings|Relationship Mappings]]
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Additional Criteria|Additional Criteria]]
+
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking|Locking]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking|Locking]]
  

Latest revision as of 13:34, 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