0

私は次のコードを持っています、

public class UserAccount {

  @PrimaryKey
  @Persistent
  private Long id;  
  ....

そのため、コードを介して主キーを作成しますが、データストア ビューアーを介して表示すると

http://localhost:8888/_ah/admin , I see key got populated via datastore (some encoded key). Is this an expected behavior ?. The problem however is when I try to connect my child objects with the parent objects. Thanks alot. 
4

1 に答える 1

0

はい、それは絶対に予想されます。詳細については、 JDO キーをご覧ください。

于 2012-10-13T05:38:25.493 に答える