Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonTransaction

Packages that use CDOCommonTransaction
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
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 CDOCommonTransaction in org.eclipse.emf.cdo.server
 

Subinterfaces of CDOCommonTransaction in org.eclipse.emf.cdo.server
 interface ITransaction
          The server-side representation of a client transaction.
 

Uses of CDOCommonTransaction in org.eclipse.emf.cdo.spi.server
 

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

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

Subinterfaces of CDOCommonTransaction 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.
 

Classes in org.eclipse.emf.cdo.transaction that implement CDOCommonTransaction
 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.
 

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

Subinterfaces of CDOCommonTransaction 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...
 



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