【发布时间】:2012-08-02 15:31:59
【问题描述】:
我有以下代码,
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.
【问题讨论】:
标签: google-app-engine google-cloud-datastore