public interface CDOTransactionOpener
transactions.| Modifier and Type | Method and Description |
|---|---|
CDOTransaction |
openTransaction(CDOBranchPoint target,
ResourceSet resourceSet)
Opens and returns a new
transaction on the given EMF resource set. |
CDOTransaction |
openTransaction(String durableLockingID,
ResourceSet resourceSet)
Opens and returns a
transaction on the given EMF resource set by
resuming a transaction that has previously been made durable by calling
CDOTransaction.enableDurableLocking(true). |
CDOTransaction openTransaction(CDOBranchPoint target, ResourceSet resourceSet)
transaction on the given EMF resource set.CDOTransaction openTransaction(String durableLockingID, ResourceSet resourceSet)
transaction on the given EMF resource set by
resuming a transaction that has previously been made durable by calling
CDOTransaction.enableDurableLocking(true).Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.