Uses of Interface
org.eclipse.emf.cdo.common.id.CDOIDTemp

Packages that use CDOIDTemp
org.eclipse.emf.cdo.common.id   
org.eclipse.emf.cdo.common.revision   
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.spi.common.revision   
org.eclipse.emf.cdo.transaction   
org.eclipse.emf.spi.cdo   
 

Uses of CDOIDTemp in org.eclipse.emf.cdo.common.id
 

Subinterfaces of CDOIDTemp in org.eclipse.emf.cdo.common.id
 interface CDOIDTempMeta
           
 

Methods in org.eclipse.emf.cdo.common.id that return CDOIDTemp
static CDOIDTemp CDOIDUtil.createTempMeta(int value)
           
static CDOIDTemp CDOIDUtil.createTempObject(int value)
           
 

Uses of CDOIDTemp in org.eclipse.emf.cdo.common.revision
 

Method parameters in org.eclipse.emf.cdo.common.revision with type arguments of type CDOIDTemp
static java.lang.Object CDORevisionUtil.remapID(java.lang.Object value, java.util.Map<CDOIDTemp,CDOID> idMappings)
           
 

Uses of CDOIDTemp in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return types with arguments of type CDOIDTemp
 java.util.Map<CDOIDTemp,CDOID> IStoreAccessor.CommitContext.getIDMappings()
          Returns an unmodifiable map from all temporary IDs (meta or not) to their persistent counter parts.
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOIDTemp
 void IStoreAccessor.CommitContext.addIDMapping(CDOIDTemp oldID, CDOID newID)
           
 

Uses of CDOIDTemp in org.eclipse.emf.cdo.spi.common.revision
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return types with arguments of type CDOIDTemp
 java.util.Map<CDOIDTemp,CDOID> CDOIDMapper.getIDMappings()
           
 

Method parameters in org.eclipse.emf.cdo.spi.common.revision with type arguments of type CDOIDTemp
static java.lang.Object AbstractCDORevision.remapID(java.lang.Object value, java.util.Map<CDOIDTemp,CDOID> idMappings)
           
 

Constructor parameters in org.eclipse.emf.cdo.spi.common.revision with type arguments of type CDOIDTemp
CDOIDMapper(java.util.Map<CDOIDTemp,CDOID> idMappings)
           
 

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

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOIDTemp
 java.util.Map<CDOIDTemp,CDOID> CDOTransactionFinishedEvent.getIDMappings()
           
 

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

Methods in org.eclipse.emf.spi.cdo that return CDOIDTemp
 CDOIDTemp InternalCDOTransaction.getNextTemporaryID()
           
 

Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOIDTemp
 java.util.Map<CDOIDTemp,CDOID> CDOSessionProtocol.CommitTransactionResult.getIDMappings()
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOIDTemp
 void CDOSessionProtocol.CommitTransactionResult.addIDMapping(CDOIDTemp oldID, CDOID newID)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.