
public interface CDOIDGenerator
IDs.| Modifier and Type | Field and Description |
|---|---|
static CDOIDGenerator |
NULL
Generates
NULL values. |
static CDOIDGenerator |
UUID
Generates
UUID values. |
| Modifier and Type | Method and Description |
|---|---|
CDOID |
generateCDOID(org.eclipse.emf.ecore.EObject object)
Generates a
CDOID. |
void |
reset()
Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs.
|
static final CDOIDGenerator NULL
NULL values.static final CDOIDGenerator UUID
UUID values.CDOID generateCDOID(org.eclipse.emf.ecore.EObject object)
CDOID.object - the object to generate a new CDOID for if available, null otherwise.void reset()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.