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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{EclipseLink_TLJPA
+
#REDIRECT [[EclipseLink/UserGuide/JPA/2.4/toc]]
|Please do not edit this page. Your edits will be overwritten during the next update. Instead, please use Bugzilla to log documentation requests.
+
|info=n
+
|toc=n
+
|category=JPA
+
|release=2.4.x
+
|title= }}
+
<span class="metaname">    </span>
+
 
+
{| class="simple oac_no_warn" width="100%"
+
| align="left" valign="top" | 
+
| width="144" align="right" valign="bottom" |
+
{| class="simple oac_no_warn" width="100%"
+
|
+
| align="center" valign="top" |
+
[http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
| align="center" valign="top" |
+
[[EclipseLink/UserGuide/JPA/toc| Contents]]
+
|}
+
|}
+
 
+
----
+
 
+
{| width="150"
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/intro001|&lt;- Previous]]
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/annotations_ref|Next -&gt;]]
+
|
+
|}
+
 
+
Beta Draft: 2012-06-12
+
 
+
<span id="CHDEJIEC"></span><span id="TLJPA304"></span>
+
 
+
=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.
+
 
+
<span id="TLJPA305"></span>
+
 
+
<span id="sthref5"></span>
+
 
+
==Other Resources==
+
 
+
For more information, see:
+
 
+
* Java Persistence specification for complete information about JPA <code>http://jcp.org/en/jsr/detail?id=317</code>
+
* EclipseLink User Guide for more information about EclipseLink support of JPA. <code>http://wiki.eclipse.org/EclipseLink/UserGuide</code>
+
* The EclipseLink JPA API reference documentation (Javadoc) for complete information on core JPA plus the EclipseLink enhancements <code>http://wiki.eclipse.org/eclipselink/api/latest/index.html</code>
+
** The schema for the JPA persistence configuration file <code>http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd</code>
+
** The schema for the persistence object/relational mapping file <code>http://java.sun.com/xml/ns/persistence/orm_2_0.xsd</code>
+
** The schema for the native EclipseLink mapping file <code>http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_0.xsd</code>
+
* Examples that display the use of a number of EclipseLink JPA features <code>http://wiki.eclipse.org/EclipseLink/Examples/</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>
+
 
+
----
+
 
+
{| class="simple oac_no_warn" width="100%"
+
|-
+
| valign="bottom" |
+
{| width="150"
+
|-
+
|
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/intro001|&lt;- Previous]]
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/annotations_ref|Next -&gt;]]
+
|}
+
| width="34%" align="center" |
+
[[Image:Eclipselink-logo.gif|150px|EclispeLink]]<br />[http://wiki.eclipse.org/EclipseLink EclipseLink Home]<br />
+
| align="right" valign="bottom" |
+
{| class="simple oac_no_warn" width="225"
+
|
+
| align="center" valign="top" |
+
[http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
| align="center" valign="top" |
+
[[EclipseLink/UserGuide/JPA/toc| Contents]]
+
|}
+
|}
+

Latest revision as of 12:20, 29 June 2012

Back to the top