Author: andyj
Date: Wed Oct 3 07:01:34 2007
New Revision: 581603
URL: http://svn.apache.org/viewvc?rev=581603&view=rev
Log:
JDO-537 Remove JPOX from text
Modified:
db/jdo/site/docs/state_transition.html
Modified: db/jdo/site/docs/state_transition.html
URL: http://svn.apache.org/viewvc/db/jdo/site/docs/state_transition.html?rev=581603&r1=581602&r2=581603&view=diff
==============================================================================
--- db/jdo/site/docs/state_transition.html (original)
+++ db/jdo/site/docs/state_transition.html Wed Oct 3 07:01:34 2007
@@ -79,7 +79,7 @@
<p>
The <I>Product</I> object starts off in <B>Hollow</B>
state and progresses to <B>Persistent Clean</B> when the user requires to read
from it. It then migrates to <B>Persistent Deleted</B> when the deletePersistent()
called. Finally it either progresses to <B>Transient</B> when commit is called,
or returns to <B>Hollow</B> if it is rolled back. The following diagram shows
this graphically
</p><br></br><img src="images/state_transition_delete.gif"
alt=""></img><br></br></div><div class="subsection"><a
name="Possible_state_transitions"></a><h3>Possible state transitions</h3><p>
- The following diagram shows the state transitions possible with JDO and
JPOX.
+ The following diagram shows the state transitions possible with JDO.
</p><br></br><img src="images/state_transition.gif"
border="0" alt="JDO State Transition"></img><br></br></div></div></div></div><div
class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0"
cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%"
src="./images/header_line.gif"></img></td></tr></table><div
id="footer"><div class="xleft">
Documentation published: 03 October 2007<br></br>
© 2005-2007 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html>
|