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/Introduction/About This Documentation"

(New page: {{EclipseLink_UserGuide |info=y }} =About This Documentation= EclipseLink provides the reference implementation of the Java Persistence Architecture (JPA) specification. It also includes ...)
 
m (Replacing page with ''''Warning See the [http://www.eclipse.org/eclipselink/documentation/ EclipseLink Documentation Center]'''')
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{EclipseLink_UserGuide
+
'''[[Image:Elug_draft_icon.png|Warning]] See the [http://www.eclipse.org/eclipselink/documentation/ EclipseLink Documentation Center]'''
|info=y
+
}}
+
=About This Documentation=
+
 
+
EclipseLink provides the reference implementation of the Java Persistence Architecture (JPA) specification. It also includes many enhancements and extensions of the JPA specification. This documentation primarily documents the EclipseLink enhancements and extensions to JPA. Please refer to the JPA specification for full documentation of JPA. Where appropriate, this documentation provides links to the pertinent section of the specification.
+
 
+
==Other Resources==
+
 
+
* See [[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]] for more information about EclipseLink support of JPA.
+
 
+
* See the [[http://jcp.org/en/jsr/detail?id=317 Java Persistence 2.0]] specification for complete core JPA documentation.
+
 
+
* See the [[http://www.eclipse.org/eclipselink/api/latest/index.html EclipeLink Javadoc]] for complete EclipseLink JPA API reference documentation, including core JPA plus the EclipseLink enhancements:
+
** Core JPA include the <tt>javax.persistence.*</tt> packages.
+
** EclipseLink JPA enhancements include the <tt>org.eclipse.persistence.*</tt> packages.
+
 
+
* See also [[EclipseLink/UserGuide/JPA/Basic_JPA_Development/About EclipseLink_JPA|EclipseLink JPA]].
+
 
+
{{EclipseLink_JPA
+
|previous=[[EclipseLink/UserGuide/JPA/Introduction/Object-Persistence Impedance Mismatch|Object-Persistence Impedance Mismatch]]
+
|next=[[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
+
|up=[[EclipseLink/UserGuide/JPA/Introduction|Introduction]]
+
|version = 2.2.0 Draft}}
+

Latest revision as of 09:08, 18 January 2013

Warning See the EclipseLink Documentation Center

Back to the top