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

m (New page: <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" ...)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="metaname">    </span>
+
#REDIRECT [[EclipseLink/UserGuide/JPA/2.4/toc]]
 
+
{| 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/title|&lt;- Previous]]
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/intro|Next -&gt;]]
+
|
+
|}
+
 
+
<span id="TLJPA101"></span><span id="sthref1"></span>
+
 
+
Beta Draft: 2012-06-12
+
 
+
=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 />
+
 
+
----
+
 
+
{| class="simple oac_no_warn" width="100%"
+
|-
+
| valign="bottom" |
+
{| width="150"
+
|-
+
|
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/title|&lt;- Previous]]
+
| align="center" |
+
[[EclipseLink/UserGuide/JPA/intro|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:19, 29 June 2012

Back to the top