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/Relationship Mappings"

m
m
 
Line 9: Line 9:
 
}}
 
}}
 
=Relationship Mappings=
 
=Relationship Mappings=
EclipseLink persistence provider requires that you map relationships explicitly.
+
The EclipseLink persistence provider requires that you map relationships explicitly.
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship_Mappings/Common Relationship Configurations|Common Relationship Configurations]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship_Mappings/Common Relationship Configurations|Common Relationship Configurations]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship_Mappings/Collection Mappings|Collection Mappings]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship_Mappings/Collection Mappings|Collection Mappings]]
  
You can access additional advanced mappings and mapping options through EclipseLink descriptor and mapping API using a <tt>DescriptorCustomizer</tt> class.
+
You can access additional advanced mappings and mapping options through the EclipseLink descriptor and mapping API using a <tt>DescriptorCustomizer</tt> class.
  
  

Latest revision as of 10:50, 16 May 2011

EclipseLink JPA

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Relationship Mappings

The EclipseLink persistence provider requires that you map relationships explicitly.

You can access additional advanced mappings and mapping options through the EclipseLink descriptor and mapping API using a DescriptorCustomizer class.


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

Back to the top