Uses of Interface
org.eclipse.emf.cdo.common.commit.CDOCommitHistory.Provider

Packages that use CDOCommitHistory.Provider
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.common.commit Common service provider interfaces and useful base implementations for dealing with commits and change sets. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOCommitHistory.Provider in org.eclipse.emf.cdo.common.commit
 

Subinterfaces of CDOCommitHistory.Provider in org.eclipse.emf.cdo.common.commit
 interface CDOCommitInfoManager
          Loads, provides and possible manages commit info objects.
 

Uses of CDOCommitHistory.Provider in org.eclipse.emf.cdo.spi.common.commit
 

Subinterfaces of CDOCommitHistory.Provider in org.eclipse.emf.cdo.spi.common.commit
 interface InternalCDOCommitInfoManager
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Uses of CDOCommitHistory.Provider in org.eclipse.emf.cdo.transaction
 

Subinterfaces of CDOCommitHistory.Provider 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 CDOCommitHistory.Provider
 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 CDOCommitHistory.Provider in org.eclipse.emf.cdo.view
 

Subinterfaces of CDOCommitHistory.Provider in org.eclipse.emf.cdo.view
 interface CDOView
          A read-only view to the state of the object graph in the repository of the underlying session at a specific time at a specific branch.
 

Uses of CDOCommitHistory.Provider in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDOCommitHistory.Provider 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 InternalCDOView
          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.