Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Sapir2012-09-19 17:40:04 +0000
committerRick Sapir2012-09-19 17:40:04 +0000
commitfb70c890f6a9452cb9e8cb3dcf18ca27101b8dde (patch)
treee432e45083cc86df82a78e38fd5b49d895d504b9 /jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm
parentb8216a510948c5450cddd673b9598e2847ff3e0c (diff)
downloadwebtools.dali-fb70c890f6a9452cb9e8cb3dcf18ca27101b8dde.tar.gz
webtools.dali-fb70c890f6a9452cb9e8cb3dcf18ca27101b8dde.tar.xz
webtools.dali-fb70c890f6a9452cb9e8cb3dcf18ca27101b8dde.zip
updated doc. new jaxb doc
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm16
1 files changed, 12 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm b/jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm
index e6520d8c93..16045051b7 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/concepts001.htm
@@ -8,7 +8,7 @@
<title>Understanding Java Persistence API</title>
<meta name="copyright" content="Copyright (c) 2000, 2009 oracle . All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: Oracle - initial API and implementation" />
<meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 1.0.11" />
-<meta name="date" content="2012-09-13T10:27:37Z" />
+<meta name="date" content="2012-09-19T13:27:54Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Understanding Java Persistence API" />
<meta name="relnum" content="Release 3.2" />
@@ -17,17 +17,25 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2012-09-13</p>
+<p class="betadraftsubtitle">Beta Draft: 2012-09-19</p>
<p><a id="BABBGFJG" name="BABBGFJG"></a></p>
<div class="sect1">
<h1>Understanding Java Persistence API</h1>
<p><a id="sthref25" name="sthref25"></a>The Java Persistence API (JPA) part of the Java EE EJB 3.0 specification, simplifies Java persistence. It provides an object-relational mapping approach that lets you declaratively define how to map Java objects to relational database tables in a standard, portable way. JPA works both inside a Java EE application server and outside an EJB container in a Java Standard Edition (Java SE) application. An application written according to the JPA specification is scalable, transactional, and secure.</p>
<a id="sthref26" name="sthref26"></a>
<p class="subhead2">Related tasks</p>
-<br />
-<a href="task_mapping.htm#BABDGBIJ">Mapping an entity</a><a id="sthref27" name="sthref27"></a>
+<ul>
+<li>
+<p><a href="task_mapping.htm#BABDGBIJ">Mapping an entity</a></p>
+</li>
+</ul>
+<a id="sthref27" name="sthref27"></a>
<p class="subhead2">Related concepts</p>
+<ul>
+<li>
<p>Java Persistence Architecture 2.0 specification (<code><a href="http://jcp.org/en/jsr/detail?id=317">http://jcp.org/en/jsr/detail?id=317</a></code>)</p>
+</li>
+</ul>
<!-- Start Footer -->
<div class="footer">
<table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%">

Back to the top