public interface ReviewDb
extends com.google.gwtorm.server.Schema
Modifier and Type | Field and Description |
---|---|
static int |
FIRST_ACCOUNT_ID |
static int |
FIRST_CHANGE_ID |
static int |
FIRST_GROUP_ID |
Modifier and Type | Method and Description |
---|---|
ChangeMessageAccess |
changeMessages() |
ChangeAccess |
changes() |
int |
nextAccountGroupId()
Deprecated.
|
int |
nextAccountId()
Deprecated.
|
int |
nextChangeId()
Deprecated.
|
PatchLineCommentAccess |
patchComments() |
PatchSetApprovalAccess |
patchSetApprovals() |
PatchSetAccess |
patchSets() |
SchemaVersionAccess |
schemaVersion() |
static final int FIRST_ACCOUNT_ID
static final int FIRST_GROUP_ID
static final int FIRST_CHANGE_ID
SchemaVersionAccess schemaVersion()
ChangeAccess changes()
PatchSetApprovalAccess patchSetApprovals()
ChangeMessageAccess changeMessages()
PatchSetAccess patchSets()
PatchLineCommentAccess patchComments()
@Deprecated int nextAccountId() throws com.google.gwtorm.server.OrmException
Sequences.nextAccountId()
.Account
.com.google.gwtorm.server.OrmException
@Deprecated 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