Package org.eclipse.emf.cdo.transaction
Schnittstelle CDOTransactionOpener
- Alle bekannten Unterschnittstellen:
CDONet4jSession
,CDORepository
,CDOSession
,CDOSession
,CDOTransactionContainer
,InternalCDOSession
- Alle bekannten Implementierungsklassen:
CDOCompareEditorUtil.TransactionOpenerAndEditorCloser
public interface CDOTransactionOpener
Can open new
transactions
.- Seit:
- 4.4
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungopenTransaction
(String durableLockingID, ResourceSet resourceSet) Opens and returns atransaction
on the given EMFresource set
by resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true)
.openTransaction
(CDOBranchPoint target, ResourceSet resourceSet) Opens and returns a newtransaction
on the given EMFresource set
.
-
Methodendetails
-
openTransaction
Opens and returns a newtransaction
on the given EMFresource set
. -
openTransaction
Opens and returns atransaction
on the given EMFresource set
by resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true)
.
-