Author: rafabene
Date: Thu Oct 16 16:03:06 2014
New Revision: 1632368
URL: http://svn.apache.org/r1632368
Log:
Site checkin for project Apache DeltaSpike - Documentation
Removed:
deltaspike/site/trunk/content/documentation/staging/
Modified:
deltaspike/site/trunk/content/documentation/jpa.html
Modified: deltaspike/site/trunk/content/documentation/jpa.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/jpa.html?rev=1632368&r1=1632367&r2=1632368&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/jpa.html (original)
+++ deltaspike/site/trunk/content/documentation/jpa.html Thu Oct 16 16:03:06
2014
@@ -172,6 +172,7 @@ body {
<div id="toc" class="toc">
<ul class="sectlevel1">
<li><a href="#__transactional">@Transactional</a></li>
+<li><a href="#__transactionscoped">@TransactionScoped</a></li>
<li><a href="#_extended_persistence_contexts">Extended Persistence
Contexts</a></li>
<li><a href="#_jta_support">JTA Support</a></li>
</ul>
@@ -507,9 +508,11 @@ a different <code>EntityManager</code>.
<code>FirstLevelTransactionBean</code> e.g. to try an optional path instead of
an
immediate rollback.</p>
</div>
-<div class="paragraph">
-<p>==@TransactionScoped</p>
</div>
+</div>
+<div class="sect1">
+<h2 id="__transactionscoped">@TransactionScoped</h2>
+<div class="sectionbody">
<div class="paragraph">
<p><code>@Transactional</code> also starts a context which is available as
long as the
transaction started by <code>@Transactional</code>. Besides other beans you
can use