Closed GoogleCodeExporter closed 8 years ago
Original comment by googleco...@yahoo.co.uk
on 21 Sep 2011 at 3:53
SVN trunk now contains basic support for datastore-identity. Tested on simple
case using Long and IDENTITY strategy
Original comment by googleco...@yahoo.co.uk
on 30 Sep 2011 at 7:43
SVN trunk now allows datastore identity, namely
@PersistenceCapable
@DatastoreIdentity(strategy=IDENTITY)
public class MyClass
{
...
}
so no need to specify Keys or primary key fields
Original comment by googleco...@yahoo.co.uk
on 30 Sep 2011 at 10:50
Original issue reported on code.google.com by
googleco...@yahoo.co.uk
on 14 Jul 2011 at 10:24