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
m (The EclipseLink JPA User's Guide Version 2.0.2)
Line 3: Line 3:
  
 
'''Quick Links:'''
 
'''Quick Links:'''
<table width="500" cellpadding="5" cellspacing="0" border="0">
+
<table width="500" cellpadding="10" cellspacing="0" border="0">
 
  <tr>
 
  <tr>
   <td>Introduction</td>
+
   <td style="text-align:right;">Introduction:</td>
 
   <td>About EclipseLink</td>
 
   <td>About EclipseLink</td>
 
   <td>[http://wiki.eclipse.org/EclipseLink/Release Release Notes]</td>
 
   <td>[http://wiki.eclipse.org/EclipseLink/Release Release Notes]</td>
 
  </tr>
 
  </tr>
  <tr style="align:center">
+
  <tr style="text-align:center">
   <td>Basic</td>
+
   <td style="text-align:right;">Basic:</td>
   <td>Configuraiton</td>
+
   <td>Configuration</td>
 
   <td>Mapping</td>
 
   <td>Mapping</td>
 
   <td>Caching</td>
 
   <td>Caching</td>
Line 17: Line 17:
 
   <td>Transactions</td>   
 
   <td>Transactions</td>   
 
  </tr>
 
  </tr>
  <tr>
+
  <tr style="text-align:center">
   <td>Advanced</td>
+
   <td style="text-align:right;">Advanced:</td>
 
   <td>Performance</td>
 
   <td>Performance</td>
   <td>Platforms</td>
+
   <td>[[Image:Elug_database_icon.png]]<br />[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance/Platform_Specific_Configurations|Platforms]]</td>
 
   <td>Dynamic</td>
 
   <td>Dynamic</td>
 
  </tr>
 
  </tr>
Line 28: Line 28:
 
<br>  
 
<br>  
  
----
+
 
 +
 
 +
'''Complete Table of Contents'''
  
 
=== Introduction ===
 
=== Introduction ===

Revision as of 14:48, 14 June 2010

Eclipselink-logo.gif

The EclipseLink JPA User's Guide

Version 2.0.2

Quick Links:

Introduction: About EclipseLink Release Notes
Basic: Configuration Mapping Caching Querying Transactions
Advanced: Performance Elug database icon.png
Platforms
Dynamic



Complete Table of Contents

Introduction


Basic JPA Development


Advanced JPA Development

Back to the top