Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/2.4/intro002"

m
Line 5: Line 5:
 
|category=JPA
 
|category=JPA
 
|release=2.4.x
 
|release=2.4.x
|title= }}
+
|title=Java Persistence API (JPA) Extensions Reference for EclipseLink}}
 
<span class="metaname">    </span>
 
<span class="metaname">    </span>
  
 
{| class="simple oac_no_warn" width="100%"
 
{| class="simple oac_no_warn" width="100%"
 
| align="left" valign="top" |   
 
| align="left" valign="top" |   
| width="144" align="right" valign="bottom" |
+
| width="185" align="right" valign="bottom" |
 
{| class="simple oac_no_warn" width="100%"
 
{| class="simple oac_no_warn" width="100%"
 
|
 
|
 
| align="center" valign="top" |
 
| align="center" valign="top" |
[http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
[[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
 
| align="center" valign="top" |
 
| align="center" valign="top" |
[[EclipseLink/UserGuide/JPA/toc| Contents]]
+
&nbsp;&nbsp;&nbsp;[[Image:Elug_guide_icon.png|Contents]][[EclipseLink/UserGuide/JPA/2.4/toc| Contents]]
 
|}
 
|}
 
|}
 
|}
Line 22: Line 22:
 
----
 
----
  
{| width="150"
+
{| width="165"
 
| align="center" |
 
| align="center" |
[[EclipseLink/UserGuide/JPA/intro001|&lt;- Previous]]
+
[[EclipseLink/UserGuide/JPA/2.4/intro001| Previous ]]<span class="previouslink">[[Image:Elug_previous_icon.png|Previous]]</span>
 
| align="center" |
 
| align="center" |
[[EclipseLink/UserGuide/JPA/annotations_ref|Next -&gt;]]
+
[[EclipseLink/UserGuide/JPA/2.4/annotations_ref| Next ]][[Image:Elug_next_icon.png|Next]]
 
|
 
|
 
|}
 
|}
  
Beta Draft: 2012-06-12
+
[[Image:Elug_draft_icon.png|Warning]]Beta Draft: 2012-06-14
  
 
<span id="CHDEJIEC"></span><span id="TLJPA304"></span>
 
<span id="CHDEJIEC"></span><span id="TLJPA304"></span>
Line 55: Line 55:
 
* JavaEE and JPA tutorial. Although this tutorial does not include EclipseLink-specific information, it does contain useful information to help you implement JPA 2.0 applications. <code>http://download.oracle.com/javaee/5/tutorial/doc/bnbpy.html</code>
 
* JavaEE and JPA tutorial. Although this tutorial does not include EclipseLink-specific information, it does contain useful information to help you implement JPA 2.0 applications. <code>http://download.oracle.com/javaee/5/tutorial/doc/bnbpy.html</code>
 
* Java Persistence, a wiki-based "open book" about JPA 2.0 <code>http://en.wikibooks.org/wiki/Java_Persistence</code>
 
* Java Persistence, a wiki-based "open book" about JPA 2.0 <code>http://en.wikibooks.org/wiki/Java_Persistence</code>
 +
 +
<span id="footerspace"> </span>
  
 
----
 
----
Line 61: Line 63:
 
|-
 
|-
 
| valign="bottom" |
 
| valign="bottom" |
{| width="150"
+
{| width="165"
 
|-
 
|-
 
|
 
|
 
| align="center" |
 
| align="center" |
[[EclipseLink/UserGuide/JPA/intro001|&lt;- Previous]]
+
[[EclipseLink/UserGuide/JPA/2.4/intro001| Previous ]]<span class="previouslink">[[Image:Elug_previous_icon.png|Previous]]</span>
 
| align="center" |
 
| align="center" |
[[EclipseLink/UserGuide/JPA/annotations_ref|Next -&gt;]]
+
[[EclipseLink/UserGuide/JPA/2.4/annotations_ref| Next ]][[Image:Elug_next_icon.png|Next]]
 
|}
 
|}
 
| width="34%" align="center" |
 
| width="34%" align="center" |
[[Image:Eclipselink-logo.gif|150px|EclispeLink]]<br />[http://wiki.eclipse.org/EclipseLink EclipseLink Home]<br />
+
[[Image:Eclipselink-logo.gif|150px|EclispeLink]]<br />[[Image:Elug_home_icon.png|EclipseLink logo]][http://www.eclipse.org/eclipselink/ EclipseLink Home]<br />
 
| align="right" valign="bottom" |
 
| align="right" valign="bottom" |
 
{| class="simple oac_no_warn" width="225"
 
{| class="simple oac_no_warn" width="225"
 
|
 
|
 
| align="center" valign="top" |
 
| align="center" valign="top" |
[http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
[[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
 
| align="center" valign="top" |
 
| align="center" valign="top" |
[[EclipseLink/UserGuide/JPA/toc| Contents]]
+
&nbsp;&nbsp;&nbsp;[[Image:Elug_guide_icon.png|Contents]][[EclipseLink/UserGuide/JPA/2.4/toc| Contents]]
 
|}
 
|}
 
|}
 
|}

Revision as of 15:26, 14 June 2012


SearchSearch

   Contents Contents


Previous Previous

Next Next

WarningBeta Draft: 2012-06-14

About This Documentation

EclipseLink provides the reference implementation of the Java Persistence Architecture (JPA) 2.0 specification. It also includes many enhancements and extensions. This documentation primarily documents the EclipseLink enhancements and extensions to JPA. Please refer to the JPA specification for full documentation of core JPA. Where appropriate, this documentation provides links to the pertinent section of the specification.

Other Resources

For more information, see:

 


Previous Previous

Next Next

EclispeLink
EclipseLink logoEclipseLink Home

SearchSearch

   Contents Contents

Back to the top