Package org.eclipse.emf.spi.cdo
Interface InternalCDOUserTransaction
- 
- All Superinterfaces:
- CDOUserTransaction
 - All Known Subinterfaces:
- InternalCDOTransaction,- InternalCDOXATransaction
 
 public interface InternalCDOUserTransaction extends CDOUserTransaction If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCDOUserSavepointgetLastSavepoint()InternalCDOUserSavepointsetSavepoint()Creates a save point in theCDOTransactionthat can be used to roll back a part of the transaction- 
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOUserTransactioncommit, commit, rollback
 
- 
 
- 
- 
- 
Method Detail- 
setSavepointInternalCDOUserSavepoint setSavepoint() Description copied from interface:CDOUserTransactionCreates a save point in theCDOTransactionthat can be used to roll back a part of the transactionSave points do not involve the server side, everything is done on the client side. - Specified by:
- setSavepointin interface- CDOUserTransaction
 
 - 
getLastSavepointInternalCDOUserSavepoint getLastSavepoint() - Specified by:
- getLastSavepointin interface- CDOUserTransaction
 
 
- 
 
-