Package org.eclipse.emf.cdo.common.id
Interface CDOIDGenerator
- 
 public interface CDOIDGeneratorGeneratesIDs.- Since:
- 4.1
- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CDOIDGeneratorNULLGeneratesNULLvalues.static CDOIDGeneratorUUIDGeneratesUUIDvalues.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOIDgenerateCDOID(org.eclipse.emf.ecore.EObject object)Generates aCDOID.voidreset()Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs.
 
- 
- 
- 
Field Detail- 
NULLstatic final CDOIDGenerator NULL GeneratesNULLvalues.
 - 
UUIDstatic final CDOIDGenerator UUID GeneratesUUIDvalues.
 
- 
 - 
Method Detail- 
generateCDOIDCDOID generateCDOID(org.eclipse.emf.ecore.EObject object) Generates aCDOID.- Parameters:
- object- the object to generate a new CDOID for if available,- nullotherwise.
 
 - 
resetvoid reset() Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs.
 
- 
 
-