Uses of Interface
org.eclipse.emf.cdo.transaction.CDOSavepoint
Packages that use 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
Methods in org.eclipse.emf.cdo.transaction that return CDOSavepointModifier 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()
Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOSavepoint -
Uses of CDOSavepoint in org.eclipse.emf.spi.cdo
Subinterfaces of CDOSavepoint in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOSavepointMethod parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOSavepointModifier and TypeMethodDescriptionvoid
InternalCDOXASavepoint.setSavepoints
(List<CDOSavepoint> savepoints)