Uses of Interface
org.eclipse.emf.cdo.transaction.CDOUserSavepoint
Packages that use CDOUserSavepoint
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
Client service provider interfaces and useful base implementations.
-
Uses of CDOUserSavepoint in org.eclipse.emf.cdo.transaction
Subinterfaces of CDOUserSavepoint in org.eclipse.emf.cdo.transactionModifier and TypeInterfaceDescriptioninterfaceOne in a sequence of possibly several points in time of atransactionthat encapsulates the changes to transactional objects and that later changes can berolled backto.interfaceCreates a save point in aCDOXATransactionthat can be used to roll back a part of the transaction.Methods in org.eclipse.emf.cdo.transaction that return CDOUserSavepointModifier and TypeMethodDescriptionCDOUserTransaction.getLastSavepoint()Returns the most recently created savepoint.CDOUserSavepoint.getNextSavepoint()Returns the next savepoint in the transaction's savepoint sequence.CDOUserSavepoint.getPreviousSavepoint()Returns the previous savepoint in the transaction's savepoint sequence.CDOUserTransaction.setSavepoint()Creates a save point in theCDOTransactionthat can be used to roll back a part of the transaction -
Uses of CDOUserSavepoint in org.eclipse.emf.spi.cdo
Subinterfaces of CDOUserSavepoint in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterfaceAdds transaction-internal access to the mutable segment owned by a savepoint.interfaceIf the meaning of this type isn't clear, there really should be more of a description here...interfaceIf the meaning of this type isn't clear, there really should be more of a description here...