Class AccountsUpdate

java.lang.Object
com.google.gerrit.server.account.AccountsUpdate
Direct Known Subclasses:
AccountsUpdateNoteDbImpl

public abstract class AccountsUpdate extends Object
Creates and updates accounts.

This interface should be used for all account updates. See AccountDelta for what can be updated.

For creating a new account a new account ID can be retrieved from Sequences.nextAccountId().

See the implementing classes for more information.