Interface IComparisonDataSourceTransaction
- 
 public interface IComparisonDataSourceTransactionTransactional context for datasource operations. Should be used in case of multiple operations on a single resource
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes the transactionorg.eclipse.emf.ecore.EObjecttoTransactionObject(org.eclipse.emf.ecore.EObject object)Attaches the given object to the transaction.
 
- 
- 
- 
Method Detail- 
toTransactionObjectorg.eclipse.emf.ecore.EObject toTransactionObject(org.eclipse.emf.ecore.EObject object) Attaches the given object to the transaction.- Parameters:
- object- The object to attach to the transaction. Cannot be {code null}
- Returns:
- The attached instance of the object if supported. Original instance if the operation isn't supported
 
 - 
closevoid close() Closes the transaction
 
- 
 
-