2
爲什麼不能定義另一個密鑰而不是 @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) 私鑰鍵; ?
如果我試圖定義一個@PrimaryKey如說,一個整數,我得到一個服務器錯誤... http://code.google.com/intl/de-DE/appengine/docs/java/datastore/dataclasses.htmlJDO在谷歌應用引擎其他PrimaryKey比類型「鑰匙」鍵可能嗎?
公共類提交{ \t @PrimaryKey \t私人字符串IP; } 不起作用 – dayscott 2010-08-21 18:16:25
您是否在類之前放置了@PersistenceCapable(identityType = IdentityType.APPLICATION)。否則,你將不得不告訴我,你正在得到什麼錯誤 – dunelmtech 2010-08-21 19:57:45
沒有。 eclipse將「APPLICATION」標記爲錯誤(雖然它在api中:/) – dayscott 2010-08-22 19:18:17