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 27: Line 27:
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA
|previous=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Entities/SecondaryTable|@SecondaryTable]]
+
|previous=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Entities/Embeddable|@Embeddable]]
 
|next=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Mapping/Basic_Mappings|Basic Mappings]]  
 
|next=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Mapping/Basic_Mappings|Basic Mappings]]  
 
|up=[[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
 
|up=[[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
 
|version=2.2.0 DRAFT}}
 
|version=2.2.0 DRAFT}}

Revision as of 15:50, 27 July 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