Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/transaction/CDOUserSavepoint.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/transaction/CDOUserSavepoint.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/transaction/CDOUserSavepoint.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/transaction/CDOUserSavepoint.html
index aeaf6d07be..6b5eaf8154 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/transaction/CDOUserSavepoint.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/transaction/CDOUserSavepoint.html
@@ -96,7 +96,16 @@ Interface CDOUserSavepoint</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDOUserSavepoint</B></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../spi/cdo/InternalCDOUserSavepoint.html" title="&#171;interface&#187; InternalCDOUserSavepoint (org.eclipse.emf.spi.cdo)" alt="" coords="5,85,179,139"/>
+<area shape="rect" id="node2" href="CDOXASavepoint.html" title="&#171;interface&#187; CDOXASavepoint" alt="" coords="209,92,332,132"/>
+<area shape="rect" id="node3" href="CDOUserSavepoint.html" title="&#171;interface&#187; CDOUserSavepoint" alt="" coords="204,5,337,45"/>
+<area shape="rect" id="node4" href="CDOSavepoint.html" title="&#171;interface&#187; CDOSavepoint" alt="" coords="361,92,468,132"/>
+</map>
+
+<CENTER><IMG SRC="CDOUserSavepoint.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Creates a save point in a <A HREF="../../../../../org/eclipse/emf/cdo/transaction/CDOUserTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>CDOUserTransaction</CODE></A> that can be used to roll back a part of the transaction.
@@ -108,8 +117,6 @@ Creates a save point in a <A HREF="../../../../../org/eclipse/emf/cdo/transactio
<DL>
<DT><B>Since:</B></DT>
<DD>3.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Simon McDuff</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top