Class BatchUpdates

java.lang.Object
com.google.gerrit.server.update.BatchUpdates

public class BatchUpdates extends Object
Runs execute methods of a collection of BatchUpdates calling listeners when appropriate.

This class does not maintain any state about the updates it executes. The only reason it is non-static is to provide convenient access to ChangeData.Factory without needing to provide one as an argument.