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 1: Line 1:
 
=Configuration=
 
=Configuration=
 
To configure your JPA project, you must configure the following items:
 
To configure your JPA project, you must configure the following items:
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml|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]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/orm.xml|orm.xml]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/orm.xml|orm.xml]]

Revision as of 11:22, 15 June 2010

Configuration

To configure your JPA project, you must configure the following items:


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

Back to the top