
public interface CDOTransactionOpener
transactions.| Modifier and Type | Method and Description |
|---|---|
CDOTransaction |
openTransaction(CDOBranchPoint target,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
Opens and returns a new
transaction on the given EMF resource set. |
CDOTransaction |
openTransaction(String durableLockingID,
org.eclipse.emf.ecore.resource.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, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
transaction on the given EMF resource set.CDOTransaction openTransaction(String durableLockingID, org.eclipse.emf.ecore.resource.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-2014 Eike Stepper (Berlin, Germany) and others.