
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(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.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.