Uses of Interface
org.eclipse.emf.cdo.transaction.CDORollbackable
Packages that use CDORollbackable
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
Client service provider interfaces and useful base implementations.
-
Uses of CDORollbackable in org.eclipse.emf.cdo.transaction
Subinterfaces of CDORollbackable in org.eclipse.emf.cdo.transactionModifier and TypeInterfaceDescriptioninterfaceA transaction whose uncommitted changes can be persisted in a local file and explicitly pushed to the repository.interfaceA transaction-compatible facade for atransaction scope.interfaceOne in a sequence of possibly several points in time of atransactionthat encapsulates the changes to transactional objects and that later changes can berolled backto.interfaceA read-write view to the current (i.e.interfaceA stack-disciplined nested lifecycle region in atransaction.interfaceCreates a save point in aCDOUserTransactionthat can be used to roll back a part of the transaction.interfaceProvides functionality that is common to bothsingletransactions anddistributed(XA) transactions.interfaceCreates a save point in aCDOXATransactionthat can be used to roll back a part of the transaction.interfaceA distributed (XA) transaction that can atomically commit the changes to multipleresource sets, each represented by a registeredview set.Classes in org.eclipse.emf.cdo.transaction that implement CDORollbackable -
Uses of CDORollbackable in org.eclipse.emf.spi.cdo
Subinterfaces of CDORollbackable in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterfaceSPI for a transaction wrapper that exposes exactly one delegation level.interfaceAdds 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...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...interfaceIf the meaning of this type isn't clear, there really should be more of a description here...
CDOFileTransaction.