我正在从事一个使用Google远程存储应用程序数据的项目。到目前为止,我已经创建了一个简单的类GenericEntity,并使用谷歌的工具生成一个支持云端点。
@PersistenceCapable(identityType = IdentityType.APPLICATION)
public class GenericEntity {
/* Define the UniqueID as persistent and unique. Allow JDO to assign the value of UniqueId when uploaded with a null id. */
@Prim