Uses of Interface
org.eclipse.emf.cdo.transaction.CDOUserTransaction

Packages that use CDOUserTransaction
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOUserTransaction in org.eclipse.emf.cdo.transaction
 

Subinterfaces of CDOUserTransaction in org.eclipse.emf.cdo.transaction
 interface CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
 interface CDOXATransaction
          A distributed (XA) transaction that can atomically commit the changes to multiple resource sets, each represented by a registered view set.
 

Classes in org.eclipse.emf.cdo.transaction that implement CDOUserTransaction
 class CDOPushTransaction
          A transaction that persists changes to the object graph locally on commit and can later load these changes and push them to the repository.
 

Methods in org.eclipse.emf.cdo.transaction that return CDOUserTransaction
 CDOUserTransaction CDOUserSavepoint.getTransaction()
           
 

Uses of CDOUserTransaction in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDOUserTransaction in org.eclipse.emf.spi.cdo
 interface InternalCDOTransaction
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalCDOUserTransaction
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalCDOXATransaction
          If the meaning of this type isn't clear, there really should be more of a description here...
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.