Package org.eclipse.emf.spi.cdo
Interface InternalCDOUserTransaction
- All Superinterfaces:
CDOUserTransaction
- All Known Subinterfaces:
InternalCDOTransaction
,InternalCDOXATransaction
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 Summary
Modifier and TypeMethodDescriptionCreates a save point in theCDOTransaction
that can be used to roll back a part of the transactionMethods inherited from interface org.eclipse.emf.cdo.transaction.CDOUserTransaction
commit, commit, rollback
-
Method Details
-
setSavepoint
InternalCDOUserSavepoint setSavepoint()Description copied from interface:CDOUserTransaction
Creates a save point in theCDOTransaction
that 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:
setSavepoint
in interfaceCDOUserTransaction
-
getLastSavepoint
InternalCDOUserSavepoint getLastSavepoint()- Specified by:
getLastSavepoint
in interfaceCDOUserTransaction
-