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

Packages that use CDOUserSavepoint
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 CDOUserSavepoint in org.eclipse.emf.cdo.transaction
 

Subinterfaces of CDOUserSavepoint in org.eclipse.emf.cdo.transaction
 interface CDOSavepoint
          One in a sequence of possibly several points in time of a transaction that encapsulates the changes to transactional objects and that later changes can be rolled back to.
 interface CDOXASavepoint
          Creates a save point in a CDOXATransaction that can be used to roll back a part of the transaction.
 

Methods in org.eclipse.emf.cdo.transaction that return CDOUserSavepoint
 CDOUserSavepoint CDOUserTransaction.getLastSavepoint()
           
 CDOUserSavepoint CDOUserSavepoint.getNextSavepoint()
           
 CDOUserSavepoint CDOUserSavepoint.getPreviousSavepoint()
           
 CDOUserSavepoint CDOUserTransaction.setSavepoint()
          Creates a save point in the CDOTransaction that can be used to roll back a part of the transaction Save points do not involve the server side, everything is done on the client side.
 

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

Subinterfaces of CDOUserSavepoint in org.eclipse.emf.spi.cdo
 interface InternalCDOSavepoint
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalCDOUserSavepoint
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalCDOXASavepoint
          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.