
public interface IClassMappingDeltaSupport
IClassMapping with methods to facilitate revision delta support.IMappingStrategy.hasDeltaSupport()| Modifier and Type | Method and Description |
|---|---|
void |
writeRevisionDelta(IDBStoreAccessor accessor,
InternalCDORevisionDelta delta,
long created,
OMMonitor monitor)
Write a revision delta.
|
void writeRevisionDelta(IDBStoreAccessor accessor, InternalCDORevisionDelta delta, long created, OMMonitor monitor)
accessor - the accessor to use.delta - the delta to write.created - the creation timestamp of the new versionmonitor - the monitor to report progress.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.