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"

m (Basic JPA Development)
m (Basic JPA Development)
Line 53: Line 53:
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/eclipselink-orm.xml|eclipselink-orm.xml]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/eclipselink-orm.xml|eclipselink-orm.xml]]  
 
**[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Mapping|Mapping]]  
 
**[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Mapping|Mapping]]  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity|Entity]]  
+
***[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Mapping/Entity|Entity]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity/Id|Id]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity/Id|Id]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Basic Mappings|Basic Mappings]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Basic Mappings|Basic Mappings]]  

Revision as of 12:19, 15 June 2010

Eclipselink-logo.gif

The EclipseLink JPA User's Guide

Version 2.0.2

Quick Links:

Introduction:

About EclipseLink Release Notes

Basic:

Elug configure icon.png
Configuration
Mapping Caching Querying Transactions

Advanced:

Performance Elug database icon.png
Platforms
Dynamic
Search elug.png Search the entire EclipseLink wiki Google Custom Search Engine.



Complete Table of Contents:

Introduction


Basic JPA Development


Advanced JPA Development

Back to the top