本文整理汇总了Java中com.google.gwtorm.server.PrimaryKey类的典型用法代码示例。如果您正苦于以下问题:Java PrimaryKey类的具体用法?Java PrimaryKey怎么用?Java PrimaryKey使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
PrimaryKey类属于com.google.gwtorm.server包,在下文中一共展示了PrimaryKey类的14个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
PatchSetVerification get(PatchSetVerification.Key key) throws OrmException;
示例2: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
ChangeMessage get(ChangeMessage.Key id) throws OrmException;
示例3: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
AccountGroupMember get(AccountGroupMember.Key key) throws OrmException;
示例4: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("name")
AccountGroupName get(AccountGroup.NameKey name) throws OrmException;
示例5: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("groupId")
AccountGroup get(AccountGroup.Id id) throws OrmException;
示例6: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("singleton")
SystemConfig get(SystemConfig.Key key) throws OrmException;
示例7: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("id")
PatchSet get(PatchSet.Id id) throws OrmException;
示例8: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("changeId")
Change get(Change.Id id) throws OrmException;
示例9: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
AccountGroupById get(AccountGroupById.Key key) throws OrmException;
示例10: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("singleton")
CurrentSchemaVersion get(CurrentSchemaVersion.Key key) throws OrmException;
示例11: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
AccountGroupByIdAud get(AccountGroupByIdAud.Key key) throws OrmException;
示例12: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
PatchLineComment get(PatchLineComment.Key id) throws OrmException;
示例13: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
AccountGroupMemberAudit get(AccountGroupMemberAudit.Key key) throws OrmException;
示例14: get
import com.google.gwtorm.server.PrimaryKey; //导入依赖的package包/类
@Override
@PrimaryKey("key")
PatchSetApproval get(PatchSetApproval.Key key) throws OrmException;