public interface ReviewDb
extends com.google.gwtorm.server.Schema
Root entities that are at the top level of some important data graph:
Account
: Per-user account registration, preferences, identity.
Change
: All review information about a single proposed change.
SystemConfig
: Server-wide settings, managed by administrator.
Modifier and Type | Field and Description |
---|---|
static int |
FIRST_CHANGE_ID |
Modifier and Type | Method and Description |
---|---|
AccountExternalIdAccess |
accountExternalIds() |
AccountGroupByIdAccess |
accountGroupById() |
AccountGroupByIdAudAccess |
accountGroupByIdAud() |
AccountGroupMemberAccess |
accountGroupMembers() |
AccountGroupMemberAuditAccess |
accountGroupMembersAudit() |
AccountGroupNameAccess |
accountGroupNames() |
AccountGroupAccess |
accountGroups() |
AccountAccess |
accounts() |
ChangeMessageAccess |
changeMessages() |
ChangeAccess |
changes() |
int |
nextAccountGroupId()
Next unique id for a
AccountGroup . |
int |
nextAccountId()
Create the next unique id for an
Account . |
int |
nextChangeId()
Deprecated.
|
PatchLineCommentAccess |
patchComments() |
PatchSetApprovalAccess |
patchSetApprovals() |
PatchSetAccess |
patchSets() |
SchemaVersionAccess |
schemaVersion() |
SystemConfigAccess |
systemConfig() |
static final int FIRST_CHANGE_ID
SchemaVersionAccess schemaVersion()
SystemConfigAccess systemConfig()
AccountAccess accounts()
AccountExternalIdAccess accountExternalIds()
AccountGroupAccess accountGroups()
AccountGroupNameAccess accountGroupNames()
AccountGroupMemberAccess accountGroupMembers()
AccountGroupMemberAuditAccess accountGroupMembersAudit()
ChangeAccess changes()
PatchSetApprovalAccess patchSetApprovals()
ChangeMessageAccess changeMessages()
PatchSetAccess patchSets()
PatchLineCommentAccess patchComments()
AccountGroupByIdAccess accountGroupById()
AccountGroupByIdAudAccess accountGroupByIdAud()
int nextAccountId() throws com.google.gwtorm.server.OrmException
Account
.com.google.gwtorm.server.OrmException
int nextAccountGroupId() throws com.google.gwtorm.server.OrmException
AccountGroup
.com.google.gwtorm.server.OrmException
@Deprecated int nextChangeId() throws com.google.gwtorm.server.OrmException
Sequences.nextChangeId()
.Change
.com.google.gwtorm.server.OrmException