本文整理匯總了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;