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 (New page: =Configuration= For basic JPA development, you must configure the following items: *persistence.xml *[...)
 
m (Configuration)
Line 2: Line 2:
 
For basic JPA development, you must configure the following items:
 
For basic JPA development, 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.xml]]
*[[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/Defaults|Defaults]]
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/eclipselink-orm.xml|eclipselink.orm.xml]]

Revision as of 10:24, 15 June 2010

Configuration

For basic JPA development, you must configure the following items:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.