Uses of Interface
org.eclipse.emf.cdo.transaction.CDOSavepoint
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
Client service provider interfaces and useful base implementations.
-
Uses of CDOSavepoint in org.eclipse.emf.cdo.transaction
Modifier and TypeMethodDescriptionCDOPushTransaction.exportChanges
(OutputStream out) CDOTransaction.exportChanges
(OutputStream out) CDOPushTransaction.getFirstSavepoint()
CDOTransaction.getFirstSavepoint()
CDOPushTransaction.getLastSavepoint()
CDOTransaction.getLastSavepoint()
CDOSavepoint.getNextSavepoint()
CDOSavepoint.getPreviousSavepoint()
CDOPushTransaction.importChanges
(InputStream in, boolean reconstructSavepoints) CDOTransaction.importChanges
(InputStream in, boolean reconstructSavepoints) CDOPushTransaction.setSavepoint()
CDOTransaction.setSavepoint()
-
Uses of CDOSavepoint in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionvoid
InternalCDOXASavepoint.setSavepoints
(List<CDOSavepoint> savepoints)