Re: [appengine-java] Regarding Datastore

2010-06-30 Thread Ikai L (Google)
Yes, you can query using the low level API for a list of Keys, then call delete with that List. I'll be expanding my blog post series about the low-level API sometime soon. On Fri, Jun 25, 2010 at 4:28 AM, MANISH DHIMAN wrote: > Hi All > I have the following queries. > > -- I inserted a new enti

[appengine-java] Regarding Datastore

2010-06-25 Thread MANISH DHIMAN
Hi All I have the following queries. -- I inserted a new entity (but do not commit the transaction) into the data store and then count the total number of entities in the data store. There is no change in the count of entities from the previous one. I think for that particular transaction it shoul