本文整理汇总了Java中com.google.gwtorm.server.Relation类的典型用法代码示例。如果您正苦于以下问题:Java Relation类的具体用法?Java Relation怎么用?Java Relation使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
Relation类属于com.google.gwtorm.server包,在下文中一共展示了Relation类的14个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: schemaVersion
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 1)
SchemaVersionAccess schemaVersion();
示例2: patchSetVerifications
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 2)
PatchSetVerificationAccess patchSetVerifications();
示例3: systemConfig
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 2)
SystemConfigAccess systemConfig();
示例4: accountGroups
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 10)
AccountGroupAccess accountGroups();
示例5: accountGroupNames
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 11)
AccountGroupNameAccess accountGroupNames();
示例6: accountGroupMembers
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 12)
AccountGroupMemberAccess accountGroupMembers();
示例7: accountGroupMembersAudit
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 13)
AccountGroupMemberAuditAccess accountGroupMembersAudit();
示例8: changes
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 21)
ChangeAccess changes();
示例9: patchSetApprovals
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 22)
PatchSetApprovalAccess patchSetApprovals();
示例10: changeMessages
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 23)
ChangeMessageAccess changeMessages();
示例11: patchSets
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 24)
PatchSetAccess patchSets();
示例12: patchComments
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 26)
PatchLineCommentAccess patchComments();
示例13: accountGroupById
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 29)
AccountGroupByIdAccess accountGroupById();
示例14: accountGroupByIdAud
import com.google.gwtorm.server.Relation; //导入依赖的package包/类
@Relation(id = 30)
AccountGroupByIdAudAccess accountGroupByIdAud();