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
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{EclipseLink_UserGuide}}
+
{{EclipseLink_UserGuide
{{EclipseLink_Examples
+
|info=y
 +
|toc=n
 +
|eclipselink=y
 +
|eclipselinktype=JPA
 +
|examples=y
 
|example=* [[EclipseLink/Examples/JPA/JPAConfigure|How to configure JPA]]
 
|example=* [[EclipseLink/Examples/JPA/JPAConfigure|How to configure JPA]]
}}
+
}}  
=Configuration=
+
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/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]]
+
  
 +
= JPA Configuration Basics =
 +
 +
Various EclipseLink and object-relational mappings are handled as described in the following sections:
 +
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml|Configuring Persistence Units Using persistence.xml ]]
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Annotations|Adding Metadata Using Annotations ]]
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/orm.xml|Specifying Object-Relational Mappings Using orm.xml]]
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Defaults|About the Default Configuration Values]]
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/eclipselink-orm.xml|Specifying EclipseLink Object-Relational Mappings Using eclipselink-orm.xml]]
 +
 +
See also:
 +
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Overriding and Merging|Overriding and Merging Metadata Settings]]
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA
 +
|version = 2.2.0 Draft
 
|previous=[[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
 
|previous=[[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
|next=[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml|persistence.xml]]
+
|next=[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml|Configuring Persistence Units Using persistence.xml]]
|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}}

Latest revision as of 10:52, 22 September 2011

EclipseLink JPA

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


JPA Configuration Basics

Various EclipseLink and object-relational mappings are handled as described in the following sections:

See also:

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

Back to the top