Closed GoogleCodeExporter closed 9 years ago
Hi again, I think I may founded a solution for this. This is what I did:
params.add(KeyFactory.createKey(GeoMessage.class.getSimpleName(), 1));
baseQuery = new GeocellQuery("key >= idParam",
"com.google.appengine.api.datastore.Key idParam", params);
This way its fetching all rows where ID is greater than 1. I'm sure this is not
the right way to do this.
Thanks again.
Nicolás.
Original comment by namare...@codigodelsur.com
on 26 Jul 2010 at 10:01
Hi Nicolas,
You're right, it was not easy to call the function when you had no parameters
for your base query.
So, now there is an empty constructor : GeocellQuery baseQuery = new
GeocellQuery();
Use this one instead of your solution.
Original comment by alexandr...@gmail.com
on 10 Nov 2010 at 7:49
Original issue reported on code.google.com by
namare...@codigodelsur.com
on 26 Jul 2010 at 9:54Attachments: