Uses of Interface
org.eclipse.emf.cdo.transaction.CDOSavepoint
- 
Packages that use CDOSavepoint Package Description 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 CDOSavepoint in org.eclipse.emf.cdo.transactionMethods in org.eclipse.emf.cdo.transaction that return CDOSavepoint Modifier and Type Method Description CDOSavepoint[]CDOPushTransaction. exportChanges(java.io.OutputStream out)CDOSavepoint[]CDOTransaction. exportChanges(java.io.OutputStream out)CDOSavepointCDOPushTransaction. getFirstSavepoint()CDOSavepointCDOTransaction. getFirstSavepoint()CDOSavepointCDOPushTransaction. getLastSavepoint()CDOSavepointCDOTransaction. getLastSavepoint()CDOSavepointCDOSavepoint. getNextSavepoint()CDOSavepointCDOSavepoint. getPreviousSavepoint()CDOSavepoint[]CDOPushTransaction. importChanges(java.io.InputStream in, boolean reconstructSavepoints)CDOSavepoint[]CDOTransaction. importChanges(java.io.InputStream in, boolean reconstructSavepoints)CDOSavepointCDOPushTransaction. setSavepoint()CDOSavepointCDOTransaction. setSavepoint()Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOSavepoint Modifier and Type Method Description java.util.List<CDOSavepoint>CDOXASavepoint. getSavepoints()
- 
Uses of CDOSavepoint in org.eclipse.emf.spi.cdoSubinterfaces of CDOSavepoint in org.eclipse.emf.spi.cdo Modifier and Type Interface Description interfaceInternalCDOSavepointIf the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOSavepoint Modifier and Type Method Description java.util.List<CDOSavepoint>InternalCDOXASavepoint. getSavepoints()Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOSavepoint Modifier and Type Method Description voidInternalCDOXASavepoint. setSavepoints(java.util.List<CDOSavepoint> savepoints)
 
-