Package org.eclipse.emf.spi.cdo
Schnittstelle InternalCDOTransaction.InternalCDOCommitContext
- Alle Superschnittstellen:
CDOBranchProvider
,CDOCommitContext
- Alle bekannten Unterschnittstellen:
InternalCDOXATransaction.InternalCDOXACommitContext
- Umschließende Schnittstelle:
InternalCDOTransaction
Provides a context for a commit operation.
- Autor:
- Simon McDuff
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns thetransaction
associated with this commit context.void
void
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.transaction.CDOCommitContext
getBranch, getCommitComment, getCommitData, getCommitMergeSource, getCommitProperties, getDetachedObjects, getDirtyObjects, getIDsToUnlock, getLobs, getLocksOnNewObjects, getNewObjects, getNewPackageUnits, getRevisionDeltas, getUserID, getViewID, isAutoReleaseLocks, isPartialCommit
-
Methodendetails
-
getTransaction
InternalCDOTransaction getTransaction()Beschreibung aus Schnittstelle kopiert:CDOCommitContext
Returns thetransaction
associated with this commit context.- Angegeben von:
getTransaction
in SchnittstelleCDOCommitContext
-
preCommit
void preCommit() -
postCommit
-