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) Deprecated.CDOTransaction.exportChanges(OutputStream out) CDOPushTransaction.getFirstSavepoint()Deprecated.CDOTransaction.getFirstSavepoint()CDOPushTransaction.getLastSavepoint()Deprecated.CDOTransaction.getLastSavepoint()CDOSavepoint.getNextSavepoint()Returns the next savepoint after this one.CDOSavepoint.getPreviousSavepoint()Returns the savepoint preceding this one.CDOPushTransaction.importChanges(InputStream in, boolean reconstructSavepoints) Deprecated.CDOTransaction.importChanges(InputStream in, boolean reconstructSavepoints) CDOPushTransaction.setSavepoint()Deprecated.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 TypeInterfaceDescriptioninterfaceAdds transaction-internal access to the mutable segment owned by a savepoint.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 TypeMethodDescriptionvoidInternalCDOXASavepoint.setSavepoints(List<CDOSavepoint> savepoints)