Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration"
< EclipseLink | UserGuide | JPA | Basic JPA Development
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
− | = Configuration = | + | = JPA Configuration Basics = |
Various EclipseLink and object-relational mappings are handled as described in the following sections: | Various EclipseLink and object-relational mappings are handled as described in the following sections: | ||
Line 20: | Line 20: | ||
See also: | See also: | ||
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Overriding and Merging|Overriding and Merging]] | + | *[[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 | |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}} | |version=2.2.0 DRAFT}} |
Latest revision as of 09:52, 22 September 2011
EclipseLink JPA
EclipseLink | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Examples
JPA Configuration Basics
Various EclipseLink and object-relational mappings are handled as described in the following sections:
- Configuring Persistence Units Using persistence.xml
- Adding Metadata Using Annotations
- Specifying Object-Relational Mappings Using orm.xml
- About the Default Configuration Values
- Specifying EclipseLink Object-Relational Mappings Using eclipselink-orm.xml
See also: