hi i have one doubt.How to set primary key in table using googledatastore.
@PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Key key;
Documentation can be found here.