How to set primary key in table using googledatastore.?
hi i have one 开发者_Go百科doubt.How to set primary key in table using googledatastore.
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
private Key key;
Documentation can be found here.
精彩评论