Revision: 7264
http://datanucleus.svn.sourceforge.net/datanucleus/?rev=7264&view=rev
Author: andy_jefferson
Date: 2009-07-24 10:49:51 +0000 (Fri, 24 Jul 2009)
Log Message:
-----------
clarify
Modified Paths:
--------------
documentation/accessplatform.datanucleus.org/branches/1.1/docs/jpa/transaction_types.xml
Modified: documentation/accessplatform.datanucleus.org/branches/1.1/docs/jpa/transaction_types.xml
===================================================================
--- documentation/accessplatform.datanucleus.org/branches/1.1/docs/jpa/transaction_types.xml 2009-07-24 10:47:41 UTC (rev 7263)
+++ documentation/accessplatform.datanucleus.org/branches/1.1/docs/jpa/transaction_types.xml 2009-07-24 10:49:51 UTC (rev 7264)
@@ -251,10 +251,11 @@
<p>
DataNucleus allows the ability to operate without transactions.
With JPA this is the default behaviour.
- DataNucleus supports these allowing the ability to read objects and make updates outside of
- transactions.
- Please be aware that any non transactional updates will typically be committed to the datastore
- <b>by the subsequent transaction</b>, with the updates being queued until that point.
+ DataNucleus supports these allowing the ability to read objects and make updates
+ outside of transactions.
+ Please be aware that any non transactional updates will typically be committed to the
+ datastore <b>by the subsequent transaction, or by the subsequent update</b>, with the
+ updates being queued until that point.
</p>
<br/>
</subsection>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|