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_ACCOUNT_ID |
static int |
FIRST_CHANGE_ID |
Modifier and Type | Method and Description |
---|---|
AccountGroupByIdAccess |
accountGroupById() |
AccountGroupByIdAudAccess |
accountGroupByIdAud() |
AccountGroupMemberAccess |
accountGroupMembers() |
AccountGroupMemberAuditAccess |
accountGroupMembersAudit() |
AccountGroupNameAccess |
accountGroupNames() |
AccountGroupAccess |
accountGroups() |
ChangeMessageAccess |
changeMessages() |
ChangeAccess |
changes() |
default boolean |
changesTablesEnabled() |
int |
nextAccountGroupId()
Next unique id for a
AccountGroup . |
int |
nextAccountId()
Deprecated.
|
int |
nextChangeId()
Deprecated.
|
PatchLineCommentAccess |
patchComments() |
PatchSetApprovalAccess |
patchSetApprovals() |
PatchSetAccess |
patchSets() |
SchemaVersionAccess |
schemaVersion() |
SystemConfigAccess |
systemConfig() |
static final int FIRST_ACCOUNT_ID
static final int FIRST_CHANGE_ID
SchemaVersionAccess schemaVersion()
SystemConfigAccess systemConfig()
AccountGroupAccess accountGroups()
AccountGroupNameAccess accountGroupNames()
AccountGroupMemberAccess accountGroupMembers()
AccountGroupMemberAuditAccess accountGroupMembersAudit()
ChangeAccess changes()
PatchSetApprovalAccess patchSetApprovals()
ChangeMessageAccess changeMessages()
PatchSetAccess patchSets()
PatchLineCommentAccess patchComments()
AccountGroupByIdAccess accountGroupById()
AccountGroupByIdAudAccess accountGroupByIdAud()
@Deprecated int nextAccountId() throws com.google.gwtorm.server.OrmException
Sequences.nextAccountId()
.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
default boolean changesTablesEnabled()