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/2.4/preface"

m
 
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=TLJPA}}<span class="metaname">    </span>
+
 
+
{| class="simple oac_no_warn" width="100%"
+
| align="left" valign="top" | 
+
| width="185" align="right" valign="bottom" |
+
{| class="simple oac_no_warn" width="100%"
+
|
+
| align="center" valign="top" |
+
[[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
| align="center" valign="top" |
+
&nbsp;&nbsp;&nbsp;[[Image:Elug_guide_icon.png|Contents]][[EclipseLink/UserGuide/JPA/2.4/toc| Contents]]
+
|}
+
|}
+
 
+
----
+
 
+
{| width="165"
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/2.4/title| Previous ]]<span class="previouslink">[[Image:Elug_previous_icon.png|Previous]]</span>
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/2.4/intro| Next ]][[Image:Elug_next_icon.png|Next]]
+
|
+
|}
+
 
+
<span id="TLJPA101"></span><span id="sthref1"></span>
+
 
+
[[Image:Elug_draft_icon.png|Warning]]Beta Draft: 2012-06-18
+
 
+
=Preface=
+
 
+
EclipseLink provides specific annotations (''EclipseLink extensions'') in addition to supporting the standard Java Persistence Architecture (JPA) annotations. You can use these EclipseLink extensions to take advantage of EclipseLink's extended functionality and features within your JPA entities.
+
 
+
<span id="TLJPA102"></span><span id="sthref2"></span>
+
 
+
==Audience==
+
 
+
This document is intended for application developers who want to develop applications using EclipseLink with Java Persistence Architecture (JPA). This document does not include details about related common tasks, but focuses on EclipseLink functionality.
+
 
+
Developers should be familiar with the concepts and programming practices of
+
 
+
* Java SE and Java EE.
+
* Java Persistence Architecture 2.0 specification (<code>http://jcp.org/en/jsr/detail?id=317</code>)
+
* Eclipse IDE (<code>http://www.eclipse.org</code>)
+
 
+
<span id="TLJPA106"></span><span id="sthref3"></span>
+
 
+
==Conventions==
+
 
+
The following text conventions are used in this document:
+
 
+
{| class="Informal" dir="ltr" title="Conventions Table" summary="This table summarizes conventions used in this document." width="100%" border="1" frame="hsides" rules="groups" cellpadding="3" frame="hsides" rules="groups"
+
|- align="left" valign="top"
+
! id="r1c1-t2" align="left" valign="bottom" | '''Convention'''
+
! id="r1c2-t2" align="left" valign="bottom" | '''Meaning'''
+
|- align="left" valign="top"
+
| id="r2c1-t2" headers="r1c1-t2" align="left" | '''boldface'''
+
| headers="r2c1-t2 r1c2-t2" align="left" | Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary.
+
|- align="left" valign="top"
+
| id="r3c1-t2" headers="r1c1-t2" align="left" | ''italic''
+
| headers="r3c1-t2 r1c2-t2" align="left" | Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values.
+
|- align="left" valign="top"
+
| id="r4c1-t2" headers="r1c1-t2" align="left" | <code>monospace</code>
+
| headers="r4c1-t2 r1c2-t2" align="left" | Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.
+
|}
+
 
+
<br />
+
 
+
<span id="footerspace"> </span>
+
 
+
----
+
 
+
{| class="simple oac_no_warn" width="100%"
+
|-
+
| valign="bottom" |
+
{| width="165"
+
|-
+
|
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/2.4/title| Previous ]]<span class="previouslink">[[Image:Elug_previous_icon.png|Previous]]</span>
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/2.4/intro| Next ]][[Image:Elug_next_icon.png|Next]]
+
|}
+
| width="34%" align="center" |
+
[[Image:Eclipselink-logo.gif|150px|EclispeLink]]<br />[[Image:Elug_home_icon.png|EclipseLink logo]] [http://www.eclipse.org/eclipselink/ EclipseLink Home] • [[Image:Elug_pdf.png|PDF]] PDF (coming soon)<br />
+
| align="right" valign="bottom" |
+
{| class="simple oac_no_warn" width="225"
+
|
+
| align="center" valign="top" |
+
[[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
| align="center" valign="top" |
+
&nbsp;&nbsp;&nbsp;[[Image:Elug_guide_icon.png|Contents]][[EclipseLink/UserGuide/JPA/2.4/toc| Contents]]
+
|}
+
|}
+

Latest revision as of 12:19, 29 June 2012

Back to the top