Community
Participate
Working Groups
* @since 4.0
*/
public Map<InternalCDOObject, InternalCDORevision> getCleanRevisions();
/**
* @since 4.0.1
public void collapseSavepoints(CDOCommitContext commitContext);
* Provides a context for a commit operation.
committables = null;
}
private void collapseSavepoints(CDOCommitContext commitContext)
public void collapseSavepoints(CDOCommitContext commitContext)
{
InternalCDOSavepoint newSavepoint = createSavepoint(null);
copyUncommitted(lastSavepoint.getAllNewObjects(), commitContext.getNewObjects(), newSavepoint.getNewObjects());
for (CDOObject object : objects.values())
CDOStateMachine.INSTANCE.commit((InternalCDOObject)object, result);
public boolean isPartialCommit()