org.eclipse.emf.cdo.server.db.mapping
Interface IClassMappingDeltaSupport
- public interface IClassMappingDeltaSupport
Interface which complements IClassMapping with methods to facilitate revision delta support.
- Since:
- 2.0
- See Also:
IMappingStrategy.hasDeltaSupport()
writeRevisionDelta
void writeRevisionDelta(IDBStoreAccessor accessor,
InternalCDORevisionDelta delta,
long created,
OMMonitor monitor)
- Write a revision delta.
- Parameters:
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.