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/Configuration"

m
m (Configuration)
Line 3: Line 3:
 
}}
 
}}
 
=Configuration=
 
=Configuration=
To configure your JPA project, you must configure the following items:
+
You can configure EclipseLink and perform object-relational mapping through the following methods:  
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml|Persistence unit (persistence.xml)]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml|Persistence unit (persistence.xml)]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Annotations|Annotations]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Annotations|Annotations]]

Revision as of 11:23, 16 June 2010

Configuration

You can configure EclipseLink and perform object-relational mapping through the following methods:


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

Back to the top